EmergencyEvents

sealed class EmergencyEvents : STWEvent

Types

Link copied to clipboard
data class EmergencyAlertOffStatus(val messageId: Int, val eventType: String) : EmergencyEvents
Link copied to clipboard
data class EmergencyAlertON(val messageId: Int) : EmergencyEvents
Link copied to clipboard
data class EmergencyChannelSessionUpdated(val param: Boolean, var eventType: String) : EmergencyEvents
Link copied to clipboard
data class EmergencyFeaturesChanged(val changed: Boolean, val eventType: String) : FeatureEvents

This class is used to represent changes to emergency features.

Link copied to clipboard
data class EmergencyLocationReceived(val messageId: Int) : EmergencyEvents
Link copied to clipboard
data class EmergencyMessageReceived(val messageId: Int) : EmergencyEvents
Link copied to clipboard
data class EmergencyStateChanged(val conversationId: String, val eventType: String) : EmergencyEvents

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
Link copied to clipboard
Link copied to clipboard