Interface IScheduledToastNotificationFactory

Index

Methods

Methods

public createScheduledToastNotification(content: XmlDocument, deliveryTime: Date): ScheduledToastNotification

Parameters

Returns

ScheduledToastNotification

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

Parameters

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

Returns

ScheduledToastNotification