Switch Customization
data class SwitchCustomization(@ColorRes var textColor: Int? = null, @FontRes var textFont: Int? = null, @ColorRes var thumbColor: Int? = null) : LabelCustomization
Use this class to set the visual style of the ‘allow list’ switch that may appear on a 3DS2 challenge screen. Users can choose to add a merchant to their card issuer’s allow list to ensure they are trusted for future transactions.
Parameters
text Color
Text colour resource reference.
text Font
Text font resource reference.
thumb Color
Switch thumb colour resource reference.