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