NSUserNotificationCenterDelegate.ShouldPresentNotification Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("userNotificationCenter:shouldPresentNotification:")]
public virtual bool ShouldPresentNotification (Foundation.NSUserNotificationCenter center, Foundation.NSUserNotification notification);
abstract member ShouldPresentNotification : Foundation.NSUserNotificationCenter * Foundation.NSUserNotification -> bool
override this.ShouldPresentNotification : Foundation.NSUserNotificationCenter * Foundation.NSUserNotification -> bool
Parameters
- center
- NSUserNotificationCenter
- notification
- NSUserNotification
Returns
- Attributes