applyActiveThemeComponent

abstract suspend fun applyActiveThemeComponent(themeComponent: IviThemeComponent)

Applies a themeComponent to the activeTheme by replacing the previous IviThemeComponent that is in the same category.

Parameters

themeComponent

The IviThemeComponent to apply to the activeTheme.

Throws