-
- All Implemented Interfaces:
public final class SbpPaymentProcessCreated by i.golovachev
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSbpPaymentProcess.Companion
-
Field Summary
Fields Modifier and Type Field Description private final MutableStateFlow<SbpPaymentState>state
-
Method Summary
Modifier and Type Method Description final MutableStateFlow<SbpPaymentState>getState()final Unitstart(PaymentOptions options)final UnitgoingToBankApp()final UnitstartCheckingStatus(Integer retriesCount)final Unitstop()-
-
Method Detail
-
getState
final MutableStateFlow<SbpPaymentState> getState()
-
start
final Unit start(PaymentOptions options)
-
goingToBankApp
final Unit goingToBankApp()
-
startCheckingStatus
final Unit startCheckingStatus(Integer retriesCount)
-
-
-
-