new UpdateNotification(beta, forced, downloadpath, releasenotes, targetversion, object, sticky) → {Object}
Creates or returns a normalized software update notification object.
Parameters:
Name | Type | Description |
---|---|---|
beta |
Boolean | Indicates whether only a limited subset of end users should receive this notification. |
forced |
Boolean | Indicates whether the update is to be forced via user interface. |
downloadpath |
String | Location of update package. |
releasenotes |
String | Object | Array | Description of update or general information. |
targetversion |
String | Number | Version of Framework the update is intended for. |
object |
Object | The update object. |
sticky |
Boolean | Whether to require manual dismissal of notification. |
- Source:
Returns:
- Type
- Object