TeamService class

Annotations

Constructors

TeamService()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
onReceiveTeamJoinActionInfo Stream<NIMTeamJoinActionInfo>
入群操作回调
no setter
onSyncFailed Stream<void>
同步失败
no setter
onSyncFinished Stream<void>
同步完成
no setter
onSyncStarted Stream<void>
同步开始
no setter
onTeamCreated Stream<NIMTeam>
群组创建回调
no setter
onTeamDismissed Stream<NIMTeam>
群组解散回调 @discussion 仅teamId和teamType字段有效
no setter
onTeamInfoUpdated Stream<NIMTeam>
群组信息更新回调
no setter
onTeamJoined Stream<NIMTeam>
加入群组回调
no setter
onTeamLeft Stream<TeamLeftReuslt>
离开群组回调 @discussion 主动离开群组或被管理员踢出群组
no setter
onTeamMemberInfoUpdated Stream<List<NIMTeamMember>>
群组成员信息变更回调
no setter
onTeamMemberJoined Stream<List<NIMTeamMember>>
群组成员加入回调
no setter
onTeamMemberKicked Stream<TeamMemberKickedResult>
群组成员被踢回调
no setter
onTeamMemberLeft Stream<List<NIMTeamMember>>
群组成员退出回调
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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>>
设置成员角色

Operators

operator ==(Object other) bool
The equality operator.
inherited