V2NIMChatroomStatus enum
聊天室状态
Values
- V2NIM_CHATROOM_STATUS_DISCONNECTED → const V2NIMChatroomStatus
-
聊天室断开连接
- V2NIM_CHATROOM_STATUS_WAITING → const V2NIMChatroomStatus
-
聊天室等待重连
- V2NIM_CHATROOM_STATUS_CONNECTING → const V2NIMChatroomStatus
-
聊天室连接过程中
- V2NIM_CHATROOM_STATUS_CONNECTED → const V2NIMChatroomStatus
-
聊天室已连接
- V2NIM_CHATROOM_STATUS_ENTERING → const V2NIMChatroomStatus
-
聊天室进入中
- V2NIM_CHATROOM_STATUS_ENTERED → const V2NIMChatroomStatus
-
聊天室已进入
- V2NIM_CHATROOM_STATUS_EXITED → const V2NIMChatroomStatus
-
聊天室已退出
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<
V2NIMChatroomStatus> - A constant List of the values in this enum, in order of their declaration.