Class AndroidNotificationIntentData
Wrapper for the AndroidNotification. Contains the notification's id and channel.
Inherited Members
Namespace: Unity.Notifications.Android
Assembly: solution.dll
Syntax
public class AndroidNotificationIntentData
Constructors
| Name | Description |
|---|---|
| AndroidNotificationIntentData(int, string, AndroidNotification) | Create an AndroidNotificationIntentData with AndroidNotification, id, and channel id. |
Properties
| Name | Description |
|---|---|
| Channel | The channel id that the notification was sent to. |
| Id | The id of the notification. |
| NativeNotification | Returns the proxy to the Android Java instance of Notification class. |
| Notification | Returns the AndroidNotification. |