Package-level declarations

Types

Link copied to clipboard
abstract class DashDriverNotification

Represent the driver notification data

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 DriverNotificationButton(    modifier: Modifier = Modifier,     textColor: Color,     backgroundColor: Color,     @StringRes actionButtonText: Int,     onActionButtonClick: () -> Unit = {},     progress: Float = 0.0f)