Uses of Class
cn.leancloud.LCStatus
Packages that use LCStatus
-
Uses of LCStatus in cn.leancloud
Methods in cn.leancloud that return LCStatusModifier and TypeMethodDescriptionstatic LCStatusLCStatus.createStatus(String imageUrl, String message) create a status instance.static LCStatusLCStatus.createStatusWithData(Map<String, Object> data) create a status instance.Methods in cn.leancloud that return types with arguments of type LCStatusModifier and TypeMethodDescriptionLCStatusQuery.findInBackground(int explicitLimit) LCStatusQuery.findInBackground(LCUser asAuthenticatedUser, int explicitLimit) static io.reactivex.Observable<LCStatus> LCStatus.getStatusWithIdInBackground(LCUser asAuthenticatedUser, String statusId) fetch status with specified objectIdstatic io.reactivex.Observable<LCStatus> LCStatus.getStatusWithIdInBackground(String statusId) fetch status with specified objectIdLCStatusQuery.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.Methods in cn.leancloud with parameters of type LCStatusModifier and TypeMethodDescriptionstatic 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) -
Uses of LCStatus in cn.leancloud.callback
Methods in cn.leancloud.callback with parameters of type LCStatusModifier and TypeMethodDescriptionabstract voidStatusCallback.done(LCStatus statusObject, LCException LCException) Override this function with the code you want to run after the fetch is complete.protected final voidStatusCallback.internalDone0(LCStatus returnValue, LCException e) Method parameters in cn.leancloud.callback with type arguments of type LCStatusModifier and TypeMethodDescriptionabstract voidStatusListCallback.done(List<LCStatus> statusObjects, LCException LCException) Override this function with the code you want to run after the fetch is complete.protected final voidStatusListCallback.internalDone0(List<LCStatus> returnValue, LCException e) -
Uses of LCStatus in cn.leancloud.convertor
Methods in cn.leancloud.convertor that return types with arguments of type LCStatusModifier and TypeMethodDescriptionstatic cn.leancloud.convertor.ObserverBuilder.CollectionObserver<LCStatus> ObserverBuilder.buildCollectionObserver(StatusListCallback callback) build observer for StatusListCallbackstatic cn.leancloud.convertor.ObserverBuilder.SingleObjectObserver<LCStatus> ObserverBuilder.buildSingleObserver(StatusCallback callback) build observer for StatusCallback -
Uses of LCStatus in cn.leancloud.core
Methods in cn.leancloud.core that return types with arguments of type LCStatusModifier and TypeMethodDescriptionio.reactivex.Observable<LCStatus> StorageClient.fetchStatus(LCUser authenticatedUser, String objectId) io.reactivex.Observable<LCStatus> StorageClient.postStatus(LCUser authenticatedUser, Map<String, Object> param) StorageClient.queryInbox(LCUser authenticatedUser, Map<String, String> param) StorageClient.queryStatus(LCUser authenticatedUser, Map<String, String> param)