Device

class Device

Types

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

Properties

Link copied to clipboard

The user specified attributes associated with the device for an event.

Link copied to clipboard

The unique identifier of the device.

Link copied to clipboard
val type: String?

The device type, such as "button".

Functions

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