HyphenateChatSDK 4.2.3
|
#import <EMOptions+PrivateDeploy.h>
Properties | |
BOOL | enableDnsConfig |
int | chatPort |
NSString * | chatServer |
NSString * | restServer |
NSString * | dnsURL |
@header EMOptions+PrivateDeploy.h @abstract The SDK setting options of private deployment.
|
readwritenonatomicassign |
The chat server port.
This property is effective only when enableDnsConfig
is NO
. Can only be set when initializing the SDK with initializeSDKWithOptions:
, cannot be altered in runtime.
Extends class EMOptions.
|
readwritenonatomiccopy |
The chat server.
This property is effective only when enableDnsConfig
is NO
. Can only be set when initializing the SDK with initializeSDKWithOptions:
, cannot be altered in runtime.
Extends class EMOptions.
|
readwritenonatomiccopy |
The DNS url.
This property is effective only when enableDnsConfig
is YES
. Can only be set when initializing the SDK with initializeSDKWithOptions:
, cannot be altered in runtime.
Extends class EMOptions.
|
readwritenonatomicassign |
Whether to allow using DNS. The default value is YES.
Can only be set when initializing the SDK initializeSDKWithOptions:
, cannot be altered in runtime.
Extends class EMOptions.
|
readwritenonatomiccopy |
The REST server.
This property is effective only when enableDnsConfig
is NO
. Can only be set when initializing the SDK with initializeSDKWithOptions:
, cannot be altered in runtime
Extends class EMOptions.