public abstract class RequestPasswordResetCallback extends AVCallback<AVNull>
| 构造器和说明 |
|---|
RequestPasswordResetCallback() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
done(AVException e)
Override this function with the code you want to run after the request is complete.
|
protected void |
internalDone0(AVNull t,
AVException avException) |
internalDone, internalDone, setMainThreadCheckerpublic abstract void done(AVException e)
e - The exception raised by the save, or null if no account is associated with the email
address.protected final void internalDone0(AVNull t, AVException avException)
internalDone0 在类中 AVCallback<AVNull>Copyright © 2019. All rights reserved.