MessageType enum

~english The message types. ~end

~chinese 消息类型枚举。 ~end

Inheritance

Constructors

MessageType()
const

Values

TXT → const MessageType

~english The text message. ~end

~chinese 文本消息。 ~end

IMAGE → const MessageType

~english The image message. ~end

~chinese 图片消息。 ~end

VIDEO → const MessageType

~english The video message. ~end

~chinese 视频消息。 ~end

LOCATION → const MessageType

~english The location message. ~end

~chinese 位置消息。 ~end

VOICE → const MessageType

~english The voice message. ~end

~chinese 语音消息。 ~end

FILE → const MessageType

~english The file message. ~end

~chinese 文件消息。 ~end

CMD → const MessageType

~english The command message. ~end

~chinese 命令消息。 ~end

CUSTOM → const MessageType

~english The custom message. ~end

~chinese 自定义消息。 ~end

COMBINE → const MessageType

~english The combine message. ~end

~chinese 合并消息。 ~end

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<MessageType>
A constant List of the values in this enum, in order of their declaration.