UpdateThemeData

Saves the data binding information for a theme.

Types

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

Properties

Link copied to clipboard
val id: String?

The unique ID of the theme to update.

Link copied to clipboard
val name: String?

The name of the theme to update.

Link copied to clipboard

Describes the properties that can be overriden to customize the theme.

Link copied to clipboard

A list of key-value pairs that define the theme's properties.

Functions

Link copied to clipboard
inline fun copy(block: UpdateThemeData.Builder.() -> Unit = {}): UpdateThemeData
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