NIMMessageType enum

消息内容类型

Inheritance

Constructors

NIMMessageType()
const

Values

undef → const NIMMessageType

未定义

text → const NIMMessageType

文本类型消息

image → const NIMMessageType

图片类型消息

audio → const NIMMessageType

声音类型消息

video → const NIMMessageType

视频类型消息

location → const NIMMessageType

位置类型消息

file → const NIMMessageType

文件类型消息

avchat → const NIMMessageType

音视频通话

notification → const NIMMessageType

通知类型消息

tip → const NIMMessageType

提醒类型消息

robot → const NIMMessageType

Robot

netcall → const NIMMessageType

G2话单消息

custom → const NIMMessageType

Custom

appCustom → const NIMMessageType

七鱼接入方自定义的消息

qiyuCustom → const NIMMessageType

七鱼类型的 custom 消息

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<NIMMessageType>
A constant List of the values in this enum, in order of their declaration.