Uses of Class
cn.leancloud.LCSaveOption
Packages that use LCSaveOption
-
Uses of LCSaveOption in cn.leancloud
Methods in cn.leancloud that return LCSaveOptionModifier and TypeMethodDescriptionOnly save object when query matches AVObject instance dataLCSaveOption.setFetchWhenSave(boolean fetchWhenSave) refresh object value with latest data from remote server after AVObject savedMethods in cn.leancloud with parameters of type LCSaveOptionModifier and TypeMethodDescriptionio.reactivex.Observable<? extends LCObject> LCFriendship.saveInBackground(LCSaveOption option) save friendship in backgound.io.reactivex.Observable<? extends LCObject> LCFriendshipRequest.saveInBackground(LCSaveOption option) io.reactivex.Observable<? extends LCObject> LCObject.saveInBackground(LCSaveOption option) Save object in background.io.reactivex.Observable<? extends LCObject> LCObject.saveInBackground(LCUser asAuthenticatedUser, LCSaveOption option) Save object in background.