FlowListener

interface FlowListener

Informs its clients about progress of FlowCoordinator in Flow

Functions

Link copied to clipboard
abstract fun onReachedEndOfRootFlow()

Called when FlowCoordinator reaches the end in the root Flow. The root Flow is the Flow initially started in the FlowCoordinator.

Link copied to clipboard

Called when FlowCoordinator tries to go backwards in the Flow but the root of the flow is already reached.