interface NavigationListener
a actionListener of navigation events
abstract fun onDialogNavigationRequested(: DialogFragment): Unit
Use this method to listen to navigation event involving a InformationDialogFragment. |
|
abstract fun onNavigateBackRequested(): Unit
Use this method to navigate back to the previous defined screen |
|
abstract fun onNavigationDone(: LoginScreen): Unit |
|
abstract fun onWebViewNavigationRequested(: WebFragment, : LoginScreen): Unit
Use this method to listen to navigation event involving a FlowFragment. |
abstract class BaseLoginActivity : AppCompatActivity, NavigationListener |