UNCShouldPresentNotification Delegate

Definition

public delegate bool UNCShouldPresentNotification(NSUserNotificationCenter center, NSUserNotification notification);
type UNCShouldPresentNotification = delegate of NSUserNotificationCenter * NSUserNotification -> bool

Parameters

notification
NSUserNotification

Return Value

Applies to