| Package | Description |
|---|---|
| com.avos.avoscloud |
| Modifier and Type | Method and Description |
|---|---|
AVSaveOption |
AVSaveOption.query(AVQuery query) |
AVSaveOption |
AVSaveOption.setFetchWhenSave(boolean fetchWhenSave) |
| Modifier and Type | Method and Description |
|---|---|
void |
AVObject.save(AVSaveOption option)
Saves this object to the server.
|
void |
AVObject.saveInBackground(AVSaveOption option)
Saves this object to the server in a background thread.Use this when you do not have code to
run on completion of the push.
|
void |
AVObject.saveInBackground(AVSaveOption option,
SaveCallback callback)
Saves this object to the server in a background thread.
|
Copyright © 2017. All rights reserved.