IncidentStatus

enum IncidentStatus : Enum<IncidentStatus> , Parcelable

The various stages of progress towards resolution that a DexCareIncident could be at.

Entries

Unknown
Link copied to clipboard
Unknown("unknown")
Resolved
Link copied to clipboard
Resolved("resolved")
Completed
Link copied to clipboard
Completed("completed")
Verifying
Link copied to clipboard
Verifying("verifying")
InProgress
Link copied to clipboard
InProgress("in_progress")
Monitoring
Link copied to clipboard
Monitoring("monitoring")
Identified
Link copied to clipboard
Identified("identified")
Investigating
Link copied to clipboard
Investigating("investigating")
Scheduled
Link copied to clipboard
Scheduled("scheduled")

Functions

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

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
status
Link copied to clipboard
val status: String