NSUserNotification Constructors

Definition

Overloads

NSUserNotification()
NSUserNotification(NSCoder)
NSUserNotification(NSObjectFlag)
NSUserNotification(IntPtr)

NSUserNotification()

[Foundation.Export("init")]
[ObjCRuntime.DesignatedInitializer]
public NSUserNotification ();
Attributes

Applies to

NSUserNotification(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSUserNotification (Foundation.NSCoder coder);
new Foundation.NSUserNotification : Foundation.NSCoder -> Foundation.NSUserNotification

Parameters

coder
NSCoder
Attributes

Applies to

NSUserNotification(NSObjectFlag)

protected NSUserNotification (Foundation.NSObjectFlag t);
new Foundation.NSUserNotification : Foundation.NSObjectFlag -> Foundation.NSUserNotification

Parameters

Applies to

NSUserNotification(IntPtr)

protected internal NSUserNotification (IntPtr handle);
new Foundation.NSUserNotification : nativeint -> Foundation.NSUserNotification

Parameters

handle
IntPtr

nativeint

Applies to