RCIMIWConnectionStatus enum
Values
-
ZH
网络不可用
EN
Network unavailable
- connected → const RCIMIWConnectionStatus
-
ZH
连接成功
EN
Connection established
- connecting → const RCIMIWConnectionStatus
-
ZH
连接中
EN
Connecting
- unconnected → const RCIMIWConnectionStatus
-
ZH
未连接
EN
Not connected
- kickedOfflineByOtherClient → const RCIMIWConnectionStatus
-
ZH
用户账户在其他设备登录,本机会被踢掉线
EN
The current device will be kicked offline if the user account logs in from another device.
- tokenIncorrect → const RCIMIWConnectionStatus
-
ZH
Token 不正确
EN
Token is invalid.
- connUserBlocked → const RCIMIWConnectionStatus
-
ZH
用户被开发者后台封禁
EN
The user has been banned by the developer backend.
- signOut → const RCIMIWConnectionStatus
-
ZH
用户主动调用 disconnect 或 logout 接口断开连接
EN
The user actively calls the
disconnect
orlogout
interface to terminate the connection. - suspend → const RCIMIWConnectionStatus
-
ZH
连接暂时挂起(多是由于网络问题导致),SDK 会在合适时机进行自动重连
EN
The connection is temporarily suspended (usually due to network issues). The SDK will automatically reconnect at an appropriate time.
- timeout → const RCIMIWConnectionStatus
-
ZH
自动连接超时,SDK 将不会继续连接,用户需要做超时处理,再自行调用 connectWithToken 接口进行连接
EN
Automatic connection timeout: The SDK will not continue to connect. The user needs to handle the timeout and manually call the
connectWithToken
interface to reconnect. - unknown → const RCIMIWConnectionStatus
-
ZH
异常情况
EN
Exception 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.