Emergency Features Changed
data class EmergencyFeaturesChanged(val changed: Boolean, val eventType: String) : FeatureEvents
Content copied to clipboard
This class is used to represent changes to emergency features.
Parameters
changed
A boolean value that indicates whether the feature is being enabled or disabled.
event Type
An annotated string value representing the type of emergency settings feature being changed. The @EmergencyFeaturesChangedEvent annotation is a string constant that defines possible values for messaging features.