Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class TwintComponent : ViewModel, PaymentComponent, ViewableComponent, ButtonComponent, ActionHandlingComponent
A PaymentComponent that supports the PaymentMethodTypes.TWINT payment method.
Link copied to clipboard
data class TwintComponentState( val data: PaymentComponentData<TwintPaymentMethod>, val isInputValid: Boolean, val isReady: Boolean) : PaymentComponentState<TwintPaymentMethod>
Represents the state of TwintComponentState
Link copied to clipboard
Configuration class for the TwintComponent.
Functions
Link copied to clipboard
fun CheckoutConfiguration.twint(configuration: TwintConfiguration.Builder.() -> Unit = {}): CheckoutConfiguration