HyphenateSDK  3.1.4
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

It's effective only when enableDnsConfig is NO. Can only set when initialize SDK [EMClient initializeSDKWithOptions:], can't change it in runtime

Extends class EMOptions.

- (NSString*) chatServer
readwritenonatomicstrong

IM server

It's effective only when enableDnsConfig is NO. Can only set when initialize SDK [EMClient initializeSDKWithOptions:], can't change it in runtime

Extends class EMOptions.

- (BOOL) enableDnsConfig
readwritenonatomicassign

Whether allow to use DNS, default is YES

Can only set when initialize SDK [EMClient initializeSDKWithOptions:], can't change it in runtime

Extends class EMOptions.

- (NSString*) restServer
readwritenonatomicstrong

REST server

It's effective only when enableDnsConfig is NO. Can only set when initialize SDK [EMClient initializeSDKWithOptions:], can't change it in runtime

Extends class EMOptions.


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