NIMMessageType enum Null safety

消息内容类型

Inheritance

Constructors

NIMMessageType()
const

Values

undef → const NIMMessageType

未定义

NIMMessageType()
text → const NIMMessageType

文本类型消息

NIMMessageType()
image → const NIMMessageType

图片类型消息

NIMMessageType()
audio → const NIMMessageType

声音类型消息

NIMMessageType()
video → const NIMMessageType

视频类型消息

NIMMessageType()
location → const NIMMessageType

位置类型消息

NIMMessageType()
file → const NIMMessageType

文件类型消息

NIMMessageType()
avchat → const NIMMessageType

音视频通话

NIMMessageType()
notification → const NIMMessageType

通知类型消息

NIMMessageType()
tip → const NIMMessageType

提醒类型消息

NIMMessageType()
robot → const NIMMessageType

Robot

NIMMessageType()
netcall → const NIMMessageType

G2话单消息

NIMMessageType()
custom → const NIMMessageType

Custom

NIMMessageType()
appCustom → const NIMMessageType

七鱼接入方自定义的消息

NIMMessageType()
qiyuCustom → const NIMMessageType

七鱼类型的 custom 消息

NIMMessageType()

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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.
[undef, text, image, audio, video, location, file, avchat, notification, tip, robot, netcall, custom, appCustom, qiyuCustom]