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