MonoMac.Foundation.NSNotificationCenter: Method Members

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

See Also: Inherited members from MonoMac.Foundation.NSObject

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.