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