Builder

Deprecated

Configuration builders are deprecated, use CheckoutConfiguration instead.

Builder to create a DotpayConfiguration.

Constructors

Link copied to clipboard
constructor(environment: Environment, clientKey: String)

Initialize a configuration builder with the required fields.

constructor(context: Context, environment: Environment, clientKey: String)

Alternative constructor that uses the context to fetch the user locale and use it as a shopper locale.

constructor(shopperLocale: Locale, environment: Environment, clientKey: String)

Initialize a configuration builder with the required fields and a shopper locale.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun setSubmitButtonVisible(isSubmitButtonVisible: Boolean): DotpayConfiguration.Builder
Link copied to clipboard