HyphenateChatSDK 4.8.0
Instance Methods | Properties | List of all members
EMOptions(PrivateDeploy) Category Reference

#import <EMOptions+PrivateDeploy.h>

Instance Methods

(NSDictionary *extension) - __deprecated_msg
 

Properties

BOOL enableDnsConfig
 
int chatPort
 
NSString * chatServer
 
NSString * restServer
 
BOOL enableTLSConnection
 
NSString * dnsURL
 

Detailed Description

@header EMOptions+PrivateDeploy.h @abstract The SDK setting options of private deployment.

Author
Hyphenate
Version
3.0

Method Documentation

◆ __deprecated_msg

- (NSDictionary *extension) __deprecated_msg ("") 

The options extension.

Deprecated.

Extends class EMOptions.

Property Documentation

◆ chatPort

- (int) chatPort
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.

◆ chatServer

- (NSString*) chatServer
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.

◆ dnsURL

- (NSString*) dnsURL
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.

◆ enableDnsConfig

- (BOOL) enableDnsConfig
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.

◆ enableTLSConnection

- (BOOL) enableTLSConnection
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.

◆ restServer

- (NSString*) restServer
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.


The documentation for this category was generated from the following file: