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 = {})