NIMTeamBeInviteModeEnum enum
Constructors
- NIMTeamBeInviteModeEnum()
-
const
Values
- needAuth → const NIMTeamBeInviteModeEnum
-
需要被邀请方同意(默认)
- noAuth → const NIMTeamBeInviteModeEnum
-
不需要被邀请方同意
Properties
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
Constants
-
values
→ const List<
NIMTeamBeInviteModeEnum> -
A constant List of the values in this enum, in order of their declaration.
[needAuth, noAuth]