EMContactEventListener class Null safety

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

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