9#import <Foundation/Foundation.h>
10#import "AgoraChatErrorCode.h"
11#import "AgoraChatCommonDefs.h"
12#import "AgoraChatLoginExtensionInfo.h"
18typedef NS_ENUM(NSInteger, AgoraChatConnectionState) {
19 AgoraChatConnectionConnected = 0,
22 AgoraChatConnectionDisconnected,
47- (void)connectionStateDidChange:(AgoraChatConnectionState)aConnectionState;
55- (void)autoLoginDidCompleteWithError:(
AgoraChatError * _Nullable)aError;
63- (void)userAccountDidLoginFromOtherDevice:(NSString* _Nullable)aDeviceName EM_DEPRECATED_IOS(4_1_0, 4_7_0, "Use userAccountDidLoginFromOtherDeviceWithInfo: instead");
94- (void)userAccountDidForcedToLogout:(
AgoraChatError *_Nullable)aError;
100- (void)tokenWillExpire:(AgoraChatErrorCode)aErrorCode;
106- (void)tokenDidExpire:(AgoraChatErrorCode)aErrorCode;
120#pragma mark - EM_DEPRECATED_IOS 4.1.0
125- (void)userAccountDidLoginFromOtherDevice
EM_DEPRECATED_IOS(3_1_0, 4_1_0, "Use userAccountDidLoginFromOtherDevice: instead");
Definition: AgoraChatError.h:18
Definition: AgoraChatLoginExtensionInfo.h:14
Definition: AgoraChatClientDelegate.h:33
void userAccountDidRemoveFromServer()
void onOfflineMessageSyncFinish()
void userDidForbidByServer()
void onOfflineMessageSyncStart()
3_1_0, 4_1_0, "Use userAccountDidLoginFromOtherDevice: instead" EM_DEPRECATED_IOS()