NIMTeamUpdateFieldRequest 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
-
setAnnouncement(
String? announcement) → dynamic -
setBeInviteMode(
NIMTeamBeInviteModeEnum beInviteMode) → dynamic -
setExtension(
String? extension) → dynamic -
setIcon(
String? icon) → dynamic -
setIntroduce(
String? introduce) → dynamic -
setInviteMode(
NIMTeamInviteModeEnum inviteMode) → dynamic -
setMaxMemberCount(
int maxMemberCount) → dynamic -
setName(
String? name) → dynamic -
setTeamExtensionUpdateMode(
NIMTeamExtensionUpdateModeEnum teamExtensionUpdateMode) → dynamic -
setTeamUpdateMode(
NIMTeamUpdateModeEnum teamUpdateMode) → dynamic - superTeam 中iOS暂不支持
-
setVerifyType(
NIMVerifyTypeEnum verifyType) → dynamic -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited