2020-10-28 02:25:10 +01:00
|
|
|
# NotificationResponse Object
|
|
|
|
|
2021-11-16 05:13:18 +01:00
|
|
|
* `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.
|
2024-03-25 03:19:44 -07:00
|
|
|
* `userInfo` Record\<string, any\> - A dictionary of custom information associated with the notification.
|
2021-11-16 05:13:18 +01:00
|
|
|
* `userText` string (optional) - The text entered or chosen by the user.
|