Package com.contentstack.sdk
Class FetchAssetsCallback
java.lang.Object
com.contentstack.sdk.FetchAssetsCallback
- All Implemented Interfaces:
ResultCallBack
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
onCompletion
(ResponseType responseType, List<Asset> assets, Error error) void
onRequestFail
(ResponseType responseType, Error error) void
onRequestFinish
(ResponseType responseType, List<Asset> assets)
-
Constructor Details
-
FetchAssetsCallback
public FetchAssetsCallback()
-
-
Method Details
-
onCompletion
-
onRequestFinish
-
onRequestFail
- Specified by:
onRequestFail
in interfaceResultCallBack
-