Package com.contentstack.sdk
Class EntryResultCallBack
java.lang.Object
com.contentstack.sdk.ResultCallBack
com.contentstack.sdk.EntryResultCallBack
public abstract class EntryResultCallBack extends ResultCallBack
-
Constructor Summary
Constructors Constructor Description EntryResultCallBack()
-
Method Summary
Modifier and Type Method Description void
always()
abstract void
onCompletion(ResponseType responseType, Error error)
Triggered after call execution complete.
-
Constructor Details
-
EntryResultCallBack
public EntryResultCallBack()
-
-
Method Details
-
onCompletion
Triggered after call execution complete.- Parameters:
responseType
- call response from cache or network.error
-Error
instance if call failed else null.
-
always
public void always()- Specified by:
always
in classResultCallBack
-