TeamProvider class abstract

Implementers

Constructors

TeamProvider()

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