TripNotificationData

data class TripNotificationData : TripNotificationState

Represents data related to trip notifications.

Parameters

bannerInstructions

an optional BannerInstructions

distanceRemaining

an optional value representing the distance remaining

durationRemaining

an optional value representing the trip duration remaining

drivingSide

an optional value representing the driving side

Functions

component1
Link copied to clipboard
operator fun component1(): BannerInstructions?
component2
Link copied to clipboard
operator fun component2(): Double?
component3
Link copied to clipboard
operator fun component3(): Double?
component4
Link copied to clipboard
operator fun component4(): String?
copy
Link copied to clipboard
fun copy(bannerInstructions: BannerInstructions?, distanceRemaining: Double?, durationRemaining: Double?, drivingSide: String?): TripNotificationState.TripNotificationData
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

bannerInstructions
Link copied to clipboard
val bannerInstructions: BannerInstructions?
an optional BannerInstructions
distanceRemaining
Link copied to clipboard
val distanceRemaining: Double?
an optional value representing the distance remaining
drivingSide
Link copied to clipboard
val drivingSide: String?
an optional value representing the driving side
durationRemaining
Link copied to clipboard
val durationRemaining: Double?
an optional value representing the trip duration remaining