Event args for the user interacting with a notification. More...
Inherits EventArgs.
Public Member Functions | |
| NotificationResponseEventArgs (PushReceivedEventArgs push, string? actionId, bool isForeground) | |
Properties | |
| PushReceivedEventArgs | Push [get] |
| Gets the underlying push payload. | |
| string? | ActionId [get] |
| Gets the action identifier the user tapped, or null for the default tap. | |
| bool | IsForeground [get] |
| True if the action ran in the foreground. | |
Event args for the user interacting with a notification.
|
inline |
|
get |
Gets the action identifier the user tapped, or null for the default tap.
|
get |
True if the action ran in the foreground.
|
get |
Gets the underlying push payload.