DashDriverNotification

abstract class DashDriverNotification

Represent the driver notification data

Inheritors

Types

Link copied to clipboard
open class BorderCrossing @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX]) constructor(    val country: String,     val distanceInMeters: Double) : DashDriverNotification

Driver notification about upcoming border crossing

Link copied to clipboard
open class FasterAlternativeAvailable @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX]) constructor(    val diffDuration: Duration) : DashDriverNotification

Driver notification with faster route info

Link copied to clipboard
open class SlowTraffic @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX]) constructor(val diffDuration: Duration) : DashDriverNotification

Driver notification about heavy traffic