Package com.incode.welcome_sdk
Interface IncodeWelcome.FetchFlowIndexesListener
-
- All Implemented Interfaces:
public interface IncodeWelcome.FetchFlowIndexesListener
Interface for getting result of fetching flow indexes
-
-
Method Summary
Modifier and Type Method Description abstract void
onFlowIndexesFetched(List<FlowIndexItem> flowIndexes)
Called when flow indexes are successfully fetched abstract void
onError(Throwable error)
Called when fetching flow indexes fails -
-
Method Detail
-
onFlowIndexesFetched
abstract void onFlowIndexesFetched(List<FlowIndexItem> flowIndexes)
Called when flow indexes are successfully fetched
-
-
-
-