Package-level declarations
Types
Link copied to clipboard
Activity that handles native alternative payment method in the bottom sheet. Start activity with PONativeAlternativePaymentMethodLauncher.
Link copied to clipboard
Bottom sheet that handles native alternative payment method.
Link copied to clipboard
data class PONativeAlternativePaymentMethodConfiguration(val gatewayConfigurationId: String, val invoiceId: String, val options: PONativeAlternativePaymentMethodConfiguration.Options = Options(), val style: PONativeAlternativePaymentMethodConfiguration.Style? = null) : Parcelable
Defines native alternative payment method configuration.
Link copied to clipboard
Launcher that starts PONativeAlternativePaymentMethodActivity and provides the result.
Link copied to clipboard
Link copied to clipboard
Functional interface that provides result of native alternative payment as as callback.