public abstract class FetchAssetsCallback extends Object implements ResultCallBack
| Constructor and Description |
|---|
FetchAssetsCallback() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
onCompletion(ResponseType responseType,
List<Asset> assets,
Error error) |
void |
onRequestFail(ResponseType responseType,
Error error) |
void |
onRequestFinish(ResponseType responseType,
List<Asset> assets) |
public abstract void onCompletion(ResponseType responseType, List<Asset> assets, Error error)
public void onRequestFinish(ResponseType responseType, List<Asset> assets)
public void onRequestFail(ResponseType responseType, Error error)
onRequestFail in interface ResultCallBackCopyright © 2021 Contentstack.. All rights reserved.