MessageType enum
消息类型枚举。
Constructors
- MessageType()
-
const
Values
- TXT → const MessageType
-
文本消息。
- IMAGE → const MessageType
-
图片消息。
- VIDEO → const MessageType
-
视频消息。
- LOCATION → const MessageType
-
位置消息。
- VOICE → const MessageType
-
语音消息。
- FILE → const MessageType
-
文件消息。
- CMD → const MessageType
-
命令消息。
- CUSTOM → const MessageType
-
自定义消息。
- COMBINE → const MessageType
-
合并消息。
Properties
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<
MessageType> -
A constant List of the values in this enum, in order of their declaration.
[TXT, IMAGE, VIDEO, LOCATION, VOICE, FILE, CMD, CUSTOM, COMBINE]