DebugSystemUiService

A service that provides access to debugging/development functionality for TomTom Digital Cockpit's stock system UI.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The position that the system UI should place the main process panel at, or null if the system UI should place it at its default position.

Link copied to clipboard
abstract val systemUiLayoutTag: String?

The layout tag of the system UI if any, otherwise null.

Functions

Link copied to clipboard
abstract suspend fun setProcessPanelPosition(processPanelPosition: ProcessPanelPosition?)

Sets the position that the system UI should place the main process panel at or null to let the system UI place it at its default position.

Link copied to clipboard
abstract suspend fun setSystemUiLayoutTag(systemUiLayoutTag: String?)

Sets the system UI layout tag.