EncryptedNotification
type EncryptedNotification = object;
Type for Encrypted Notification data that is stored in local storage
Properties
data?
optional data?: any;
handlerName?
optional handlerName?: string;
level
level: NotificationLevel;
message?
optional message?: string;
preference?
optional preference?: NotificationPreference;
primaryAction?
optional primaryAction?: NotificationAction;
secondaryAction?
optional secondaryAction?: NotificationAction;
title
title: string;