RCIMIWConnectionStatus enum

Inheritance
Available extensions

Values

networkUnavailable → const RCIMIWConnectionStatus

网络不可用

connected → const RCIMIWConnectionStatus

连接成功

connecting → const RCIMIWConnectionStatus

连接中

unconnected → const RCIMIWConnectionStatus

未连接

kickedOfflineByOtherClient → const RCIMIWConnectionStatus

用户账户在其他设备登录,本机会被踢掉线

tokenIncorrect → const RCIMIWConnectionStatus

Token不正确

connUserBlocked → const RCIMIWConnectionStatus

用户被开发者后台封禁

signOut → const RCIMIWConnectionStatus

用户主动调用disconnect或logout接口断开连接

suspend → const RCIMIWConnectionStatus

连接暂时挂起(多是由于网络问题导致),SDK会在合适时机进行自动重连

timeout → const RCIMIWConnectionStatus

自动连接超时,SDK将不会继续连接,用户需要做超时处理,再自行调用connectWithToken接口进行连接

unknown → const RCIMIWConnectionStatus

异常情况

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<RCIMIWConnectionStatus>
A constant List of the values in this enum, in order of their declaration.