MoveNotification
data class MoveNotification(
val recognitionTitle: String,
val recognitionText: String,
val drivingTitle: String,
val drivingText: String,
)Last updated
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