xamarinmac
namespace NotificationCenter
{
[Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 10, PlatformArchitecture.All, null)]
[Protocol(Name = "NCWidgetProviding", WrapperType = typeof(NCWidgetProvidingWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WidgetDidBeginEditing", Selector = "widgetDidBeginEditing")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WidgetDidEndEditing", Selector = "widgetDidEndEditing")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WidgetPerformUpdate", ParameterBlockProxy = new[] { typeof(NIDActionArity1V69) }, ParameterByRef = new[] { false }, ParameterType = new[] { typeof(Action<NCUpdateResult>) }, Selector = "widgetPerformUpdateWithCompletionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "GetWidgetMarginInsets", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NSEdgeInsets) }, ReturnType = typeof(NSEdgeInsets), Selector = "widgetMarginInsetsForProposedMarginInsets:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "widgetAllowsEditing", IsProperty = true, IsRequired = false, IsStatic = false, Name = "WidgetAllowsEditing", PropertyType = typeof(bool), Selector = "widgetAllowsEditing")]
public interface INCWidgetProviding : INativeObject, IDisposable
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |