V2TimSDKListener class

Constructors

V2TimSDKListener({ErrorCallback? onConnectFailed, VoidCallback? onConnectSuccess, VoidCallback? onConnecting, VoidCallback? onKickedOffline, V2TimUserFullInfoCallback? onSelfInfoUpdated, VoidCallback? onUserSigExpired, OnUserStatusChanged? onUserStatusChanged, OnLog? onLog})

Properties

hashCode int
The hash code for this object.
no setterinherited
onConnectFailed ErrorCallback
getter/setter pair
onConnecting VoidCallback
getter/setter pair
onConnectSuccess VoidCallback
getter/setter pair
onKickedOffline VoidCallback
getter/setter pair
onLog OnLog
getter/setter pair
onSelfInfoUpdated V2TimUserFullInfoCallback
getter/setter pair
onUserSigExpired VoidCallback
getter/setter pair
onUserStatusChanged OnUserStatusChanged
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
toString() String
A string representation of this object.
inherited

Operators

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