INSUserNotificationCenterDelegate Interface

Definition

[Foundation.Protocol(Name="NSUserNotificationCenterDelegate", WrapperType=typeof(Foundation.NSUserNotificationCenterDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public interface INSUserNotificationCenterDelegate : IDisposable, ObjCRuntime.INativeObject
type INSUserNotificationCenterDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Extension Methods

DidActivateNotification(INSUserNotificationCenterDelegate, NSUserNotificationCenter, NSUserNotification)
DidDeliverNotification(INSUserNotificationCenterDelegate, NSUserNotificationCenter, NSUserNotification)
ShouldPresentNotification(INSUserNotificationCenterDelegate, NSUserNotificationCenter, NSUserNotification)

Applies to