DashCameraButtonState

Represents the state of the camera button in the Dash UI.

Properties

Link copied to clipboard

The current camera tracking mode, defined by DashCameraTrackingMode.CameraMode.

Link copied to clipboard
val onClick: () -> Unit

The action to perform when the camera button is clicked.

Link copied to clipboard
val visible: Boolean = false

Indicates whether the camera button should be visible.

Functions

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