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
class DriverNotificationUiState @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX] ) constructor(val driverNotification: DashDriverNotification, val onAcceptClick: (DashDriverNotification) -> Unit = {}, val onDismissClick: (DashDriverNotification) -> Unit = {})
Functions
Link copied to clipboard
fun DefaultDriverNotificationView(modifier: Modifier = Modifier, uiState: DriverNotificationUiState)
Link copied to clipboard