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