NotificationResponse Type
Constructors
| Constructor |
Description
|
Full Usage:
NotificationResponse(actionIdentifier, date, identifier, userInfo, ?userText)
Parameters:
string
-
The identifier string of the action that the user selected.
date : float
-
The delivery date of the notification.
identifier : string
-
The unique identifier for this notification request.
userInfo : Record<string, obj>
-
A dictionary of custom information associated with the notification.
?userText : string
-
The text entered or chosen by the user.
Returns: NotificationResponse
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.actionIdentifier
|
The identifier string of the action that the user selected. |
Full Usage:
this.date
|
The delivery date of the notification. |
Full Usage:
this.identifier
|
The unique identifier for this notification request. |
Full Usage:
this.userInfo
|
A dictionary of custom information associated with the notification. |
Full Usage:
this.userText
|
The text entered or chosen by the user. |
fable-electron-docs-api