HyphenateChatSDK 4.8.0
|
#import <EMOptions+PrivateDeploy.h>
Instance Methods | |
(NSDictionary *extension) | - __deprecated_msg |
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.
- (NSDictionary *extension) __deprecated_msg | ("") |
|
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.