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