Package-level declarations
Types
Link copied to clipboard
Represent the driver notification data
Link copied to clipboard
typealias DriverNotificationUiComposable = @Composable (modifier: Modifier, state: DriverNotificationUiState) -> Unit
Link copied to clipboard
UI state for the driver notification popup.
Link copied to clipboard
object RoadCameraType
Holds available road camera types.
Functions
Link copied to clipboard
fun DefaultDriverNotificationView(modifier: Modifier = Modifier, uiState: DriverNotificationUiState)