Delegate NotificationListenerCallback<T>
Namespace: Unity.UIWidgets.widgets
Syntax
public delegate bool NotificationListenerCallback<T>(T notification)
where T : Notification;
Parameters
Type | Name | Description |
---|---|---|
T | notification |
Returns
Type | Description |
---|---|
System.Boolean |
Type Parameters
Name | Description |
---|---|
T |