Http Util
本类中,所有涉及的接口,都需要业务方自己来实现
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun createChat(name: String, userIds: Array<Long>, handler: IResponseHandler<ChatCreateResponse>)
Link copied to clipboard
open fun createSingleChat(name: String, userIds: Array<Long>, handler: IResponseHandler<ChatCreateResponse>)
Link copied to clipboard
Link copied to clipboard
open fun forbidGroupSetting(chatId: String, setting: String, handler: IResponseHandler<CommonResult>)
Link copied to clipboard
Link copied to clipboard
open fun groupMemberForbidSendMsg(chatId: String, enableMemberId: List<Long>, disableMemberId: List<Long>, handler: IResponseHandler<CommonResult>)
Link copied to clipboard
open fun inviteMember(chatId: String, userIds: Array<Long>, handler: IResponseHandler<InviteUserResponse>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun updateChatAvatar(chatId: String, pic: String, handler: IResponseHandler<ChatNameReq.ChatNameRsp>)
Link copied to clipboard