public abstract class GetFileCallback<T extends AVFile> extends AVCallback<T>
| 构造器和说明 |
|---|
GetFileCallback() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
done(T object,
AVException e)
Override this function with the code you want to run after the fetch is complete.
|
protected void |
internalDone0(T returnValue,
AVException e) |
internalDone, internalDone, setMainThreadCheckerpublic abstract void done(T object, AVException e)
object - The object that was retrieved, or null if it did not succeed.e - The exception raised by the save, or null if it succeeded.protected final void internalDone0(T returnValue, AVException e)
internalDone0 在类中 AVCallback<T extends AVFile>Copyright © 2019. All rights reserved.