NSNotificationCenter.DefaultCenter
NSNotificationCenter.DefaultCenter
Property
Definition
The default notification center, system notifications and system-level events are posted to this notification center.
[get: Foundation.Export("defaultCenter", ObjCRuntime.ArgumentSemantic.Strong)]
public static Foundation.NSNotificationCenter DefaultCenter { get; }
member this.DefaultCenter : Foundation.NSNotificationCenter
Property Value
Remarks
The NSNotificationCenter.DefaultCenter plays a central
role in the application as this is where system notifications
are posted for interesting system-level events.
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...