ThemeComponentProviderService

interface ThemeComponentProviderService

A service that provides the available IviThemeComponents. As this is a discoverable service, various domains can have their own implementation of this interface. The components of all the services combined will be made available toward the theming service.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val availableThemeComponents: List<IviThemeComponent>

The available IviThemeComponents provided by this service.