Package com.contentstack.sdk
Class FetchResultCallback
- java.lang.Object
-
- com.contentstack.sdk.FetchResultCallback
-
- All Implemented Interfaces:
ResultCallBack
public abstract class FetchResultCallback extends Object implements ResultCallBack
-
-
Constructor Summary
Constructors Constructor Description FetchResultCallback()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
onCompletion(ResponseType responseType, Error error)
void
onRequestFail(ResponseType responseType, Error error)
-
-
-
Method Detail
-
onCompletion
public abstract void onCompletion(ResponseType responseType, Error error)
-
onRequestFail
public void onRequestFail(ResponseType responseType, Error error)
- Specified by:
onRequestFail
in interfaceResultCallBack
-
-