IviThemeCategory

@IviExperimental(reasons = [])
data class IviThemeCategory(val id: String, val label: StringResolver) : Parcelable

The IviThemeCategory describes which aspect of a theme a IviThemeComponent applies to. For example, a theme component may have a IviThemeCategory indicating that the component themes font attributes.

Parameters

id

An identifier used to differentiate between categories. This needs to be unique for different categories.

label

The text can be used to display the category.

Constructors

Link copied to clipboard
constructor(id: String)
constructor(id: String, label: StringResolver)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)