ButtonCustomization

The ButtonCustomization class shall provide methods for the app to pass button customization parameters to the 3DS2 SDK.

The methods that are inherited from the Customization class can be used to work with button labels.

Inheritors

Functions

Link copied to clipboard
abstract fun getBackgroundColor(): String
Link copied to clipboard
abstract fun getCornerRadius(): Int
Link copied to clipboard
abstract fun getTextColor(): String
Link copied to clipboard
abstract fun getTextFontName(): String
Link copied to clipboard
abstract fun getTextFontSize(): Int
Link copied to clipboard
abstract fun setBackgroundColor(@NonNull hexColorCode: String)
Link copied to clipboard
abstract fun setCornerRadius(cornerRadius: Int)
Link copied to clipboard
abstract fun setTextColor(@NonNull hexColorCode: String)
Link copied to clipboard
abstract fun setTextFontName(@NonNull fontName: String)
Link copied to clipboard
abstract fun setTextFontSize(fontSize: Int)