Foundation.NSNotificationCenter Members

The members of Foundation.NSNotificationCenter are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
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(NSString, Action<NSNotification>, NSObject) : NSObject
Adds an observer for the specified notification
AddObserver(NSObject, ObjCRuntime.Selector, NSString, NSObject)
Low-level add-bserver API
AddObserver(string, NSObject, NSOperationQueue, Action<NSNotification>) : NSObject
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.