Delegate iOSNotificationCenter.NotificationReceivedCallback
The delegate type for the notification received callbacks.
Namespace: Unity.Notifications.iOS
Assembly: Unity.Notifications.iOS.dll
Syntax
public delegate void iOSNotificationCenter.NotificationReceivedCallback(iOSNotification notification)
Parameters
Type | Name | Description |
---|---|---|
iOSNotification | notification | The notification that has been received. |