| Package | Description |
|---|---|
| com.avos.avoscloud |
| Modifier and Type | Method and Description |
|---|---|
static void |
AVFile.parseFileWithObjectIdInBackground(String objectId,
GetFileCallback<AVFile> cb)
Deprecated.
|
static void |
AVFile.withObjectIdInBackground(String objectId,
GetFileCallback<AVFile> cb)
Retrieve a AVFile object by object id from AVOSCloud in background.If the file is not found,it
will call the callback with java.io.FileNotFoundException.
|
Copyright © 2017. All rights reserved.