NIMTeamNotificationTypes class Null safety
Notification types in a chat room
Constructors
Properties
- hashCode → int
-
The hash code for this object.
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
- acceptInvite → const int
-
TEAM: a user accepts an invitation to join a group
9 - addTeamManager → const int
-
TEAM: A new administrator is assigned
7 - dismissTeam → const int
-
TEAM: The group is dismissed
4 - inviteMember → const int
-
TEAM: Group members are invited to a discussion group. Group members can be added to the discussion group without verification
0 - kickMember → const int
-
TEAM: A group member is removed from a group
1 - leaveTeam → const int
-
TEAM: A member leaves a group
2 - muteTeamMember → const int
-
TEAM: a group member is muted or unmuted
10 - passTeamApply → const int
-
TEAM: An admin approves a join request
5 - removeTeamManager → const int
-
TEAM: An admin role is revoked
8 - transferOwner → const int
-
TEAM: The ownership of a group is transferred
6 - updateTeam → const int
-
TEAM: The group profile is updated
3