Package com.incode.welcome_sdk
Interface IncodeWelcome.FetchFlowsListener
-
- All Implemented Interfaces:
@Deprecated() public interface IncodeWelcome.FetchFlowsListener
Interface for getting result of fetching flows
-
-
Method Summary
Modifier and Type Method Description abstract void
onFlowsFetched(List<Flow> configurations)
Called when flows are successfully fetched abstract void
onError(Throwable error)
Called when fetching flows fails -
-
Method Detail
-
onFlowsFetched
abstract void onFlowsFetched(List<Flow> configurations)
Called when flows are successfully fetched
-
-
-
-