Variant

class Variant

Contains an asset property value (of a single type only).

Types

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

Properties

Link copied to clipboard

Asset property data of type Boolean (true or false).

Link copied to clipboard

Asset property data of type double (floating point number).

Link copied to clipboard

Asset property data of type integer (number that's greater than or equal to zero).

Link copied to clipboard

Asset property data of type string (sequence of characters).

Functions

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