NIMKickOutByOtherClientEvent class

Inheritance

Constructors

NIMKickOutByOtherClientEvent(NIMAuthStatus status, int? clientType, int? customClientType)

Properties

clientType int?
如果自己被其他断踢掉, 通过该接口获取踢掉你的客户端类型。
final
customClientType int?
如果自己被其他断踢掉, 通过该接口获取踢掉你的客户端自定义类型。 注意:如果当前状态不是被其他端踢出(包含服务端禁用并踢出),比如自动登录监听到417,则该接口返回值无效。
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status NIMAuthStatus
当前状态
finalinherited

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