Delegate NotificationCenter.NotificationReceivedCallback
Delegate for OnNotificationReceived.
Namespace: Unity.Notifications
Assembly: Unity.Notifications.Unified.dll
Syntax
public delegate void NotificationCenter.NotificationReceivedCallback(Notification notification)
Parameters
| Type | Name | Description |
|---|---|---|
| Notification | notification | Notification that has been received. |