Skip to content

Class: Notifications

Defined in: particiapp-web-client.js:397

The Notifications class represents the state of notification subscription of a participant.

Constructors

new Notifications()

new Notifications(notification): Notifications

Defined in: particiapp-web-client.js:403

The constructor returns a newly created Notifications object.

Parameters

notification

APINotifications

The notifications object returned by the server.

Returns

Notifications

Properties

email

email: null | string;

Defined in: particiapp-web-client.js:407

The email address of the participant.


enabled

enabled: boolean;

Defined in: particiapp-web-client.js:405

Whether notifications are enabled for the participant.