-
- All Implemented Interfaces:
public final class MirPayProcess
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMirPayProcess.Companion
-
Field Summary
Fields Modifier and Type Field Description private final MutableStateFlow<MirPayPaymentState>state
-
Method Summary
Modifier and Type Method Description final MutableStateFlow<MirPayPaymentState>getState()final Unitstart(PaymentOptions paymentOptions)final UnitgoingToBankApp()final UnitstartCheckingStatus(Integer retriesCount)final Unitstop()-
-
Method Detail
-
getState
final MutableStateFlow<MirPayPaymentState> getState()
-
start
final Unit start(PaymentOptions paymentOptions)
-
goingToBankApp
final Unit goingToBankApp()
-
startCheckingStatus
final Unit startCheckingStatus(Integer retriesCount)
-
-
-
-