NotifyHelper class

Constructors

NotifyHelper()

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

buildAcceptInviteNotification(String tid, String from, NIMMemberChangeAttachment attachment) Future<String>
buildInviteMemberNotification(String tid, String fromAccId, NIMMemberChangeAttachment attachment) Future<String>
buildKickMemberNotification(String tid, NIMMemberChangeAttachment attachment) Future<String>
buildManagerPassTeamApplyNotification(String tid, NIMMemberChangeAttachment attachment) Future<String>
buildMemberLeaveNotification(String tid, String fromAccId) Future<String>
buildMemberListString(String tid, List<String> members, {String? fromAccount}) Future<String>
buildMuteTeamNotification(String tid, NIMMuteMemberAttachment attachment) Future<String>
buildTeamAddManagerNotification(String tid, NIMMemberChangeAttachment attachment) Future<String>
buildTeamDismissNotification(String tid, String fromAccId) Future<String>
buildTeamRemoveManagerNotification(String tid, NIMMemberChangeAttachment attachment) Future<String>
buildTeamTransOwnerNotification(String tid, String from, NIMMemberChangeAttachment attachment) Future<String>
buildUpdateTeamNotification(NIMUpdateTeamAttachment attachment) String
getNotificationText(NIMMessage message) Future<String>
getTeamMemberDisplayName(String tid, String accId) Future<String>
getTeamMemberNick(String tid, String accId) Future<String?>