15#import <Foundation/Foundation.h>
16#import "AgoraChatErrorCode.h"
25typedef NS_ENUM(NSInteger, AgoraChatConnectionState) {
26 AgoraChatConnectionConnected = 0,
30 AgoraChatConnectionDisconnected,
68- (void)connectionStateDidChange:(AgoraChatConnectionState)aConnectionState;
81- (void)autoLoginDidCompleteWithError:(
AgoraChatError * _Nullable)aError;
125- (void)userAccountDidForcedToLogout:(
AgoraChatError *_Nullable)aError;
134- (void)tokenWillExpire:(AgoraChatErrorCode)aErrorCode;
143- (void)tokenDidExpire:(AgoraChatErrorCode)aErrorCode;
Definition: AgoraChatError.h:27
Definition: AgoraChatClientDelegate.h:45
void userAccountDidRemoveFromServer()
void userAccountDidLoginFromOtherDevice()
void userDidForbidByServer()