NotificationSubscriber interface

A subscriber is a user or group that has the potential to receive notifications.

Properties

deliveryPreference

Indicates how the subscriber should be notified by default.

flags
id

Identifier of the subscriber.

preferredEmailAddress

Preferred email address of the subscriber. A null or empty value indicates no preferred email address has been set.

Property Details

deliveryPreference

Indicates how the subscriber should be notified by default.

deliveryPreference: NotificationSubscriberDeliveryPreference

Property Value

flags

flags: SubscriberFlags

Property Value

id

Identifier of the subscriber.

id: string

Property Value

string

preferredEmailAddress

Preferred email address of the subscriber. A null or empty value indicates no preferred email address has been set.

preferredEmailAddress: string

Property Value

string