RoomMessageSendResult enum
{zh} * @detail errorcode @brief 房间内群发消息结果
Values
- success → const RoomMessageSendResult
-
@brief Success
- exceedQPS → const RoomMessageSendResult
-
@brief Failure. Exceeds QPS limit.
- notJoin → const RoomMessageSendResult
-
@brief Failure. The sender of the message is not in the room.
- init → const RoomMessageSendResult
-
@brief Failure. The connection is not initialized.
- timeout → const RoomMessageSendResult
-
@platform ios @brief Failure. Sending timeout.
- networkDisconnected → const RoomMessageSendResult
-
@platform ios @brief Failure. Channel disconnected.
- noConnection → const RoomMessageSendResult
-
@brief Failure. No data transmission channel connection available.
- exceedMaxLength → const RoomMessageSendResult
-
@brief Failure. Message exceeds 64KB.
- unknown → const RoomMessageSendResult
-
@brief Failure. Unknown error.
Properties
- $value → dynamic
-
final
- 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<
RoomMessageSendResult> - A constant List of the values in this enum, in order of their declaration.