For the complete documentation index, see llms.txt. This page is also available as Markdown.

MoveNotification

data class MoveNotification(
    val recognitionTitle: String,
    val recognitionText: String,
    val drivingTitle: String,
    val drivingText: String,
)

Used with setNotificationText() to customize notification texts.

recognitionTitle

Title for the recognition notification.

recognitionText

Text for the recognition notification.

drivingTitle

Title for the trip notification.

drivingText

Text for the trip notification.

Last updated