HyphenateSDK  3.1.4
EMClientDelegate.h
1 
15 #import <Foundation/Foundation.h>
16 
24 typedef enum{
25  EMConnectionConnected = 0,
26  EMConnectionDisconnected,
27 }EMConnectionState;
28 
29 @class EMError;
30 
38 @protocol EMClientDelegate <NSObject>
39 
40 @optional
41 
61 - (void)didConnectionStateChanged:(EMConnectionState)aConnectionState;
62 
74 - (void)didAutoLoginWithError:(EMError *)aError;
75 
84 
92 - (void)didRemovedFromServer;
93 
94 @end
Definition: EMError.h:26
void didLoginFromOtherDevice()
Definition: EMClientDelegate.h:38