EMContactEventListener class

Constructors

EMContactEventListener()

Properties

hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

onContactAdded(String userName) → void
userName添加为好友
onContactDeleted(String userName) → void
userName从好友中删除
onContactInvited(String userName, String reason) → void
收到userName的好友申请,原因是reason
onFriendRequestAccepted(String userName) → void
发出的好友申请被userName同意
onFriendRequestDeclined(String userName) → void
发出的好友申请被userName拒绝
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited