Customization

interface Customization

The Customization class shall serve as a superclass for the ButtonCustomization class, ToolbarCustomization class, LabelCustomization class, and TextBoxCustomization class. This class shall provide methods to pass UI customization parameters to the 3DS2 SDK.

Inheritors

Functions

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 setTextColor(@NonNull hexColorCode: String)
Link copied to clipboard
abstract fun setTextFontName(@NonNull fontName: String)
Link copied to clipboard
abstract fun setTextFontSize(fontSize: Int)