Class ScheduledToastNotification

Index

Constructor methods

Properties

Constructor methods

constructor(content: XmlDocument, deliveryTime: Date): ScheduledToastNotification

Parameters

Returns

ScheduledToastNotification

constructor(content: XmlDocument, deliveryTime: Date, snoozeInterval: number, maximumSnoozeCount: number): ScheduledToastNotification

Parameters

  • content: XmlDocument
  • deliveryTime: Date
  • snoozeInterval: number
  • maximumSnoozeCount: number

Returns

ScheduledToastNotification

Properties

public content: XmlDocument

public deliveryTime: Date

public id: string

public maximumSnoozeCount: number

public snoozeInterval: number