NIMSDK-AOS  10.9.90
com.netease.nimlib.sdk.v2.chatroom.V2NIMChatroomService 成员列表

成员的完整列表,这些成员属于 com.netease.nimlib.sdk.v2.chatroom.V2NIMChatroomService,包括所有继承而来的类成员

addChatroomListener(V2NIMChatroomListener listener)com.netease.nimlib.sdk.v2.chatroom.V2NIMChatroomService
cancelMessageAttachmentUpload(V2NIMChatroomMessage message, V2NIMSuccessCallback< Void > success, V2NIMFailureCallback failure)com.netease.nimlib.sdk.v2.chatroom.V2NIMChatroomService
getMemberByIds(List< String > accountIds, V2NIMSuccessCallback< List< V2NIMChatroomMember >> success, V2NIMFailureCallback failure)com.netease.nimlib.sdk.v2.chatroom.V2NIMChatroomService
getMemberCountByTag(String tag, V2NIMSuccessCallback< Long > success, V2NIMFailureCallback failure)com.netease.nimlib.sdk.v2.chatroom.V2NIMChatroomService
getMemberListByOption(V2NIMChatroomMemberQueryOption queryOption, V2NIMSuccessCallback< V2NIMChatroomMemberListResult > success, V2NIMFailureCallback failure)com.netease.nimlib.sdk.v2.chatroom.V2NIMChatroomService
getMemberListByTag(V2NIMChatroomTagMemberOption option, V2NIMSuccessCallback< V2NIMChatroomMemberListResult > success, V2NIMFailureCallback failure)com.netease.nimlib.sdk.v2.chatroom.V2NIMChatroomService
getMessageList(V2NIMChatroomMessageListOption option, V2NIMSuccessCallback< List< V2NIMChatroomMessage >> success, V2NIMFailureCallback failure)com.netease.nimlib.sdk.v2.chatroom.V2NIMChatroomService
getMessageListByTag(V2NIMChatroomTagMessageOption messageOption, V2NIMSuccessCallback< List< V2NIMChatroomMessage >> success, V2NIMFailureCallback failure)com.netease.nimlib.sdk.v2.chatroom.V2NIMChatroomService
kickMember(String accountId, String notificationExtension, V2NIMSuccessCallback< Void > success, V2NIMFailureCallback failure)com.netease.nimlib.sdk.v2.chatroom.V2NIMChatroomService
registerCustomAttachmentParser(V2NIMMessageCustomAttachmentParser parser)com.netease.nimlib.sdk.v2.chatroom.V2NIMChatroomService
removeChatroomListener(V2NIMChatroomListener listener)com.netease.nimlib.sdk.v2.chatroom.V2NIMChatroomService
sendMessage(V2NIMChatroomMessage message, V2NIMSendChatroomMessageParams params, V2NIMSuccessCallback< V2NIMSendChatroomMessageResult > success, V2NIMFailureCallback failure, V2NIMProgressCallback progress)com.netease.nimlib.sdk.v2.chatroom.V2NIMChatroomService
setMemberBlockedStatus(String accountId, boolean blocked, String notificationExtension, V2NIMSuccessCallback< Void > success, V2NIMFailureCallback failure)com.netease.nimlib.sdk.v2.chatroom.V2NIMChatroomService
setMemberChatBannedStatus(String accountId, boolean chatBanned, String notificationExtension, V2NIMSuccessCallback< Void > success, V2NIMFailureCallback failure)com.netease.nimlib.sdk.v2.chatroom.V2NIMChatroomService
setMemberTempChatBanned(String accountId, long tempChatBannedDuration, boolean notificationEnabled, String notificationExtension, V2NIMSuccessCallback< Void > success, V2NIMFailureCallback failure)com.netease.nimlib.sdk.v2.chatroom.V2NIMChatroomService
setTempChatBannedByTag(V2NIMChatroomTagTempChatBannedParams params, V2NIMSuccessCallback< Void > success, V2NIMFailureCallback failure)com.netease.nimlib.sdk.v2.chatroom.V2NIMChatroomService
unregisterCustomAttachmentParser(V2NIMMessageCustomAttachmentParser parser)com.netease.nimlib.sdk.v2.chatroom.V2NIMChatroomService
updateChatroomInfo(V2NIMChatroomUpdateParams updateParams, V2NIMAntispamConfig antispamConfig, V2NIMSuccessCallback< Void > success, V2NIMFailureCallback failure)com.netease.nimlib.sdk.v2.chatroom.V2NIMChatroomService
updateChatroomLocationInfo(V2NIMChatroomLocationConfig locationConfig, V2NIMSuccessCallback< Void > success, V2NIMFailureCallback failure)com.netease.nimlib.sdk.v2.chatroom.V2NIMChatroomService
updateChatroomTags(V2NIMChatroomTagsUpdateParams updateParams, V2NIMSuccessCallback< Void > success, V2NIMFailureCallback failure)com.netease.nimlib.sdk.v2.chatroom.V2NIMChatroomService
updateMemberRole(String accountId, V2NIMChatroomMemberRoleUpdateParams updateParams, V2NIMSuccessCallback< Void > success, V2NIMFailureCallback failure)com.netease.nimlib.sdk.v2.chatroom.V2NIMChatroomService
updateSelfMemberInfo(V2NIMChatroomSelfMemberUpdateParams updateParams, V2NIMAntispamConfig antispamConfig, V2NIMSuccessCallback< Void > success, V2NIMFailureCallback failure)com.netease.nimlib.sdk.v2.chatroom.V2NIMChatroomService