IviThemeComponent

fun IviThemeComponent(    id: String,     themeCategory: IviThemeCategory,     @StyleRes resId: Int,     name: String)


fun IviThemeComponent(    id: String,     themeCategory: IviThemeCategory,     @StyleRes resId: Int,     label: StringResolver)

Parameters

id

The unique identifier of this IviThemeComponent. The following naming convention is applicable: company.product.themecomponent.category.id e.g. com.tomtom.ivi.themecomponent.color.dark

themeCategory

The IviThemeCategory this component belongs to.

resId

The resource ID of the IviThemeComponent's style.

label

The name of the theme component.