OnListenerForService class

Friend Relationship Listener

Constructors

OnListenerForService({dynamic onFriendApplicationAdded(FriendApplicationInfo i)?, dynamic onFriendApplicationAccepted(FriendApplicationInfo i)?, dynamic onGroupApplicationAccepted(GroupApplicationInfo info)?, dynamic onGroupApplicationAdded(GroupApplicationInfo info)?, dynamic onRecvNewMessage(Message msg)?})

Properties

hashCode int
The hash code for this object.
no setterinherited
onFriendApplicationAccepted ↔ (dynamic Function(FriendApplicationInfo i)?)
getter/setter pair
onFriendApplicationAdded ↔ (dynamic Function(FriendApplicationInfo i)?)
getter/setter pair
onGroupApplicationAccepted ↔ (dynamic Function(GroupApplicationInfo info)?)
getter/setter pair
onGroupApplicationAdded ↔ (dynamic Function(GroupApplicationInfo info)?)
getter/setter pair
onRecvNewMessage ↔ (dynamic Function(Message msg)?)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

friendApplicationAccepted(FriendApplicationInfo u) → void
friendApplicationAdded(FriendApplicationInfo u) → void
groupApplicationAccepted(GroupApplicationInfo info) → void
groupApplicationAdded(GroupApplicationInfo info) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recvNewMessage(Message msg) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited