EMContactEventListener class
Constructors
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