DriverNotificationUiState

class DriverNotificationUiState @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX]) constructor(    val driverNotification: DashDriverNotification,     val onAcceptClick: (DashDriverNotification) -> Unit = {},     val onDismissClick: (DashDriverNotification) -> Unit = {})

Constructors

Link copied to clipboard
constructor(    driverNotification: DashDriverNotification,     onAcceptClick: (DashDriverNotification) -> Unit = {},     onDismissClick: (DashDriverNotification) -> Unit = {})

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int