WebTheme

data class WebTheme(val brand: Brand) : Parcelable

Model representing a programmatically created theme object that can be provided to the Web UI to override the style provided by the current xml implementation of Theme.Sensibill.

Parameters

brand

The brand object representing themed values.

Constructors

Link copied to clipboard
constructor(brand: Brand)

Properties

Link copied to clipboard