15 #import <Foundation/Foundation.h>
25 EMConnectionConnected = 0,
26 EMConnectionDisconnected,
57 - (void)connectionStateDidChange:(EMConnectionState)aConnectionState;
70 - (void)autoLoginDidCompleteWithError:(
EMError *)aError;
114 - (void)userAccountDidForcedToLogout:(
EMError *)aError;
123 - (void)tokenWillExpire:(
int)aErrorCode;
132 - (void)tokenDidExpire:(
int)aErrorCode;
134 #pragma mark - Deprecated methods
155 - (void)didConnectionStateChanged:(EMConnectionState)aConnectionState __deprecated_msg("Use -connectionStateDidChange:");
168 - (void)didAutoLoginWithError:(
EMError *)aError __deprecated_msg("Use -autoLoginDidCompleteWithError:");
Definition: EMClientDelegate.h:38
void userDidForbidByServer()
"Use -userAccountDidLoginFromOtherDevice" __deprecated_msg()
void userAccountDidRemoveFromServer()
void userAccountDidLoginFromOtherDevice()