Package | Description |
---|---|
cn.leancloud | |
cn.leancloud.callback | |
cn.leancloud.core | |
cn.leancloud.im.v2.messages |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
GetFileCallback<T extends LCFile> |
Modifier and Type | Method and Description |
---|---|
io.reactivex.Observable<LCFile> |
StorageClient.fetchFile(LCUser authenticatedUser,
String objectId) |
Modifier and Type | Method and Description |
---|---|
LCFile |
LCIMFileMessage.getLCFile()
获取文件消息中得 LCFile 对象
|
Modifier and Type | Method and Description |
---|---|
void |
LCIMFileMessage.attachLCFile(LCFile file,
boolean keepName) |
Constructor and Description |
---|
LCIMAudioMessage(LCFile file) |
LCIMFileMessage(LCFile file) |
LCIMImageMessage(LCFile file) |
LCIMVideoMessage(LCFile file) |
Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.