SetRoomExtraInfoResult enum
Values
- SUCCESS → const SetRoomExtraInfoResult
-
@brief Success.
- NOT_JOIN_ROOM → const SetRoomExtraInfoResult
-
@brief Failure. You are not in the room.
- KEY_IS_NULL → const SetRoomExtraInfoResult
-
@brief Failure. The key pointer is null.
- VALUE_IS_NULL → const SetRoomExtraInfoResult
-
@brief Failure. The value pointer is null.
- UNKNOW → const SetRoomExtraInfoResult
-
@brief Failure. Unknown error.
- KEY_IS_EMPTY → const SetRoomExtraInfoResult
-
@brief Failure. The key length is 0.
- TOO_OFTEN → const SetRoomExtraInfoResult
-
@brief Failure. Excessively frequent setting. 10 times per second is preferable.
- SILENT_USER → const SetRoomExtraInfoResult
-
@brief Failure. Invisible users are not allowed to call
setRoomExtraInfo. - KEY_TOO_LONG → const SetRoomExtraInfoResult
-
@brief Failure. Key length exceeds 10 bytes.
- VALUE_TOO_LONG → const SetRoomExtraInfoResult
-
@brief Failure. Value length exceeds 128 bytes.
- SERVER_ERROR → const SetRoomExtraInfoResult
-
@brief Failure. Server 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<
SetRoomExtraInfoResult> - A constant List of the values in this enum, in order of their declaration.