AgoraChatSDK 1.2.0
Instance Methods | Properties | List of all members
AgoraChatOptions(PrivateDeploy) Category Reference

#import <AgoraChatOptions+PrivateDeploy.h>

Instance Methods

(NSDictionary *extension) - __deprecated_msg
 

Properties

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

Detailed Description

@header AgoraChatOptions+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 AgoraChatOptions.

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

◆ 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 AgoraChatOptions.

◆ 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 AgoraChatOptions.

◆ 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 AgoraChatOptions.

◆ 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 AgoraChatOptions.


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