Style

data class Style(val logo: Uri? = null, val colors: CompanyUI.Theme.Colors? = null) : Company.Theme.Style

Deprecated

This class is deprecated. It will be removed in a future release

Style representation applied to a day/night/system style

Constructors

Link copied to clipboard
constructor(logo: Uri? = null, colors: CompanyUI.Theme.Colors? = null)

Properties

Link copied to clipboard
open override val colors: CompanyUI.Theme.Colors? = null

Colors? optional colors of the company

Link copied to clipboard
open override val logo: Uri? = null

Uri? optional uri of the company logo