Package | Description |
---|---|
cn.leancloud | |
cn.leancloud.callback | |
cn.leancloud.convertor | |
cn.leancloud.core |
Modifier and Type | Method and Description |
---|---|
static LCStatus |
LCStatus.createStatus(String imageUrl,
String message)
create a status instance.
|
static LCStatus |
LCStatus.createStatusWithData(Map<String,Object> data)
create a status instance.
|
Modifier and Type | Method and Description |
---|---|
protected io.reactivex.Observable<List<LCStatus>> |
LCStatusQuery.findInBackground(int explicitLimit) |
protected io.reactivex.Observable<List<LCStatus>> |
LCStatusQuery.findInBackground(LCUser asAuthenticatedUser,
int explicitLimit) |
static io.reactivex.Observable<LCStatus> |
LCStatus.getStatusWithIdInBackground(LCUser asAuthenticatedUser,
String statusId)
fetch status with specified objectId
|
static io.reactivex.Observable<LCStatus> |
LCStatus.getStatusWithIdInBackground(String statusId)
fetch status with specified objectId
|
io.reactivex.Observable<List<LCStatus>> |
LCStatusQuery.nextInBackground()
get next pagination result.
|
io.reactivex.Observable<LCStatus> |
LCStatus.sendPrivatelyInBackground(String receiverObjectId)
send privately message.
|
io.reactivex.Observable<LCStatus> |
LCStatus.sendToFollowersInBackground()
send status to followers.
|
io.reactivex.Observable<LCStatus> |
LCStatus.sendToFollowersInBackground(String inboxType)
send status with inboxType to followers.
|
io.reactivex.Observable<LCStatus> |
LCStatus.sendToUsersInBackground(LCQuery query)
send to user with query.
|
io.reactivex.Observable<LCStatus> |
LCStatus.sendToUsersInBackground(String inboxType,
LCQuery query)
send to user with query and inboxType.
|
Modifier and Type | Method and Description |
---|---|
static io.reactivex.Observable<LCNull> |
LCStatus.deleteInBackground(LCStatus status)
delete status(class method)
|
static io.reactivex.Observable<LCNull> |
LCStatus.deleteInBackground(LCUser asAuthenticatedUser,
LCStatus status)
delete status(class method)
|
Modifier and Type | Method and Description |
---|---|
abstract void |
StatusCallback.done(LCStatus statusObject,
LCException LCException)
Override this function with the code you want to run after the fetch is complete.
|
protected void |
StatusCallback.internalDone0(LCStatus returnValue,
LCException e) |
Modifier and Type | Method and Description |
---|---|
abstract void |
StatusListCallback.done(List<LCStatus> statusObjects,
LCException LCException)
Override this function with the code you want to run after the fetch is complete.
|
protected void |
StatusListCallback.internalDone0(List<LCStatus> returnValue,
LCException e) |
Modifier and Type | Method and Description |
---|---|
static cn.leancloud.convertor.ObserverBuilder.CollectionObserver<LCStatus> |
ObserverBuilder.buildCollectionObserver(StatusListCallback callback)
build observer for StatusListCallback
|
static cn.leancloud.convertor.ObserverBuilder.SingleObjectObserver<LCStatus> |
ObserverBuilder.buildSingleObserver(StatusCallback callback)
build observer for StatusCallback
|
Modifier and Type | Method and Description |
---|---|
io.reactivex.Observable<LCStatus> |
StorageClient.fetchStatus(LCUser authenticatedUser,
String objectId) |
io.reactivex.Observable<LCStatus> |
StorageClient.postStatus(LCUser authenticatedUser,
Map<String,Object> param) |
io.reactivex.Observable<List<LCStatus>> |
StorageClient.queryInbox(LCUser authenticatedUser,
Map<String,String> param) |
io.reactivex.Observable<List<LCStatus>> |
StorageClient.queryStatus(LCUser authenticatedUser,
Map<String,String> param) |
Copyright © 2020, 美味书签(北京)信息技术有限公司 All rights reserved.