msScheduledTileNotification method

Defines one or more non-recurring, scheduled updates.

This method is only supported in Microsoft Edge on Windows 10.

Syntax

var retval = external.msScheduledTileNotification(notificationXml, notificationId, notificationTag, startTime, expirationTime);

Parameters

  • notificationXml [in]
    Type: String

    The notification XML (metadata)

  • notificationId [in, optional]
    Type: String

    Unique ID value associated with the notification.

  • notificationTag [in, optional]
    Type: String

    Value used to prevent duplicate notifications from being added to the queue.

  • startTime [in, optional]
    Type: object

    A Date object that indicates when the notification should begin.

  • expirationTime [in, optional]
    Type: object

    A Date object that indicates when the notification should end.

Return value

This method does not return a value.

See also

external

IShellUIHelper6