MessagingSettingsChanged

data class MessagingSettingsChanged(val enabled: Boolean, val eventType: String) : FeatureEvents

This class is used to represent changes to messaging settings features.

Parameters

enabled

A boolean value that indicates whether the feature is being enabled or disabled.

eventType

An annotated string value representing the type of messaging settings feature being changed. The @MessagingSettingsUpdatedEvent annotation is a string constant that defines possible values for messaging settings features.

Constructors

Link copied to clipboard
fun MessagingSettingsChanged(enabled: Boolean, eventType: String)

Properties

Link copied to clipboard
open override val enabled: Boolean
Link copied to clipboard
val eventType: String

Inherited properties

Link copied to clipboard
val createdAt: Date
Link copied to clipboard
var type: String