new Notification(type, purpose, object, sticky) → {Object}
Creates or returns a normalized notification object.
Parameters:
Name | Type | Description |
---|---|---|
type |
String | Indicates whether only a limited subset of end users should receive this notification. |
purpose |
String | Indicates whether the update is to be forced via user interface. |
object |
Object | Location of update package. |
sticky |
Boolean | Whether to require manual dismissal of notification. |
- Source:
Returns:
- Type
- Object