LoneWorkerProtectionEvent

sealed class LoneWorkerProtectionEvent : STWEvent

Types

Link copied to clipboard
data class LoneWorkerProtectionFeaturesAllowed(val enabled: Boolean, val eventType: String) : FeatureEvents

This class is used to represent changes to lone worker protection features.

Link copied to clipboard
data class ManDownAlertAcknowledge(val threadId: Int) : LoneWorkerProtectionEvent
Link copied to clipboard
data class ManDownAlertOffStatus(val messageId: Int, val loneWorkerProtectionEventType: String) : LoneWorkerProtectionEvent
Link copied to clipboard
data class ManDownLocationReceived(val messageId: Int) : LoneWorkerProtectionEvent
Link copied to clipboard
data class ManDownMessageReceived(val messageId: Int) : LoneWorkerProtectionEvent

Inherited properties

Link copied to clipboard
val createdAt: Date
Link copied to clipboard
var type: String

Inheritors

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