UserStateChangedResponse class abstract

Properties

hashCode int
The hash code for this object.
no setterinherited
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
onSocketConnectionStateChanged(bool isConnect) → void
Chatroom socket connection state changed listener.
onUserLoginOtherDevice(String device) → void
User login at other device
onUserTokenDidExpired() → void
User token expired,when you need to fetch chat token re-login.
onUserTokenWillExpired() → void
User token will expired,when you need to fetch chat token re-login.
toString() String
A string representation of this object.
inherited
userAccountDidRemoved() → void
The user account did removed by server.
userDidForbidden() → void
The method called on user did forbid by server.

Operators

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