HyphenateChatSDK  3.8.4
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
 
NSString * dnsURL
 

Detailed Description

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

Author
Hyphenate
Version
3.0

Method Documentation

◆ __deprecated_msg

- (NSDictionary* extension) __deprecated_msg ("") 

Options extension

Extends class EMOptions.

Property Documentation

◆ chatPort

- (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.

◆ chatServer

- (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.

◆ dnsURL

- (NSString*) dnsURL
readwritenonatomiccopy

DNS url

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

Extends class EMOptions.

◆ enableDnsConfig

- (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.

◆ restServer

- (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: