TeamService class
Methods
-
acceptInvitation(NIMTeamJoinActionInfo invitationInfo)
→ Future<NIMResult<NIMTeam>>
-
同意邀请入群
-
acceptJoinApplication(NIMTeamJoinActionInfo applicationInfo)
→ Future<NIMResult<void>>
-
接受入群申请请求
-
applyJoinTeam(String teamId, NIMTeamType teamType, String? postscript)
→ Future<NIMResult<NIMTeam>>
-
申请加入群组
-
createTeam(NIMCreateTeamParams createTeamParams, List<String>? inviteeAccountIds, String? postscript, NIMAntispamConfig? antispamConfig)
→ Future<NIMResult<NIMCreateTeamResult>>
-
创建群组
-
dismissTeam(String teamId, NIMTeamType teamType)
→ Future<NIMResult<void>>
-
解散群组
-
getJoinedTeamCount(List<NIMTeamType> teamTypes)
→ Future<NIMResult<int>>
-
获取当前已经加入的群组个数
-
getJoinedTeamList(List<NIMTeamType> teamTypes)
→ Future<NIMResult<List<NIMTeam>>>
-
获取当前已经加入的群组列表
-
getTeamInfo(String teamId, NIMTeamType teamType)
→ Future<NIMResult<NIMTeam>>
-
获取群组信息
-
getTeamInfoByIds(List<String> teamIds, NIMTeamType teamType)
→ Future<NIMResult<List<NIMTeam>>>
-
根据群组id获取群组信息
-
getTeamJoinActionInfoList(NIMTeamJoinActionInfoQueryOption queryOption)
→ Future<NIMResult<NIMTeamJoinActionInfoResult>>
-
获取群加入相关信息
-
getTeamMemberInvitor(String teamId, NIMTeamType teamType, List<String> accountIds)
→ Future<NIMResult<Map<String, String>>>
-
根据账号id列表获取群组成员邀请人
-
getTeamMemberList(String teamId, NIMTeamType teamType, NIMTeamMemberQueryOption queryOption)
→ Future<NIMResult<NIMTeamMemberListResult>>
-
获取群组成员列表
-
getTeamMemberListByIds(String teamId, NIMTeamType teamType, List<String> accountIds)
→ Future<NIMResult<List<NIMTeamMember>>>
-
根据账号id列表获取群组成员列表
-
inviteMember(String teamId, NIMTeamType teamType, List<String> inviteeAccountIds, String? postscript)
→ Future<NIMResult<List<String>>>
-
邀请成员加入群组
-
kickMember(String teamId, NIMTeamType teamType, List<String>? memberAccountIds)
→ Future<NIMResult<void>>
-
踢出群组成员
-
leaveTeam(String teamId, NIMTeamType teamType)
→ Future<NIMResult<void>>
-
退出群组
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
rejectInvitation(NIMTeamJoinActionInfo invitationInfo, String? postscript)
→ Future<NIMResult<void>>
-
拒绝邀请入群请求
-
rejectJoinApplication(NIMTeamJoinActionInfo applicationInfo, String? postscript)
→ Future<NIMResult<void>>
-
拒绝入群申请
-
searchTeamByKeyword(String keyword)
→ Future<NIMResult<List<NIMTeam>>>
-
根据关键字搜索群信息
-
searchTeamMembers(NIMTeamMemberSearchOption searchOption)
→ Future<NIMResult<NIMTeamMemberListResult>>
-
根据关键字搜索群成员
-
setTeamChatBannedMode(String teamId, NIMTeamType teamType, NIMTeamChatBannedMode chatBannedMode)
→ Future<NIMResult<void>>
-
设置群组聊天禁言模式
-
setTeamMemberChatBannedStatus(String teamId, NIMTeamType teamType, String accountId, bool chatBanned)
→ Future<NIMResult<void>>
-
设置群组成员聊天禁言状态
-
toString()
→ String
-
A string representation of this object.
inherited
-
transferTeamOwner(String teamId, NIMTeamType teamType, String accountId, bool leave)
→ Future<NIMResult<void>>
-
移交群主
-
updateSelfTeamMemberInfo(String teamId, NIMTeamType teamType, NIMUpdateSelfMemberInfoParams memberInfoParams)
→ Future<NIMResult<void>>
-
修改自己的群成员信息
-
updateTeamInfo(String teamId, NIMTeamType teamType, NIMUpdateTeamInfoParams updateTeamInfoParams, NIMAntispamConfig? antispamConfig)
→ Future<NIMResult<void>>
-
更新群组
-
updateTeamMemberNick(String teamId, NIMTeamType teamType, String accountId, String teamNick)
→ Future<NIMResult<void>>
-
修改群成员昵称
-
updateTeamMemberRole(String teamId, NIMTeamType teamType, List<String> memberAccountIds, NIMTeamMemberRole memberRole)
→ Future<NIMResult<void>>
-
设置成员角色