MessageUtils class
Constructors
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
-
formatVideoTime(
int time) → String -
getAbstractMessageAsync(
V2TimMessage message, List< V2TimGroupMemberFullInfo?> groupMemberList) → String -
getCustomGroupCreatedOrDismissedString(
V2TimMessage message) → String -
getDisplayName(
V2TimMessage message) → String -
getImageFromImgList(
List< V2TimImage?> ? list, List<String> order) → V2TimImage? -
groupTipsMessageAbstract(
V2TimGroupTipsElem groupTipsElem, List< V2TimGroupMemberFullInfo?> groupMemberList) → Future<String> -
handleCustomMessageString(
V2TimMessage message) → String -
handleMessageError(
Future< V2TimValueCallback< fun, BuildContext context) → Future<V2TimMessage> ?>V2TimValueCallback< V2TimMessage> ?> -
handleMessageErrorCode(
V2TimValueCallback< V2TimMessage> ? sendMsgRes, BuildContext context) → V2TimValueCallback<V2TimMessage> ? -
isCallingData(
String data) → dynamic -
isGroupCallingMessage(
V2TimMessage message) → dynamic -
wrapMessageTips(
Widget child, TUITheme? theme) → Widget