| Package | Description |
|---|---|
| com.avos.avoscloud |
| Modifier and Type | Method and Description |
|---|---|
void |
AVObject.fetchIfNeededInBackground(GetCallback<AVObject> callback)
If this AVObject has not been fetched (i.e.
|
void |
AVStatus.fetchIfNeededInBackground(GetCallback<AVObject> callback)
Deprecated.
|
void |
AVObject.fetchIfNeededInBackground(String includeKeys,
GetCallback<AVObject> callback)
If this AVObject has not been fetched (i.e.
|
void |
AVStatus.fetchIfNeededInBackground(String includedkeys,
GetCallback<AVObject> callback)
Deprecated.
|
void |
AVObject.fetchInBackground(GetCallback<AVObject> callback)
Fetches this object with the data from the server in a background thread.
|
void |
AVStatus.fetchInBackground(GetCallback<AVObject> callback)
Deprecated.
|
void |
AVObject.fetchInBackground(String includeKeys,
GetCallback<AVObject> callback)
Fetches this object with the data from the server in a background thread.
|
void |
AVStatus.fetchInBackground(String includeKeys,
GetCallback<AVObject> callback)
Deprecated.
|
void |
AVQuery.getFirstInBackground(GetCallback<T> callback)
Retrieves at most one AVObject that satisfies this query from the server in a background
thread.
|
void |
AVQuery.getInBackground(String objectId,
GetCallback<T> callback)
Constructs a AVObject whose id is already known by fetching data from the server in a
background thread.
|
Copyright © 2017. All rights reserved.