DropInConfiguration

This is the base configuration for the Drop-In solution. You need to use the Builder to instantiate this class. There you will find specific methods to add configurations for each specific component, to be able to customize their behavior. If you don't specify anything, a default configuration will be used.

Types

Link copied to clipboard

Builder for creating a DropInConfiguration where you can set specific Configurations for a Payment Method

Properties

Link copied to clipboard
open override val amount: Amount?
Link copied to clipboard
Link copied to clipboard
open override val clientKey: String
Link copied to clipboard
open override val environment: Environment
Link copied to clipboard
open override val shopperLocale: Locale?

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)