public abstract class FetchResultCallback extends ResultCallBack
| Constructor and Description |
|---|
FetchResultCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
always() |
abstract void |
onCompletion(ResponseType responseType,
Error error)
Triggered after call execution complete.
|
public abstract void onCompletion(ResponseType responseType, Error error)
responseType - call response from cache or network.error - Error instance if call failed else null.public void always()
always in class ResultCallBackCopyright © 2021 Contentstack.. All rights reserved.