|
HyphenateChatSDK 4.16.0
|
#import <EMOptions+PrivateDeploy.h>
Properties | |
| BOOL | enableDnsConfig |
| int | chatPort |
| NSString * | chatServer |
| NSString * | restServer |
| BOOL | enableTLSConnection |
| 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.
|
readwritenonatomicassign |
Whether to enable TLS encryption when connecting to chatServer.The default value is NO.
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 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.