sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.tpay.sdk.api.screenless
/
Payment
Payment
abstract
class
Payment
<
T
>
Inheritors
BLIKAmbiguousAliasPayment
BLIKPayment
CreditCardPayment
GooglePayPayment
PayPoPayment
PekaoInstallmentPayment
TransferPayment
Members
Constructors
Payment
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
execute
Link copied to clipboard
abstract
fun
execute
(
longPollingConfig
:
LongPollingConfig
?
=
null
,
onResult
:
(
T
)
->
Unit
)
Function responsible for creating transaction and starting long polling mechanism.