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: StringThe notification XML (metadata)
notificationId [in, optional]
Type: StringUnique ID value associated with the notification.
notificationTag [in, optional]
Type: StringValue used to prevent duplicate notifications from being added to the queue.
startTime [in, optional]
Type: objectA Date object that indicates when the notification should begin.
expirationTime [in, optional]
Type: objectA Date object that indicates when the notification should end.
Return value
This method does not return a value.