IUpdatesNotifications
Declaration
IUpdatesNotifications : IDispatch
Overview
This interface is meant to add Custom notifications can be displayed by the updater.
Properties
String Title - Gets or sets the title of the update notification.
String Message - Gets or sets the message of the update notification.
String ExpirationDate - Gets or sets the expiration date. The notification expires the day after the date specified. Supported format dd/mm/yy.
String ImageUrl - Gets or sets the image URL that will be displayed in the notification. This feature is only available on Windows 10.
String Link - Gets or sets the link address that will be shown in the notification.
String LinkButton - Gets or sets the text of the link button that will be shown in the notification.