HyphenateSDK  3.1.4
Instance Methods | List of all members
<EMClientDelegate> Protocol Reference

#import <EMClientDelegate.h>

Inheritance diagram for <EMClientDelegate>:

Instance Methods

(void) - didConnectionStateChanged:
 
(void) - didAutoLoginWithError:
 
(void) - didLoginFromOtherDevice
 
(void) - didRemovedFromServer
 

Detailed Description

This protocol provides a number of utility classes callback

Method Documentation

- (void) didAutoLoginWithError: (EMError *)  aError
optional

Callback Automatic login fails

Parameters
aErrorError
- (void) didConnectionStateChanged: (EMConnectionState)  aConnectionState
optional

Connection to the server status changes will receive the callback

calling the method causes:

  1. After successful login, the phone can not access
  2. After a successful login, network status change
Parameters
aConnectionStateCurrent state
- (void) didLoginFromOtherDevice
optional

Current login account to log in on other devices will receive the callback

- (void) didRemovedFromServer
optional

Current login account will receive the callback is deleted from the server


The documentation for this protocol was generated from the following file: