MOBIM介面說明

皮皮醬發表於2018-09-29

一、 使用者管理介面(UserManager)

getUserInfo: 獲取使用者資訊

addToBlacklist: 新增黑名單

removeFromBlacklist: 移除黑名單

getBlackList:獲取黑名單列表

checkBlack:檢查使用者是否在黑名單

二、聊天管理介面(ChatManager)

sendMessage: 傳送訊息

getAllLocalConversations: 獲取所有本地會話

setConversationDisturb: 設定會話是否免打擾

getConversationDisturb:獲取會話是否免打擾

getMessageList:獲取會話訊息記錄

delMessage:刪除訊息

delConversation:刪除會話

markConversationAllMessageAsRead:標記某會話所有訊息為已讀

三、群管理介面(GroupManager)

createGroup: 建立群

inviteUserIntoGroup: 邀請使用者進入群

removeUserFromGroup:刪除群成員

transferGroup:轉讓群

exitGroup:退出群

updateGroupInfo:修改群資訊

getGroupList: 獲取使用者所在群組

getGroupInfo: 獲取群資訊

findGroup:查詢群資訊

joinGroup:加入群組

四、API錯誤碼

API返回的錯誤碼說明如下:(詳見MobIMErrorCode.java說明)

-1 網路請求失敗

-2 請求錯誤


相關文章