15#import <Foundation/Foundation.h>
16#import "EMErrorCode.h"
17#import "EMCommonDefs.h"
26typedef NS_ENUM(NSInteger, EMConnectionState) {
27 EMConnectionConnected = 0,
31 EMConnectionDisconnected,
69- (void)connectionStateDidChange:(EMConnectionState)aConnectionState;
82- (void)autoLoginDidCompleteWithError:(
EMError * _Nullable)aError;
95- (void)userAccountDidLoginFromOtherDevice:(NSString* _Nullable)aDeviceName;
130- (void)userAccountDidForcedToLogout:(
EMError *_Nullable)aError;
139- (void)tokenWillExpire:(EMErrorCode)aErrorCode;
148- (void)tokenDidExpire:(EMErrorCode)aErrorCode;
Definition: EMClientDelegate.h:46
void userDidForbidByServer()
void userAccountDidRemoveFromServer()