RCIMIWConnectionStatus enum
Values
-
ZH网络不可用
ENNetwork unavailable
- connected → const RCIMIWConnectionStatus
-
ZH连接成功
ENConnection established
- connecting → const RCIMIWConnectionStatus
-
ZH连接中
ENConnecting
- unconnected → const RCIMIWConnectionStatus
-
ZH未连接
ENNot connected
- kickedOfflineByOtherClient → const RCIMIWConnectionStatus
-
ZH用户账户在其他设备登录,本机会被踢掉线
ENThe current device will be kicked offline if the user account logs in from another device.
- tokenIncorrect → const RCIMIWConnectionStatus
-
ZHToken 不正确
ENToken is invalid.
- connUserBlocked → const RCIMIWConnectionStatus
-
ZH用户被开发者后台封禁
ENThe user has been banned by the developer backend.
- signOut → const RCIMIWConnectionStatus
-
ZH用户主动调用 disconnect 或 logout 接口断开连接
ENThe user actively calls the
disconnectorlogoutinterface to terminate the connection. - suspend → const RCIMIWConnectionStatus
-
ZH连接暂时挂起(多是由于网络问题导致),SDK 会在合适时机进行自动重连
ENThe connection is temporarily suspended (usually due to network issues). The SDK will automatically reconnect at an appropriate time.
- timeout → const RCIMIWConnectionStatus
-
ZH自动连接超时,SDK 将不会继续连接,用户需要做超时处理,再自行调用 connectWithToken 接口进行连接
ENAutomatic connection timeout: The SDK will not continue to connect. The user needs to handle the timeout and manually call the
connectWithTokeninterface to reconnect. - unknown → const RCIMIWConnectionStatus
-
ZH异常情况
ENException Handling
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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.