IncidentId

data class IncidentId : Parcelable

Class representing incident identifier

Constructors

Link copied to clipboard
fun IncidentId(uuid: String)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard

Provider of the Incident. For user/integrator-created incidents, will be equal to IncidentsProviderIntegrator. For incidents from Incidents API and Speedcamera DB, will be equal to IncidentsProviderAPI and IncidentsProviderSpeedcamDb respectively.

Link copied to clipboard

Source Identifier directly encoded to a string. For user/integrator-created incidents, will be equal to the IncidentId.uuid For incidents from Incidents API and Speedcamera DB, will be equal to their source ids, directly encoded to string.

Link copied to clipboard

incident identifier in UUID v4 format including dashes (e.g. 3795a178-da9a-11ed-afa1-0242ac120002)