Emergency Events
Types
Link copied to clipboard
data class EmergencyAlertOffStatus(val messageId: Int, val eventType: String) : EmergencyEvents
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class EmergencyChannelSessionUpdated(val param: Boolean, var eventType: String) : EmergencyEvents
Content copied to clipboard
Link copied to clipboard
data class EmergencyFeaturesChanged(val changed: Boolean, val eventType: String) : FeatureEvents
Content copied to clipboard
This class is used to represent changes to emergency features.
Link copied to clipboard
data class EmergencyLocationReceived(val messageId: Int) : EmergencyEvents
Content copied to clipboard
Link copied to clipboard
data class EmergencyMessageReceived(val messageId: Int) : EmergencyEvents
Content copied to clipboard
Link copied to clipboard
data class EmergencyStateChanged(val conversationId: String, val eventType: String) : EmergencyEvents
Content copied to clipboard