Uses of Class
cn.leancloud.LCFile
Packages that use LCFile
-
Uses of LCFile in cn.leancloud
Methods in cn.leancloud that return LCFileModifier and TypeMethodDescriptionGet AVFile value of specified key.static LCFileLCFile.withAbsoluteLocalPath(String name, String absoluteLocalFilePath) Generate File instance with local path.static LCFileGenerate File instance with local file.Methods in cn.leancloud that return types with arguments of type LCFileModifier and TypeMethodDescriptionLCObject.extractUnsavedFiles(Object o) 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. -
Uses of LCFile in cn.leancloud.callback
Classes in cn.leancloud.callback with type parameters of type LCFile -
Uses of LCFile in cn.leancloud.core
Methods in cn.leancloud.core that return types with arguments of type LCFile