public abstract class CountCallback extends AVCallback<Integer>
| 构造器和说明 |
|---|
CountCallback() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
done(int count,
AVException e)
Override this function with the code you want to run after the count is complete.
|
protected void |
internalDone0(Integer returnValue,
AVException e) |
internalDone, internalDone, setMainThreadCheckerpublic abstract void done(int count,
AVException e)
count - The number of objects matching the query, or -1 if it failed.e - The exception raised by the count, or null if it succeeded.protected final void internalDone0(Integer returnValue, AVException e)
internalDone0 在类中 AVCallback<Integer>returnValue - e - Copyright © 2019. All rights reserved.