xamarinios
namespace UserNotificationsUI
{
[Introduced(PlatformName.iOS, 10, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "UNNotificationContentExtension", WrapperType = typeof(UNNotificationContentExtensionWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "PlayMedia", Selector = "mediaPlay")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "PauseMedia", Selector = "mediaPause")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidReceiveNotification", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(UNNotification) }, Selector = "didReceiveNotification:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidReceiveNotificationResponse", ParameterBlockProxy = new[] { null, typeof(NIDActionArity1V236) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UNNotificationResponse), typeof(Action<UNNotificationContentExtensionResponseOption>) }, Selector = "didReceiveNotificationResponse:completionHandler:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Assign, GetterSelector = "mediaPlayPauseButtonType", IsProperty = true, IsRequired = false, IsStatic = false, Name = "MediaPlayPauseButtonType", PropertyType = typeof(UNNotificationContentExtensionMediaPlayPauseButtonType), Selector = "mediaPlayPauseButtonType")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Assign, GetterSelector = "mediaPlayPauseButtonFrame", IsProperty = true, IsRequired = false, IsStatic = false, Name = "MediaPlayPauseButtonFrame", PropertyType = typeof(CGRect), Selector = "mediaPlayPauseButtonFrame")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.Copy, GetterSelector = "mediaPlayPauseButtonTintColor", IsProperty = true, IsRequired = false, IsStatic = false, Name = "MediaPlayPauseButtonTintColor", PropertyType = typeof(UIColor), Selector = "mediaPlayPauseButtonTintColor")]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public interface IUNNotificationContentExtension : INativeObject, IDisposable
}
nuget.org | 0.0 %
Reference this API 0.0 %
Derive from this class or interface |
---|---|
.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. |