NSUserNotification Constructors
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.
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