TeamProvider class abstract
- Implementers
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
-
createTeam(
List< String> members, {List<String> selectNames, String? iconUrl, String? postscript, bool isGroup = false, NIMCreateTeamOptions? options}) → Future<NIMCreateTeamResult?> -
创建群组
members
选中的账号,创建team的时候将邀请selectNames
选中者的名称,将用于生成team 名称iconUrl
群组头像,不设置将显示默认postscript
邀请他人附言isGroup
是否讨论组options
创建群组的options,如果options
不为空,则options
生效,以上可选参数将失效 -
isGroupTeam(
NIMTeam? team) → bool - 是否是讨论组
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queryMemberList(
String teamId) → Future< List< UserInfoWithTeam> ?> -
查询群成员列表
teamId
群id -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- imUIKitGroup → const String