UserMessageSendResult enum

Inheritance
Available extensions

Values

USER_MESSAGE_SEND_RESULT_SUCCESS → const UserMessageSendResult

@brief 发送消息成功。

USER_MESSAGE_SEND_RESULT_TIMEOUT → const UserMessageSendResult

@brief 消息发送失败。发送超时。

USER_MESSAGE_SEND_RESULT_BROKEN → const UserMessageSendResult

@brief 消息发送失败。连接断开,消息未发出。

USER_MESSAGE_SEND_RESULT_NO_RECEIVER → const UserMessageSendResult

@brief 消息发送失败。找不到接收方。

USER_MESSAGE_SEND_RESULT_NO_RELAY_PATH → const UserMessageSendResult

@brief 消息发送失败。远端用户没有登录或进房。

USER_MESSAGE_SEND_RESULT_EXCEED_QPS → const UserMessageSendResult

@brief 消息发送失败。超过 QPS 限制。

USER_MESSAGE_SEND_RESULT_NOT_JOIN → const UserMessageSendResult

@brief 消息发送失败。消息发送方没有加入房间。

USER_MESSAGE_SEND_RESULT_INIT → const UserMessageSendResult

@brief 消息发送失败。连接未完成初始化。

USER_MESSAGE_SEND_RESULT_NO_CONNECTION → const UserMessageSendResult

@brief 消息发送失败。没有可用的数据传输通道连接。

USER_MESSAGE_SEND_RESULT_EXCEED_MAX_LENGTH → const UserMessageSendResult

@brief 消息发送失败。消息超过最大长度 (64 KB)。

USER_MESSAGE_SEND_RESULT_EMPTY_USER → const UserMessageSendResult

@brief 消息发送失败。接收方用户 ID 为空。

USER_MESSAGE_SEND_RESULT_NOT_LOGIN → const UserMessageSendResult

@brief 消息发送失败。房间外或应用服务器消息发送方没有登录。

USER_MESSAGE_SEND_RESULT_SERVER_PARAMS_NOT_SET → const UserMessageSendResult

@brief 消息发送失败。发送消息给业务方服务器之前没有设置参数。

USER_MESSAGE_SEND_RESULT_UNKNOWN → const UserMessageSendResult

@brief 消息发送失败。未知错误。

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.