Package | Description |
---|---|
cn.leancloud.im.v2 | |
cn.leancloud.im.v2.callback |
Modifier and Type | Method and Description |
---|---|
LCIMException |
LCIMConversation.processQueryResult(String result) |
static LCIMException |
LCIMException.wrapperException(Throwable e) |
Modifier and Type | Method and Description |
---|---|
abstract void |
LCIMConversationMemberCountCallback.done(Integer memberCount,
LCIMException e) |
abstract void |
LCIMClientCallback.done(LCIMClient client,
LCIMException e) |
abstract void |
LCIMConversationIterableResultCallback.done(LCIMConversationIterableResult iterableResult,
LCIMException e)
结果处理函数
|
abstract void |
LCIMConversationCreatedCallback.done(LCIMConversation conversation,
LCIMException e) |
abstract void |
LCIMConversationCallback.done(LCIMException e)
Override this function with the code you want to run after the save is complete.
|
abstract void |
LCIMOperationPartiallySucceededCallback.done(LCIMException e,
List<String> successfulClientIds,
List<LCIMOperationFailure> failures)
部分成功结果回调函数
|
abstract void |
LCIMSingleMessageQueryCallback.done(LCIMMessage msg,
LCIMException e) |
abstract void |
LCIMConversationQueryCallback.done(List<LCIMConversation> conversations,
LCIMException e) |
abstract void |
LCIMConversationMemberQueryCallback.done(List<LCIMConversationMemberInfo> memberInfoList,
LCIMException e)
结果处理函数
|
abstract void |
LCIMMessagesQueryCallback.done(List<LCIMMessage> messages,
LCIMException e) |
abstract void |
LCIMConversationSimpleResultCallback.done(List<String> memberIdList,
LCIMException e)
结果处理函数
|
abstract void |
LCIMOnlineClientsCallback.done(List<String> object,
LCIMException e) |
abstract void |
LCIMCommonJsonCallback.done(Map<String,Object> result,
LCIMException e) |
Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.