Class: Notification
NotificationClient.Notification
Implements
Constructors
constructor
• new Notification()
Properties
actions
• Optional actions: (IAction | IAction[])[]
Implementation of
INotification.actions
actionsHistory
• Optional actionsHistory: IPerformedAction[]
Implementation of
INotification.actionsHistory
contentLogo
• Optional contentLogo: string
Implementation of
INotification.contentLogo
cssClassName
• Optional cssClassName: string
Implementation of
INotification.cssClassName
details
• Optional details: string
Implementation of
INotification.details
devModeOnly
• Optional devModeOnly: boolean
Implementation of
INotification.devModeOnly
headerLogo
• Optional headerLogo: string
Implementation of
INotification.headerLogo
headerText
• Optional headerText: string
Implementation of
INotification.headerText
id
• Optional id: string
Implementation of
INotification.id
isDeleted
• isDeleted: boolean
Implementation of
INotification.isDeleted
isMuted
• isMuted: boolean
Implementation of
INotification.isMuted
isRead
• isRead: boolean
Implementation of
INotification.isRead
isSnoozed
• isSnoozed: boolean
Implementation of
INotification.isSnoozed
issuedAt
• issuedAt: string
Implementation of
INotification.issuedAt
meta
• Optional meta: Meta
Implementation of
INotification.meta
notificationAlertSound
• Optional notificationAlertSound: string
Implementation of
INotification.notificationAlertSound
receivedAt
• Optional receivedAt: string
Implementation of
INotification.receivedAt
source
• Optional source: string
Implementation of
INotification.source
stateHistory
• stateHistory: INotification[]
Implementation of
INotification.stateHistory
timeout
• Optional timeout: number
Implementation of
INotification.timeout
title
• title: string
Implementation of
INotification.title
type
• Optional type: string
Implementation of
INotification.type