MessageType enum

消息类型枚举。

Inheritance

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

hashCode int
The hash code for this object.
read-onlyinherited
index int
A numeric identifier for the enumerated value.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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]