Skip to main content
.NET API Catalog
  • Browse
  • Search
  • Diff
  • Others
    Feature Usage Stats
    Version Source
  • .NET Upgrade Planner
  1. Catalog
  2. Foundation
  3. NSNotificationCenter
  4. NSNotificationCenter()
  • NSNotificationCenter
    • NSNotificationCenter()
    • NSNotificationCenter(IntPtr)
    • NSNotificationCenter(NativeHandle)
    • NSNotificationCenter(NSObjectFlag)
    • ClassHandle
    • DefaultCenter
    • AddObserver(NSObject, Selector, NSString, NSObject)
    • AddObserver(NSString, Action<NSNotification>)
    • AddObserver(NSString, Action<NSNotification>, NSObject)
    • AddObserver(String, NSObject, NSOperationQueue, Action<NSNotification>)
    • PostNotification(NSNotification)
    • PostNotificationName(String, NSObject)
    • PostNotificationName(String, NSObject, NSDictionary)
    • RemoveObserver(NSObject)
    • RemoveObserver(NSObject, String, NSObject)
    • RemoveObservers(IEnumerable<NSObject>)
xamarinios
namespace Foundation
{
    [Register("NSNotificationCenter", true)]
    public class NSNotificationCenter : NSObject
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [EditorBrowsable(EditorBrowsableState.Advanced)]
        [Export("init")]
        public NSNotificationCenter();
    }
}
.NET
6.07.08.09.0
Information specific to xamarinios
Assembly

Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API
Search

03/18/2025
An error has occurred. This application may no longer respond until reloaded. Reload 🗙