ConfigurableTheme

data class ConfigurableTheme(val primaryColorInt: Int, val primaryContentColorInt: Int, val loaderColorInt: Int, val primaryShapeCornerRadiusInDp: Int) : Parcelable

Class to define configurable theme options for the payment UI.

Parameters

primaryColorInt

The primary color of the UI as an integer.

primaryContentColorInt

The color for primary content in the UI.

loaderColorInt

The color of the loading indicator.

primaryShapeCornerRadiusInDp

The corner radius (in dp) for primary UI elements.

Constructors

Link copied to clipboard
constructor(primaryColorInt: Int, primaryContentColorInt: Int, loaderColorInt: Int, primaryShapeCornerRadiusInDp: Int)

Types

Link copied to clipboard
object Companion

Properties

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

Functions

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