NIMKickOutByOtherClientEvent class Null safety
- Inheritance
- Object
- NIMAuthStatusEvent
- NIMKickOutByOtherClientEvent
Constructors
- NIMKickOutByOtherClientEvent(NIMAuthStatus status, int? clientType, int? customClientType)
Properties
- clientType → int?
-
如果自己被其他断踢掉, 通过该接口获取踢掉你的客户端类型。 [...]
final
- customClientType → int?
-
如果自己被其他断踢掉, 通过该接口获取踢掉你的客户端自定义类型。
注意:如果当前状态不是被其他端踢出(包含服务端禁用并踢出),比如自动登录监听到417,则该接口返回值无效。
final
- 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
- status → NIMAuthStatus
-
当前状态
final, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited