Configurable Theme
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
primary Color Int
The primary color of the UI as an integer.
primary Content Color Int
The color for primary content in the UI.
loader Color Int
The color of the loading indicator.
primary Shape Corner Radius In Dp
The corner radius (in dp) for primary UI elements.