9#import <Foundation/Foundation.h>
10#import "JCClientCallback.h"
30@property (nonatomic, copy) NSString* __nonnull
sdkInfoDir;
39@property (nonatomic, copy) NSString* __nonnull
sdkLogDir;
76@property (nonatomic, copy) NSString* __nonnull deviceId;
83@property (nonatomic, copy) NSString* __nullable httpsProxy;
90@property (nonatomic)
bool autoCreateAccount;
98@property (nonatomic, strong) NSString* __nonnull terminalType;
106@property (nonatomic, assign)
bool directConnectEnable;
113@property (nonatomic, assign)
bool stsEnable;
131@property (nonatomic, readonly, copy) NSString* __nullable userId;
142@property (nonatomic, copy) NSString* __nullable displayName;
177@property (nonatomic, readonly) NSString* __nonnull appkey;
183@property (nonatomic, readonly) NSString* __nonnull serverUid;
192@property (nonatomic, copy) NSString * __nonnull serverAddress;
198@property (nonatomic, assign)
int timeout;
203@property (nonatomic, assign)
bool arcChannel;
221+(
JCClient* __nullable)create:(NSString* __nonnull)appKey callback:(
id<JCClientCallback> __nonnull)callback createParam:(
JCClientCreateParam* __nullable)createParam;
248-(bool)login:(NSString* __nonnull)userId password:(NSString* __nonnull)password loginParam:(
JCClientLoginParam* __nullable)loginParam;
268-(bool)relogin:(NSString* __nonnull)userId password:(NSString* __nonnull)password loginParam:(
JCClientLoginParam* __nullable)loginParam;
297-(int)sendOnlineMessage:(NSString* __nonnull)userId content:(NSString* __nonnull)content;
JCClientState
Definition JCClientConstants.h:90
JCLogLevel
Definition JCClientConstants.h:106
NSString *__nonnull sdkLogDir
Definition JCClient.h:39
JCLogLevel sdkLogLevel
Definition JCClient.h:49
int mmeLogSize
Definition JCClient.h:59
int mmeLogCount
Definition JCClient.h:54
NSString *__nonnull sdkInfoDir
Definition JCClient.h:30
Definition JCClient.h:124