public abstract class StatusCallback extends AVCallback<AVStatus>
| 构造器和说明 |
|---|
StatusCallback() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
done(AVStatus statusObject,
AVException avException)
Override this function with the code you want to run after the fetch is complete.
|
protected void |
internalDone0(AVStatus returnValue,
AVException e) |
internalDone, internalDone, setMainThreadCheckerpublic abstract void done(AVStatus statusObject, AVException avException)
statusObject - The objects matching the query, or null if it failed.avException - The exception raised by the operation, or null if it succeeded.protected final void internalDone0(AVStatus returnValue, AVException e)
internalDone0 在类中 AVCallback<AVStatus>Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.