Lone Worker Protection Features Allowed
data class LoneWorkerProtectionFeaturesAllowed(val enabled: Boolean, val eventType: String) : FeatureEvents
Content copied to clipboard
This class is used to represent changes to lone worker protection features.
Parameters
enabled
A boolean value that indicates whether the feature is being enabled or disabled.
event Type
An annotated string value representing the type of lone worker protection feature being changed. The @LoneWorkerProtectionEvensType annotation is a string constant that defines possible values for lone worker protection features.
Constructors
Link copied to clipboard
fun LoneWorkerProtectionFeaturesAllowed(enabled: Boolean, eventType: String)
Content copied to clipboard