15#import <Foundation/Foundation.h>
16#import "EMErrorCode.h"
25typedef NS_ENUM(NSInteger, EMConnectionState) {
26 EMConnectionConnected = 0,
30 EMConnectionDisconnected,
68- (void)connectionStateDidChange:(EMConnectionState)aConnectionState;
81- (void)autoLoginDidCompleteWithError:(
EMError * _Nullable)aError;
125- (void)userAccountDidForcedToLogout:(
EMError *_Nullable)aError;
134- (void)tokenWillExpire:(EMErrorCode)aErrorCode;
143- (void)tokenDidExpire:(EMErrorCode)aErrorCode;
Definition: EMClientDelegate.h:45
void userDidForbidByServer()
void userAccountDidRemoveFromServer()
void userAccountDidLoginFromOtherDevice()