| 程序包 | 说明 |
|---|---|
| cn.leancloud | |
| cn.leancloud.callback |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends AVObject> |
AVObject.createWithoutData(Class<T> clazz,
String objectId)
Create a new instance with particular class and objectId.
|
static void |
AVObject.deleteAll(Collection<? extends AVObject> objects)
Delete all objects in blocking mode.
|
static void |
AVObject.saveAll(Collection<? extends AVObject> objects)
Save All objects in blocking mode.
|
void |
AVObject.saveEventually()
Save eventually.
|
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
CloudQueryCallback.done(AVCloudQueryResult result,
AVException avException) |
abstract void |
SignUpCallback.done(AVException e)
Override this function with the code you want to run after the signUp is complete.
|
abstract void |
RequestPasswordResetCallback.done(AVException e)
Override this function with the code you want to run after the request is complete.
|
abstract void |
MobilePhoneVerifyCallback.done(AVException e) |
abstract void |
RequestMobileCodeCallback.done(AVException e) |
abstract void |
SaveCallback.done(AVException e)
Override this function with the code you want to run after the save is complete.
|
abstract void |
DeleteCallback.done(AVException e)
Override this function with the code you want to run after the delete is complete.
|
abstract void |
UpdatePasswordCallback.done(AVException e)
请用您需要在修改密码完成以后的逻辑重载本方法
|
abstract void |
RequestEmailVerifyCallback.done(AVException e)
Override this function with the code you want to run after the request is complete.
|
abstract void |
SendCallback.done(AVException e) |
abstract void |
StatusCallback.done(AVStatus statusObject,
AVException avException)
Override this function with the code you want to run after the fetch is complete.
|
abstract void |
GetDataCallback.done(byte[] data,
AVException e) |
abstract void |
GetDataStreamCallback.done(InputStream data,
AVException e) |
abstract void |
CountCallback.done(int count,
AVException e)
Override this function with the code you want to run after the count is complete.
|
abstract void |
StatusListCallback.done(List<AVStatus> statusObjects,
AVException avException)
Override this function with the code you want to run after the fetch is complete.
|
abstract void |
FindCallback.done(List<T> avObjects,
AVException avException)
Override this function with the code you want to run after the fetch is complete.
|
abstract void |
FollowersAndFolloweesCallback.done(Map<String,List<T>> avObjects,
AVException avException)
Override this function with the code you want to run after the fetch is complete.
|
abstract void |
LogInCallback.done(T user,
AVException e)
Override this function with the code you want to run after the save is complete.
|
abstract void |
GetCallback.done(T object,
AVException e) |
abstract void |
FunctionCallback.done(T object,
AVException e)
Override this function with the code you want to run after the cloud function is complete.
|
abstract void |
FollowCallback.done(T object,
AVException e)
Override this function with the code you want to run after the fetch is complete.
|
abstract void |
RefreshCallback.done(T object,
AVException e)
Override this function with the code you want to run after the save is complete.
|
abstract void |
GetFileCallback.done(T object,
AVException e)
Override this function with the code you want to run after the fetch is complete.
|
void |
AVCallback.internalDone(AVException avException) |
void |
AVCallback.internalDone(T t,
AVException avException) |
protected void |
CloudQueryCallback.internalDone0(AVCloudQueryResult returnValue,
AVException e) |
protected void |
RequestPasswordResetCallback.internalDone0(AVNull t,
AVException avException) |
protected void |
MobilePhoneVerifyCallback.internalDone0(AVNull t,
AVException avException)
AVMobilePhoneVerifyCallback 用来验证用户的手机号码
|
protected void |
RequestMobileCodeCallback.internalDone0(AVNull t,
AVException avException) |
protected void |
DeleteCallback.internalDone0(AVNull returnValue,
AVException e) |
protected void |
UpdatePasswordCallback.internalDone0(AVNull t,
AVException avException) |
protected void |
RequestEmailVerifyCallback.internalDone0(AVNull t,
AVException avException) |
protected void |
SendCallback.internalDone0(AVNull t,
AVException avException) |
protected void |
StatusCallback.internalDone0(AVStatus returnValue,
AVException e) |
protected void |
SignUpCallback.internalDone0(AVUser t,
AVException avException) |
protected void |
GetDataCallback.internalDone0(byte[] returnValue,
AVException e) |
protected void |
GetDataStreamCallback.internalDone0(InputStream returnValue,
AVException e) |
protected void |
CountCallback.internalDone0(Integer returnValue,
AVException e)
internal done function.
|
protected void |
ProgressCallback.internalDone0(Integer returnValue,
AVException e)
Override this function with your desired callback.
|
protected void |
StatusListCallback.internalDone0(List<AVStatus> returnValue,
AVException e) |
protected void |
FindCallback.internalDone0(List<T> returnValue,
AVException e) |
protected void |
FollowersAndFolloweesCallback.internalDone0(Map<String,List<T>> returnValue,
AVException e) |
protected void |
LogInCallback.internalDone0(T returnValue,
AVException e) |
protected void |
GetCallback.internalDone0(T returnValue,
AVException e) |
protected void |
FunctionCallback.internalDone0(T returnValue,
AVException e) |
protected void |
SaveCallback.internalDone0(T returnValue,
AVException e) |
protected void |
FollowCallback.internalDone0(T returnValue,
AVException e) |
protected abstract void |
AVCallback.internalDone0(T t,
AVException avException) |
protected void |
RefreshCallback.internalDone0(T returnValue,
AVException e) |
protected void |
GetFileCallback.internalDone0(T returnValue,
AVException e) |
void |
GenericObjectCallback.onSuccess(String content,
AVException e) |
Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.