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