TeamProviderImpl class
Methods
-
createTeam(List<String> inviteeAccountIds, {String? postscript, List<String>? selectNames, NIMCreateTeamParams? createTeamParams, String? iconUrl, bool isGroup = false, NIMAntispamConfig? antispamConfig})
→ Future<NIMCreateTeamResult?>
-
创建群组
inviteeAccountIds
选中的账号,创建team的时候将邀请
selectNames
选中者的名称,将用于生成team 名称
postscript
邀请他人附言
isGroup
是否讨论组
createTeamParams
创建群组的params,如果createTeamParams
不为空,则createTeamParams
生效,以上可选参数将失效
override
-
isGroupTeam(NIMTeam? team)
→ bool
-
是否是讨论组
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
queryMemberList(String teamId, NIMTeamType type, {NIMTeamMemberQueryOption? option})
→ Future<NIMResult<TeamMemberInfoListResult>>
-
查询群成员列表
teamId
群id
override
-
toString()
→ String
-
A string representation of this object.
inherited