Package | Description |
---|---|
cn.leancloud |
Modifier and Type | Method and Description |
---|---|
LCSaveOption |
LCSaveOption.query(LCQuery query)
Only save object when query matches AVObject instance data
|
LCSaveOption |
LCSaveOption.setFetchWhenSave(boolean fetchWhenSave)
refresh object value with latest data from remote server after AVObject saved
|
Modifier and Type | Method and Description |
---|---|
io.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.
|
Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.