MergeMessageHelper class

Constructors

MergeMessageHelper.new()

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

Static Methods

createMergedMessage(List<NIMMessage> messages) Future<NIMResult<NIMMessage>>
创建合并消息
getMergedMessageDepth(NIMMessage message) int
mergeMessage(List<NIMMessage> messageList) Future<NIMResult<Map<String, dynamic>>>
合并消息,返回Map
parseMergeMessage(NIMMessage message) → MergedMessage?
解析合并消息