EmergencyFeaturesChanged

data class EmergencyFeaturesChanged(val changed: Boolean, val eventType: String) : FeatureEvents

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.

eventType

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.

Constructors

Link copied to clipboard
fun EmergencyFeaturesChanged(changed: Boolean, eventType: String)

Properties

Link copied to clipboard
val changed: Boolean
Link copied to clipboard
val eventType: String

Inherited properties

Link copied to clipboard
val createdAt: Date
Link copied to clipboard
open val enabled: Boolean
Link copied to clipboard
var type: String