MessageElemType class Enums

消息类型

Constructors

MessageElemType()

Properties

hashCode int
The hash code for this object.
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

V2TIM_ELEM_TYPE_CUSTOM → const int
自定义消息
V2TIM_ELEM_TYPE_FACE → const int
表情消息
V2TIM_ELEM_TYPE_FILE → const int
文件消息
V2TIM_ELEM_TYPE_GROUP_TIPS → const int
群 Tips 消息(存消息列表)
V2TIM_ELEM_TYPE_IMAGE → const int
图片消息
V2TIM_ELEM_TYPE_LOCATION → const int
地理位置消息
V2TIM_ELEM_TYPE_MERGER → const int
V2TIM_ELEM_TYPE_NONE → const int
没有元素
V2TIM_ELEM_TYPE_SOUND → const int
语音消息
V2TIM_ELEM_TYPE_TEXT → const int
文本消息
V2TIM_ELEM_TYPE_VIDEO → const int
视频消息