INSUserNotificationCenterDelegate インターフェイス

定義

[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
派生
属性
実装

プロパティ

Handle

アンマネージ オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)

拡張メソッド

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

適用対象