OnUserListener class

Current User Profile Listener

Constructors

OnUserListener({dynamic onSelfInfoUpdated(UserInfo info)?, dynamic onUserStatusChanged(UserStatusInfo info)?})

Properties

hashCode int
The hash code for this object.
no setterinherited
onSelfInfoUpdated ↔ (dynamic Function(UserInfo info)?)
The information of the logged-in user has been updated
getter/setter pair
onUserStatusChanged ↔ (dynamic Function(UserStatusInfo info)?)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
selfInfoUpdated(UserInfo info) → void
Callback for changes in user's own information
toString() String
A string representation of this object.
inherited
userStatusChanged(UserStatusInfo info) → void
Callback for changes in user status

Operators

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