Step
Base controller that controls the fragment of a Step. It is a controller in the context of the MVC architectural pattern. This controller is responsible for populating the fragment with the sections HeaderSection, ContentSection and FooterSection.
It also dictates the flow by using the flowCoordinator.
Inheritors
Properties
Functions
Link copied to clipboard
Used to provide the menu resource that will be displayed in the toolbar for this step. By default, no menu is displayed.
Link copied to clipboard
Base Lifecycle onFragmentCreated method called by the StepFragment
Link copied to clipboard
Called when an item was selected.
Link copied to clipboard
open fun onRequestPermissionsResult(requestCode: Int, permissions: Array<out String>, grantResults: IntArray)