ULCheckoutConfiguration

data class ULCheckoutConfiguration(var showCloseButton: Boolean = true, var screenTimeOut: Long = 30) : Serializable

Configuration object to manage the behaviour of the checkout flow

Constructors

Link copied to clipboard
fun ULCheckoutConfiguration(showCloseButton: Boolean = true, screenTimeOut: Long = 30)

Properties

Link copied to clipboard

Long property that can configure the timeout of the checkout screen. It's in seconds. Default value is 30

Link copied to clipboard

Boolean flag to manage the displaying of the close button in the top-right corner while the checkout flow is loading. Default value is true