NIMTeamFieldEnum enum

TeamFieldEnum属性 说明 数据类型 announcement 群公告 beInviteMode 群被邀请模式:被邀请人的同意方式 extension 群扩展字段(客户端自定义信息) icon 群头像 introduce 群简介 inviteMode 群邀请模式:谁可以邀请他人入群 maxMemberCount 指定创建群组的最大群成员数量 ,MaxMemberCount不能超过应用级配置的最大人数 name 群名 teamExtensionUpdateMode 群资料扩展字段修改模式:谁可以修改群自定义属性(扩展字段) teamUpdateMode 群资料修改模式:谁可以修改群资料 verifyType 申请加入群组的验证模式

Inheritance

Constructors

NIMTeamFieldEnum()
const

Values

undefined → const NIMTeamFieldEnum
announcement → const NIMTeamFieldEnum
beInviteMode → const NIMTeamFieldEnum
extension → const NIMTeamFieldEnum
serverExtension → const NIMTeamFieldEnum
icon → const NIMTeamFieldEnum
introduce → const NIMTeamFieldEnum
inviteMode → const NIMTeamFieldEnum
maxMemberCount → const NIMTeamFieldEnum
name → const NIMTeamFieldEnum
teamExtensionUpdateMode → const NIMTeamFieldEnum
teamUpdateMode → const NIMTeamFieldEnum
verifyType → const NIMTeamFieldEnum

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

Constants

values → const List<NIMTeamFieldEnum>
A constant List of the values in this enum, in order of their declaration.