DashIconCollection
class DashIconCollection(val battery: BatteryIconSet, val camera: CameraIconSet, val controls: ControlsIconSet, val driverNotification: DriverNotificationIconSet, val emptyStates: EmptyStatesIconSet, val ev: EvIconSet, val feedback: FeedbackIconSet, val information: InformationIconSet, val main: MainIconSet, val maki: MakiIconSet, val onMap: OnMapIconSet, val pin: PinIconSet, val player: PlayerIconSet, val roadEvents: RoadEventsIconSet, val routeFeatures: RouteFeaturesIconSet, val sound: SoundIconSet, val tripProgress: TripProgressIconSet)
Constructors
Link copied to clipboard
constructor(colors: DashColors, context: Context, battery: BatteryIconSet = BatteryIconSet(colors, context), camera: CameraIconSet = CameraIconSet(colors, context), controls: ControlsIconSet = ControlsIconSet(colors, context), driverNotification: DriverNotificationIconSet = DriverNotificationIconSet(context), emptyStates: EmptyStatesIconSet = EmptyStatesIconSet(colors, context), ev: EvIconSet = EvIconSet(colors, context), feedback: FeedbackIconSet = FeedbackIconSet(colors, context), information: InformationIconSet = InformationIconSet(colors, context), main: MainIconSet = MainIconSet(colors, context), maki: MakiIconSet = MakiIconSet(colors, context), onMap: OnMapIconSet = OnMapIconSet(colors, context), pin: PinIconSet = PinIconSet(colors, context), player: PlayerIconSet = PlayerIconSet(colors, context), roadEvents: RoadEventsIconSet = RoadEventsIconSet(context), routeFeatures: RouteFeaturesIconSet = RouteFeaturesIconSet(colors, context), sound: SoundIconSet = SoundIconSet(colors, context), tripProgress: TripProgressIconSet = TripProgressIconSet(colors, context))
constructor(battery: BatteryIconSet, camera: CameraIconSet, controls: ControlsIconSet, driverNotification: DriverNotificationIconSet, emptyStates: EmptyStatesIconSet, ev: EvIconSet, feedback: FeedbackIconSet, information: InformationIconSet, main: MainIconSet, maki: MakiIconSet, onMap: OnMapIconSet, pin: PinIconSet, player: PlayerIconSet, roadEvents: RoadEventsIconSet, routeFeatures: RouteFeaturesIconSet, sound: SoundIconSet, tripProgress: TripProgressIconSet)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
fun copy(battery: BatteryIconSet = this.battery, camera: CameraIconSet = this.camera, controls: ControlsIconSet = this.controls, driverNotification: DriverNotificationIconSet = this.driverNotification, emptyStates: EmptyStatesIconSet = this.emptyStates, ev: EvIconSet = this.ev, feedback: FeedbackIconSet = this.feedback, information: InformationIconSet = this.information, main: MainIconSet = this.main, maki: MakiIconSet = this.maki, onMap: OnMapIconSet = this.onMap, pin: PinIconSet = this.pin, player: PlayerIconSet = this.player, roadEvents: RoadEventsIconSet = this.roadEvents, routeFeatures: RouteFeaturesIconSet = this.routeFeatures, sound: SoundIconSet = this.sound, tripProgress: TripProgressIconSet = this.tripProgress): DashIconCollection