ToolbarCustomization

The ToolbarCustomization class shall provide methods for the app to pass toolbar customization parameters to the 3DS2 SDK. The methods that are inherited from the Customization class can be used to work with toolbar labels.

Inheritors

Functions

Link copied to clipboard
abstract fun getBackgroundColor(): String
Link copied to clipboard
abstract fun getButtonText(): String
Link copied to clipboard
abstract fun getHeaderText(): String
Link copied to clipboard
abstract fun getStatusBarColor(): String
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(hexColorCode: String)
Link copied to clipboard
abstract fun setButtonText(buttonText: String)
Link copied to clipboard
abstract fun setHeaderText(headerText: String)
Link copied to clipboard
abstract fun setStatusBarColor(hexColorCode: String)
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)