MonoMac.Foundation.NSNotificationCenter Members

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

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
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
DefaultCenterNSNotificationCenter. The default notification center, system notifications and system-level events are posted to this notification center.

Public Methods

AddObserver(NSString, Action<NSNotification>) : NSObject
Adds an observer for the specified notification
AddObserver(string, Action<NSNotification>) : NSObject
Adds an observer for the specified notification
AddObserver(NSString, Action<NSNotification>, NSObject) : NSObject
Adds an observer for the specified notification
AddObserver(string, Action<NSNotification>, NSObject) : NSObject
Adds an observer for the specified notification
AddObserver(NSObject, MonoMac.ObjCRuntime.Selector, NSString, NSObject)
Low-level add-bserver API
AddObserver(NSObject, MonoMac.ObjCRuntime.Selector, string, NSObject)
Documentation for this section has not yet been entered.
AddObserver(string, NSObject, NSOperationQueue, NSNotificationHandler)
Documentation for this section has not yet been entered.
PostNotification(NSNotification)
Posts a notification that is broadcast to everyoned subscribing to that notification.
PostNotificationName(string, NSObject)
Documentation for this section has not yet been entered.
PostNotificationName(string, NSObject, NSDictionary)
Documentation for this section has not yet been entered.
RemoveObserver(NSObject)
Documentation for this section has not yet been entered.
RemoveObserver(NSObject, string, NSObject)
Documentation for this section has not yet been entered.
RemoveObservers(IEnumerable<NSObject>)
Removes multiple observers in one call.