Package | Description |
---|---|
cn.leancloud | |
cn.leancloud.callback | |
cn.leancloud.im | |
cn.leancloud.im.v2 | |
cn.leancloud.im.v2.callback | |
cn.leancloud.livequery |
Modifier and Type | Method and Description |
---|---|
static <T extends LCObject> |
LCObject.createWithoutData(Class<T> clazz,
String objectId)
Create a new instance with particular class and objectId.
|
static <T extends LCUser> |
LCUser.createWithSessionToken(Class<T> clazz,
String objectId,
String sessionToken) |
static LCUser |
LCUser.createWithSessionToken(String objectId,
String sessionToken) |
static void |
LCObject.deleteAll(Collection<? extends LCObject> objects)
Delete all objects in blocking mode.
|
static void |
LCObject.deleteAll(LCUser asAuthenticatedUser,
Collection<? extends LCObject> objects)
Delete all objects in blocking mode.
|
static void |
LCObject.saveAll(Collection<? extends LCObject> objects)
Save All objects in blocking mode.
|
static void |
LCObject.saveAll(LCUser asAuthenticatedUser,
Collection<? extends LCObject> objects)
Save All objects in blocking mode.
|
void |
LCFile.saveEventually()
Save eventually(not supported).
|
void |
LCObject.saveEventually()
Save eventually.
|
void |
LCFile.saveEventually(LCUser asAuthenticatedUser)
Save eventually(not supported).
|
void |
LCObject.saveEventually(LCUser asAuthenticatedUser)
Save eventually.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
GetDataCallback.done(byte[] data,
LCException e) |
abstract void |
GetDataStreamCallback.done(InputStream data,
LCException e) |
abstract void |
CountCallback.done(int count,
LCException e)
Override this function with the code you want to run after the count is complete.
|
abstract void |
CloudQueryCallback.done(LCCloudQueryResult result,
LCException LCException) |
abstract void |
RequestMobileCodeCallback.done(LCException e) |
abstract void |
DeleteCallback.done(LCException e)
Override this function with the code you want to run after the delete is complete.
|
abstract void |
SaveCallback.done(LCException e)
Override this function with the code you want to run after the save is complete.
|
abstract void |
SignUpCallback.done(LCException e)
Override this function with the code you want to run after the signUp is complete.
|
abstract void |
MobilePhoneVerifyCallback.done(LCException e) |
abstract void |
RequestEmailVerifyCallback.done(LCException e)
Override this function with the code you want to run after the request is complete.
|
abstract void |
RequestPasswordResetCallback.done(LCException e)
Override this function with the code you want to run after the request is complete.
|
abstract void |
UpdatePasswordCallback.done(LCException e)
请用您需要在修改密码完成以后的逻辑重载本方法
|
abstract void |
SendCallback.done(LCException e) |
abstract void |
StatusCallback.done(LCStatus statusObject,
LCException LCException)
Override this function with the code you want to run after the fetch is complete.
|
abstract void |
StatusListCallback.done(List<LCStatus> statusObjects,
LCException LCException)
Override this function with the code you want to run after the fetch is complete.
|
abstract void |
FindCallback.done(List<T> objects,
LCException LCException)
Override this function with the code you want to run after the fetch is complete.
|
abstract void |
FollowersAndFolloweesCallback.done(Map<String,List<T>> avObjects,
LCException LCException)
Override this function with the code you want to run after the fetch is complete.
|
abstract void |
LogInCallback.done(T user,
LCException e)
Override this function with the code you want to run after the save is complete.
|
abstract void |
GetCallback.done(T object,
LCException e) |
abstract void |
GetFileCallback.done(T object,
LCException e)
Override this function with the code you want to run after the fetch is complete.
|
abstract void |
RefreshCallback.done(T object,
LCException e)
Override this function with the code you want to run after the save is complete.
|
abstract void |
FollowCallback.done(T object,
LCException e)
Override this function with the code you want to run after the fetch is complete.
|
abstract void |
FunctionCallback.done(T object,
LCException e)
Override this function with the code you want to run after the cloud function is complete.
|
void |
LCCallback.internalDone(LCException LCException) |
void |
LCCallback.internalDone(T t,
LCException LCException) |
protected void |
GetDataCallback.internalDone0(byte[] returnValue,
LCException e) |
protected void |
GetDataStreamCallback.internalDone0(InputStream returnValue,
LCException e) |
protected void |
ProgressCallback.internalDone0(Integer returnValue,
LCException e)
Override this function with your desired callback.
|
protected void |
CountCallback.internalDone0(Integer returnValue,
LCException e)
internal done function.
|
protected void |
CloudQueryCallback.internalDone0(LCCloudQueryResult returnValue,
LCException e) |
protected void |
RequestMobileCodeCallback.internalDone0(LCNull t,
LCException LCException) |
protected void |
DeleteCallback.internalDone0(LCNull returnValue,
LCException e) |
protected void |
MobilePhoneVerifyCallback.internalDone0(LCNull t,
LCException LCException)
MobilePhoneVerifyCallback 用来验证用户的手机号码
|
protected void |
RequestEmailVerifyCallback.internalDone0(LCNull t,
LCException LCException) |
protected void |
RequestPasswordResetCallback.internalDone0(LCNull t,
LCException LCException) |
protected void |
UpdatePasswordCallback.internalDone0(LCNull t,
LCException LCException) |
protected void |
SendCallback.internalDone0(LCNull t,
LCException LCException) |
protected void |
StatusCallback.internalDone0(LCStatus returnValue,
LCException e) |
protected void |
SignUpCallback.internalDone0(LCUser t,
LCException LCException) |
protected void |
StatusListCallback.internalDone0(List<LCStatus> returnValue,
LCException e) |
protected void |
FindCallback.internalDone0(List<T> returnValue,
LCException e) |
protected void |
FollowersAndFolloweesCallback.internalDone0(Map<String,List<T>> returnValue,
LCException e) |
protected void |
LogInCallback.internalDone0(T returnValue,
LCException e) |
protected void |
GetCallback.internalDone0(T returnValue,
LCException e) |
protected void |
GetFileCallback.internalDone0(T returnValue,
LCException e) |
protected void |
SaveCallback.internalDone0(T returnValue,
LCException e) |
protected abstract void |
LCCallback.internalDone0(T t,
LCException LCException) |
protected void |
RefreshCallback.internalDone0(T returnValue,
LCException e) |
protected void |
FollowCallback.internalDone0(T returnValue,
LCException e) |
protected void |
FunctionCallback.internalDone0(T returnValue,
LCException e) |
void |
GenericObjectCallback.onSuccess(String content,
LCException e) |
Modifier and Type | Class and Description |
---|---|
static class |
SignatureFactory.SignatureException
签名异常类
|
Modifier and Type | Method and Description |
---|---|
abstract void |
SignatureCallback.onSignatureReady(Signature sig,
LCException e) |
Modifier and Type | Class and Description |
---|---|
class |
LCIMException |
Constructor and Description |
---|
LCIMException(int appCode,
LCException error) |
Modifier and Type | Method and Description |
---|---|
abstract void |
LCIMMessageUpdatedCallback.done(LCIMMessage message,
LCException e) |
abstract void |
LCIMMessageRecalledCallback.done(LCIMRecalledMessage recalledMessage,
LCException e) |
protected void |
LCIMConversationMemberCountCallback.internalDone0(Integer returnValue,
LCException e) |
protected void |
LCIMClientStatusCallback.internalDone0(LCIMClient.LCIMClientStatus status,
LCException LCException) |
protected void |
LCIMClientCallback.internalDone0(LCIMClient client,
LCException LCException) |
protected void |
LCIMConversationIterableResultCallback.internalDone0(LCIMConversationIterableResult iterableResult,
LCException e) |
protected void |
LCIMConversationCreatedCallback.internalDone0(LCIMConversation returnValue,
LCException e) |
protected void |
LCIMSingleMessageQueryCallback.internalDone0(LCIMMessage returnValue,
LCException e) |
protected void |
LCIMMessageUpdatedCallback.internalDone0(LCIMMessage message,
LCException LCException) |
protected void |
LCIMMessageRecalledCallback.internalDone0(LCIMRecalledMessage LCIMRecalledMessage,
LCException LCException) |
protected void |
LCIMConversationQueryCallback.internalDone0(List<LCIMConversation> returnValue,
LCException e) |
protected void |
LCIMConversationMemberQueryCallback.internalDone0(List<LCIMConversationMemberInfo> returnValue,
LCException e) |
protected void |
LCIMMessagesQueryCallback.internalDone0(List<LCIMMessage> returnValue,
LCException e) |
protected void |
LCIMConversationSimpleResultCallback.internalDone0(List<String> returnValue,
LCException e) |
protected void |
LCIMOnlineClientsCallback.internalDone0(List<String> object,
LCException error) |
protected void |
LCIMOperationPartiallySucceededCallback.internalDone0(Map<String,Object> returnValue,
LCException e) |
protected void |
LCIMCommonJsonCallback.internalDone0(Map<String,Object> result,
LCException LCException) |
protected void |
LCIMConversationCallback.internalDone0(Void returnValue,
LCException e) |
Modifier and Type | Method and Description |
---|---|
abstract void |
LCLiveQuerySubscribeCallback.done(LCException e) |
protected void |
LCLiveQuerySubscribeCallback.internalDone0(Void aVoid,
LCException LCException) |
Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.