7 lines
432 B
Markdown
7 lines
432 B
Markdown
# NotificationResponse Object
|
|
|
|
* `actionIdentifier` String - The identifier string of the action that the user selected.
|
|
* `date` Number - The delivery date of the notification.
|
|
* `identifier` String - The unique identifier for this notification request.
|
|
* `userInfo` Record<String, any> - A dictionary of custom information associated with the notification.
|
|
* `userText` String (optional) - The text entered or chosen by the user.
|