• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
GDAppServer.h
Go to the documentation of this file.
1 /*
2  * Copyright 2023 BlackBerry Limited. All rights reserved.
3  */
4 
5 #pragma once
6 
7 #import <Foundation/Foundation.h>
8 
19 @interface GDAppServer : NSObject
20 
21 {}
22 
23 - (instancetype)initWithServer:(NSString*)server andPort:(NSNumber*)port andPriority:(NSNumber*)priority;
24 
26 @property (nonatomic, strong, readonly) NSString* server;
27 
29 @property (nonatomic, strong, readonly) NSNumber* port;
30 
36 @property (nonatomic, strong, readonly) NSNumber* priority;
37 
38 @end
GDAppServer
Application server configuration.
Definition: GDAppServer.h:19