interface FlowSelectionListener
enum class FlowType |
abstract fun onFlowSelected(flowType: FlowSelectionListener.FlowType, identifier: Identifier): Unit abstract fun onFlowSelected(flowType: FlowSelectionListener.FlowType): Unit |
class LoginActivityViewModel : ViewModel, FlowSelectionListener |