| 程序包 | 说明 |
|---|---|
| cn.leancloud | |
| cn.leancloud.callback | |
| cn.leancloud.core |
| 限定符和类型 | 方法和说明 |
|---|---|
AVFile |
AVObject.getAVFile(String key)
Get AVFile value of specified key.
|
static AVFile |
AVFile.withAbsoluteLocalPath(String name,
String absoluteLocalFilePath)
Generate File instance with local path.
|
static AVFile |
AVFile.withFile(String name,
File file)
Generate File instance with local file.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected List<AVFile> |
AVObject.extractUnsavedFiles(Object o) |
protected List<AVFile> |
AVObject.getUnsavedFiles() |
io.reactivex.Observable<AVFile> |
AVFile.saveInBackground()
save to cloud backend.
|
io.reactivex.Observable<AVFile> |
AVFile.saveInBackground(boolean keepFileName)
save to cloud backend.
|
static io.reactivex.Observable<AVFile> |
AVFile.withObjectIdInBackground(String objectId)
Get AVFile instance from objectId.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
GetFileCallback<T extends AVFile> |
| 限定符和类型 | 方法和说明 |
|---|---|
io.reactivex.Observable<AVFile> |
StorageClient.fetchFile(String objectId) |
Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.