Share via


NSUserNotificationCenterDelegate.ShouldPresentNotification Method

Definition

[Foundation.Export("userNotificationCenter:shouldPresentNotification:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldPresentNotification(Foundation.NSUserNotificationCenter center, Foundation.NSUserNotification notification);
[<Foundation.Export("userNotificationCenter:shouldPresentNotification:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldPresentNotification : Foundation.NSUserNotificationCenter * Foundation.NSUserNotification -> bool
override this.ShouldPresentNotification : Foundation.NSUserNotificationCenter * Foundation.NSUserNotification -> bool

Parameters

notification
NSUserNotification

Returns

Implements

Attributes

Applies to