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
{
public NSObject AddObserver(NSString aName, Action<NSNotification> notify, NSObject fromObject);
}
}
nuget.org | 0.0 % Reference this API |
---|---|
.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