LabelCustomization

The LabelCustomization class provides methods for the app to pass label customization parameters to the SDK. The methods that are inherited from the Customization class can be used to work with non-heading labels in the UI.

Inheritors

Functions

Link copied to clipboard
abstract fun getHeadingTextColor(): String
Link copied to clipboard
Link copied to clipboard
abstract fun getHeadingTextFontSize(): 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 setHeadingTextColor(@NonNull hexColorCode: String)
Link copied to clipboard
abstract fun setHeadingTextFontName(@NonNull fontName: String)
Link copied to clipboard
abstract fun setHeadingTextFontSize(fontSize: 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)