DriverNotificationIconSet

data class DriverNotificationIconSet(    @DrawableRes val fastAlternative: Int,     @DrawableRes val speedCamera: Int,     @DrawableRes val borderCrossing: Int,     @DrawableRes val heavyTraffic: Int)

Constructors

Link copied to clipboard
constructor(    @DrawableRes fastAlternative: Int,     @DrawableRes speedCamera: Int,     @DrawableRes borderCrossing: Int,     @DrawableRes heavyTraffic: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard