object VNPayment
paymentFragmentTag |
const val paymentFragmentTag: String |
paymentProcessableFragment |
var paymentProcessableFragment: PaymentProcessableFragment? |
useCustomUIForPayments |
var |
configurePaymentProcessing |
fun
Configures the fragment used to process payments within the SDK. fun configurePaymentProcessing(paymentProcessableFragment: PaymentProcessableFragment): Unit |
isVirtualCurrencyPaymentEnabled |
fun isVirtualCurrencyPaymentEnabled(context: Context, default: Boolean = VC_ENABLED_DEFAULT): Boolean |
setVirtualCurrencyPaymentEnabled |
fun setVirtualCurrencyPaymentEnabled(context: Context, isEnabled: Boolean): Unit |