public abstract class FetchResultCallback extends ResultCallBack
| Constructor and Description |
|---|
FetchResultCallback() |
| Modifier and Type | Method and Description |
|---|---|
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.Copyright © 2019. All rights reserved.