UiCustomization

interface UiCustomization

The UiCustomization class shall provide the functionality required to customize the 3DS2 SDK UI elements. An object of this class holds various UI-related parameters.

Inheritors

Types

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun getAccentColor(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun setAccentColor(hexColorCode: String)
Link copied to clipboard
abstract fun setButtonCustomization(buttonCustomization: ButtonCustomization, buttonType: UiCustomization.ButtonType)
The setButtonCustomization method shall accept a ButtonCustomization object along with a predefined button type.
abstract fun setButtonCustomization(buttonCustomization: ButtonCustomization, buttonType: String)
This method is a variation of the setButtonCustomization method.
Link copied to clipboard
abstract fun setLabelCustomization(labelCustomization: LabelCustomization)
The setLabelCustomization method shall accept a LabelCustomization object.
Link copied to clipboard
abstract fun setTextBoxCustomization(textBoxCustomization: TextBoxCustomization)
The setTextBoxCustomization method shall accept a TextBoxCustomization object.
Link copied to clipboard
abstract fun setToolbarCustomization(toolbarCustomization: ToolbarCustomization)
The setToolbarCustomization method shall accept a ToolbarCustomization object.