The NotificationCenter namespace, added in iOS 8, allows the creations of widgets, that is, extensions to the Today view.
| Type | Reason |
|---|---|
| INCWidgetProviding | Interface representing the required methods (if any) of the protocol MonoTouch.NotificationCenter.NCWidgetProviding. |
| NCUpdateResult | Enumerates values that describe what happened after the application developer attempted to change the state of a widget by using the MonoTouch.NotificationCenter.NCWidgetProviding.WidgetPerformUpdate method. |
| NCWidgetController | Coordinates the display of a widget's content with its containing app. |
| NCWidgetProviding | Customizes the appearance and behavior of a widget. |
| NCWidgetProviding_Extensions | Extension methods to the MonoTouch.NotificationCenter.INCWidgetProviding interface to support all the methods from the MonoTouch.NotificationCenter.NCWidgetProviding protocol. |
| UIVibrancyEffect_NotificationCenter | Defines the appropriate vibrancy effect for widgets (extensions) displayed in the Today view. |