abstract void |
CloudQueryCallback.done(LCCloudQueryResult result,
LCException LCException) |
|
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 |
DeleteCallback.done(LCException e) |
Override this function with the code you want to run after the delete is complete.
|
abstract void |
FindCallback.done(java.util.List<T> objects,
LCException LCException) |
Override this function with the code you want to run after the fetch 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 |
FollowersAndFolloweesCallback.done(java.util.Map<java.lang.String,java.util.List<T>> avObjects,
LCException LCException) |
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.
|
abstract void |
GetCallback.done(T object,
LCException e) |
|
abstract void |
GetDataCallback.done(byte[] data,
LCException e) |
|
abstract void |
GetDataStreamCallback.done(java.io.InputStream data,
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 |
LogInCallback.done(T user,
LCException e) |
Override this function with the code you want to run after the save is complete.
|
abstract void |
MobilePhoneVerifyCallback.done(LCException e) |
|
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 |
RequestEmailVerifyCallback.done(LCException e) |
Override this function with the code you want to run after the request is complete.
|
abstract void |
RequestMobileCodeCallback.done(LCException e) |
|
abstract void |
RequestPasswordResetCallback.done(LCException e) |
Override this function with the code you want to run after the request 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 |
SendCallback.done(LCException e) |
|
abstract void |
SignUpCallback.done(LCException e) |
Override this function with the code you want to run after the signUp is complete.
|
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(java.util.List<LCStatus> statusObjects,
LCException LCException) |
Override this function with the code you want to run after the fetch is complete.
|
abstract void |
UpdatePasswordCallback.done(LCException e) |
请用您需要在修改密码完成以后的逻辑重载本方法
|
void |
LCCallback.internalDone(LCException LCException) |
|
void |
LCCallback.internalDone(T t,
LCException LCException) |
|
protected void |
CloudQueryCallback.internalDone0(LCCloudQueryResult returnValue,
LCException e) |
|
protected void |
CountCallback.internalDone0(java.lang.Integer returnValue,
LCException e) |
internal done function.
|
protected void |
DeleteCallback.internalDone0(LCNull returnValue,
LCException e) |
|
protected void |
FindCallback.internalDone0(java.util.List<T> returnValue,
LCException e) |
|
protected void |
FollowCallback.internalDone0(T returnValue,
LCException e) |
|
protected void |
FollowersAndFolloweesCallback.internalDone0(java.util.Map<java.lang.String,java.util.List<T>> returnValue,
LCException e) |
|
protected void |
FunctionCallback.internalDone0(T returnValue,
LCException e) |
|
protected void |
GetCallback.internalDone0(T returnValue,
LCException e) |
|
protected void |
GetDataCallback.internalDone0(byte[] returnValue,
LCException e) |
|
protected void |
GetDataStreamCallback.internalDone0(java.io.InputStream returnValue,
LCException e) |
|
protected void |
GetFileCallback.internalDone0(T returnValue,
LCException e) |
|
protected abstract void |
LCCallback.internalDone0(T t,
LCException LCException) |
|
protected void |
LogInCallback.internalDone0(T returnValue,
LCException e) |
|
protected void |
MobilePhoneVerifyCallback.internalDone0(LCNull t,
LCException LCException) |
MobilePhoneVerifyCallback 用来验证用户的手机号码
|
protected void |
ProgressCallback.internalDone0(java.lang.Integer returnValue,
LCException e) |
Override this function with your desired callback.
|
protected void |
RefreshCallback.internalDone0(T returnValue,
LCException e) |
|
protected void |
RequestEmailVerifyCallback.internalDone0(LCNull t,
LCException LCException) |
|
protected void |
RequestMobileCodeCallback.internalDone0(LCNull t,
LCException LCException) |
|
protected void |
RequestPasswordResetCallback.internalDone0(LCNull t,
LCException LCException) |
|
protected void |
SaveCallback.internalDone0(T returnValue,
LCException e) |
|
protected void |
SendCallback.internalDone0(LCNull t,
LCException LCException) |
|
protected void |
SignUpCallback.internalDone0(LCUser t,
LCException LCException) |
|
protected void |
StatusCallback.internalDone0(LCStatus returnValue,
LCException e) |
|
protected void |
StatusListCallback.internalDone0(java.util.List<LCStatus> returnValue,
LCException e) |
|
protected void |
UpdatePasswordCallback.internalDone0(LCNull t,
LCException LCException) |
|
void |
GenericObjectCallback.onSuccess(java.lang.String content,
LCException e) |
|