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