UserMessageSendResult enum
Values
- USER_MESSAGE_SEND_RESULT_SUCCESS → const UserMessageSendResult
-
@brief Message sent successfully.
- USER_MESSAGE_SEND_RESULT_TIMEOUT → const UserMessageSendResult
-
@brief Failure. A timeout occurred.
- USER_MESSAGE_SEND_RESULT_BROKEN → const UserMessageSendResult
-
@brief Failure. The connection was lost before the message could be sent.
- USER_MESSAGE_SEND_RESULT_NO_RECEIVER → const UserMessageSendResult
-
@brief Failure. The recipient could not be found.
- USER_MESSAGE_SEND_RESULT_NO_RELAY_PATH → const UserMessageSendResult
-
@brief Failure. The remote user is not logged in or has not joined a room.
- USER_MESSAGE_SEND_RESULT_EXCEED_QPS → const UserMessageSendResult
-
@brief Failure. Exceeds QPS limit.
- USER_MESSAGE_SEND_RESULT_NOT_JOIN → const UserMessageSendResult
-
@brief Failure. The sender has not joined the room.
- USER_MESSAGE_SEND_RESULT_INIT → const UserMessageSendResult
-
@brief Failure. The connection has not been initialized.
- USER_MESSAGE_SEND_RESULT_NO_CONNECTION → const UserMessageSendResult
-
@brief Failure. No available data transmission channel.
- USER_MESSAGE_SEND_RESULT_EXCEED_MAX_LENGTH → const UserMessageSendResult
-
@brief Failure. The message size exceeds the maximum limit (64 KB).
- USER_MESSAGE_SEND_RESULT_EMPTY_USER → const UserMessageSendResult
-
@brief Failure. The ID of the recipient is empty.
- USER_MESSAGE_SEND_RESULT_NOT_LOGIN → const UserMessageSendResult
-
@brief Failure.The sender is not logged in.
- USER_MESSAGE_SEND_RESULT_SERVER_PARAMS_NOT_SET → const UserMessageSendResult
-
@brief Failure. Required parameters for sending to the application server were not set.
- USER_MESSAGE_SEND_RESULT_UNKNOWN → const UserMessageSendResult
-
@brief Failure. Unknown error.
- USER_MESSAGE_SEND_RESULT_E2BS_SEND_FAILED → const UserMessageSendResult
- USER_MESSAGE_SEND_RESULT_E2BS_RETURN_FAILED → const UserMessageSendResult
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<
UserMessageSendResult> - A constant List of the values in this enum, in order of their declaration.