9#import <Foundation/Foundation.h>
10#import "AgoraChatErrorCode.h"
11#import "AgoraChatCommonDefs.h"
17typedef NS_ENUM(NSInteger, AgoraChatConnectionState) {
18 AgoraChatConnectionConnected = 0,
21 AgoraChatConnectionDisconnected,
46- (void)connectionStateDidChange:(AgoraChatConnectionState)aConnectionState;
54- (void)autoLoginDidCompleteWithError:(
AgoraChatError * _Nullable)aError;
62- (void)userAccountDidLoginFromOtherDevice:(NSString* _Nullable)aDeviceName;
84- (void)userAccountDidForcedToLogout:(
AgoraChatError *_Nullable)aError;
90- (void)tokenWillExpire:(AgoraChatErrorCode)aErrorCode;
96- (void)tokenDidExpire:(AgoraChatErrorCode)aErrorCode;
98#pragma mark - EM_DEPRECATED_IOS 4.1.0
103- (void)userAccountDidLoginFromOtherDevice
EM_DEPRECATED_IOS(3_1_0, 4_1_0, "Use userAccountDidLoginFromOtherDevice: instead");
Definition: AgoraChatError.h:18
Definition: AgoraChatClientDelegate.h:32
void userAccountDidRemoveFromServer()
void userDidForbidByServer()
3_1_0, 4_1_0, "Use userAccountDidLoginFromOtherDevice: instead" EM_DEPRECATED_IOS()