Class QrCodeFlowViewModel
-
- All Implemented Interfaces:
public final class QrCodeFlowViewModel extends ViewModel
s.y.biryukov
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceQrCodeFlowViewModel.Eventpublic interfaceQrCodeFlowViewModel.Command
-
Field Summary
Fields Modifier and Type Field Description private final SharedFlow<QrCodeFlowViewModel.Command>commandFlow
-
Constructor Summary
Constructors Constructor Description QrCodeFlowViewModel(SavedStateHandle savedStateHandle)
-
Method Summary
Modifier and Type Method Description final SharedFlow<QrCodeFlowViewModel.Command>getCommandFlow()final UnithandleEvent(QrCodeFlowViewModel.Event event)-
-
Constructor Detail
-
QrCodeFlowViewModel
QrCodeFlowViewModel(SavedStateHandle savedStateHandle)
-
-
Method Detail
-
getCommandFlow
final SharedFlow<QrCodeFlowViewModel.Command> getCommandFlow()
-
handleEvent
final Unit handleEvent(QrCodeFlowViewModel.Event event)
-
-
-
-