Package com.incode.welcome_sdk
Interface IncodeWelcome.FetchFlowListener
-
- All Implemented Interfaces:
@Deprecated() public interface IncodeWelcome.FetchFlowListener
Interface for getting result of fetching a flow
-
-
Method Summary
Modifier and Type Method Description abstract void
onFlowFetched(Flow flow)
Called when flow is successfully fetched abstract void
onError(Throwable error)
Called when fetching a flow fails -
-
Method Detail
-
onFlowFetched
abstract void onFlowFetched(Flow flow)
Called when flow is successfully fetched
-
-
-
-