| 程序包 | 说明 |
|---|---|
| cn.leancloud.callback | |
| cn.leancloud.service |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
StatusCallback.done(AVStatus statusObject,
AVException avException)
Override this function with the code you want to run after the fetch is complete.
|
protected void |
StatusCallback.internalDone0(AVStatus returnValue,
AVException e) |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
StatusListCallback.done(List<AVStatus> statusObjects,
AVException avException)
Override this function with the code you want to run after the fetch is complete.
|
protected void |
StatusListCallback.internalDone0(List<AVStatus> returnValue,
AVException e) |
| 限定符和类型 | 方法和说明 |
|---|---|
io.reactivex.Observable<AVStatus> |
APIService.fetchStatus(String statusId) |
io.reactivex.Observable<AVStatus> |
APIService.postStatus()
Status API
|
io.reactivex.Observable<List<AVStatus>> |
APIService.queryStatuses() |
Copyright © 2019. All rights reserved.