| Package | Description |
|---|---|
| com.avos.avoscloud |
| Modifier and Type | Class and Description |
|---|---|
class |
InboxStatusFindCallback
本类是用于Status中的收件箱查询
增加了一个end属性,来判断是否查询到最老的一页数据
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AVObject.fetchAllIfNeededInBackground(List<AVObject> objects,
FindCallback<AVObject> callback)
Fetches all the objects that don't have data in the provided list in the background
|
static void |
AVObject.fetchAllInBackground(List<AVObject> objects,
FindCallback<AVObject> callback)
Fetches all the objects in the provided list in the background
|
void |
AVQuery.findInBackground(FindCallback<T> callback)
Retrieves a list of AVObjects that satisfy this query from the server in a background thread.
|
void |
AVUser.getFollowersInBackground(FindCallback callback)
Deprecated.
|
void |
AVUser.getMyFolloweesInBackground(FindCallback callback)
Deprecated.
|
protected void |
AVStatusQuery.processAdditionalInfo(String content,
FindCallback<AVStatus> callback) |
protected void |
AVQuery.processAdditionalInfo(String content,
FindCallback<T> callback) |
Copyright © 2017. All rights reserved.