Foundation.NSNotificationCenter: Method Members

The methods of Foundation.NSNotificationCenter are listed below. For a list of all members, see the NSNotificationCenter Members list.

See Also: Inherited members from Foundation.NSObject

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.