Theme

class Theme

The custom branding theme, which might include a custom logo, website links, and other branding to display to users.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time the theme was created.

Link copied to clipboard

The stack that has the custom branding theme.

Link copied to clipboard

The state of the theme.

Link copied to clipboard

The URL of the icon that displays at the top of a user's browser tab during streaming sessions.

Link copied to clipboard

The website links that display in the catalog page footer.

Link copied to clipboard

The URL of the logo that displays in the catalog page header.

Link copied to clipboard

The color that is used for the website links, text, buttons, and catalog page background.

Link copied to clipboard

The browser tab page title.

Functions

Link copied to clipboard
inline fun copy(block: Theme.Builder.() -> Unit = {}): Theme
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String