MainMenuButton

data class MainMenuButton(val title: String)

A reference to a button in TomTom Digital Cockpit's main menu. Used by functional tests to identify menu items, for example to click on when using onMainMenuView.

Constructors

Link copied to clipboard
fun MainMenuButton(title: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val title: String