RoadCamera

data class RoadCamera(val soundFile: String = ROAD_CAMERA_DEFAULT_SOUND) : NotificationAlert

Represents an alert for a road camera notification.

This alert plays a predefined sound to warn users about an upcoming road camera.

Constructors

Link copied to clipboard
constructor(soundFile: String = ROAD_CAMERA_DEFAULT_SOUND)

Properties

Link copied to clipboard
open override val soundFile: String

The sound file for the road camera alert.

Link copied to clipboard
open override val track: Int

The audio track priority level for this alert.

Functions

Link copied to clipboard
open override fun toString(): String