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