EMContactEventListener class Null safety
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
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
拒绝 -
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited