MonoMac.Foundation.NSUserNotificationCenter Members

The members of MonoMac.Foundation.NSUserNotificationCenter are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
static
DefaultUserNotificationCenterNSUserNotificationCenter. Documentation for this section has not yet been entered.
DelegateNSUserNotificationCenterDelegate. An instance of the MonoMac.Foundation.NSUserNotificationCenterDelegate model class which acts as the class delegate.
[read-only]
DeliveredNotificationsNSUserNotification[]. Documentation for this section has not yet been entered.
ScheduledNotificationsNSUserNotification[]. Documentation for this section has not yet been entered.
ShouldPresentNotificationUNCShouldPresentNotification. Delegate invoked by the object to get a value.
WeakDelegateNSObject. An object that can respond to the delegate protocol for this type

Public Methods

DeliverNotification(NSUserNotification)
Documentation for this section has not yet been entered.
RemoveAllDeliveredNotifications()
Documentation for this section has not yet been entered.
RemoveDeliveredNotification(NSUserNotification)
Documentation for this section has not yet been entered.
RemoveScheduledNotification(NSUserNotification)
Documentation for this section has not yet been entered.
ScheduleNotification(NSUserNotification)
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the NSUserNotificationCenter object.

Public Events

DidActivateNotificationEvent raised by the object.
DidDeliverNotificationEvent raised by the object.