Delegate AndroidNotificationCenter.NotificationReceivedCallback
The delegate type for the notification received callbacks. It is used in OnNotificationReceived event.
Namespace: Unity.Notifications.Android
Assembly: Unity.Notifications.Android.dll
Syntax
public delegate void AndroidNotificationCenter.NotificationReceivedCallback(AndroidNotificationIntentData data)
Parameters
Type | Name | Description |
---|---|---|
AndroidNotificationIntentData | data | The data from notification intent. |