install

abstract fun install(scene: Scene)

Called whenever a Theme is set as ThemeManager.selected. This allows the theme to update any of the Views and Displays.

Parameters

scene

to apply the Theme to


abstract fun install(view: View)

Called whenever a new View is added to a Scene this Theme has already been installed to.

Parameters

view

being added to the scene