HyphenateSDK  3.3.0
Properties | List of all members
EMOptions(PrivateDeploy) Category Reference

#import <EMOptions+PrivateDeploy.h>

Properties

BOOL enableDnsConfig
 
int chatPort
 
NSString * chatServer
 
NSString * restServer
 

Detailed Description

EMOptions+PrivateDeploy.h SDK setting options of private deployment

Author
Hyphenate
Version
3.0

Property Documentation

- (int) chatPort
readwritenonatomicassign

IM server port

chatPort is Only effective when isDNSEnabled is NO. Can only be set when initializing the SDK with [EMClient initializeSDKWithOptions:], cannot be altered in runtime

Extends class EMOptions.

- (NSString*) chatServer
readwritenonatomiccopy

IM server

chatServer is Only effective when isDNSEnabled is NO. Can only be set when initializing the SDK with [EMClient initializeSDKWithOptions:], cannot be altered in runtime

Extends class EMOptions.

- (BOOL) enableDnsConfig
readwritenonatomicassign

Whether to allow using DNS, default is YES

Can only be set when initializing the SDK [EMClient initializeSDKWithOptions:], cannot be altered in runtime

Extends class EMOptions.

- (NSString*) restServer
readwritenonatomiccopy

REST server

restServer Only effective when isDNSEnabled is NO. Can only be set when initializing the SDK with [EMClient initializeSDKWithOptions:], cannot be altered in runtime

Extends class EMOptions.


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