xamarinios
namespace UserNotifications
{
[Introduced(PlatformName.iOS, 10, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.TvOS, 10, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.WatchOS, 3, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 14, PlatformArchitecture.All, null)]
[Protocol(Name = "UNUserNotificationCenterDelegate", WrapperType = typeof(UNUserNotificationCenterDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "OpenSettings", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(UNUserNotificationCenter), typeof(UNNotification) }, Selector = "userNotificationCenter:openSettingsForNotification:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "WillPresentNotification", ParameterBlockProxy = new[] { null, null, typeof(NIDActionArity1V235) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UNUserNotificationCenter), typeof(UNNotification), typeof(Action<UNNotificationPresentationOptions>) }, Selector = "userNotificationCenter:willPresentNotification:withCompletionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidReceiveNotificationResponse", ParameterBlockProxy = new[] { null, null, typeof(NIDAction) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(UNUserNotificationCenter), typeof(UNNotificationResponse), typeof(Action) }, Selector = "userNotificationCenter:didReceiveNotificationResponse:withCompletionHandler:")]
public interface IUNUserNotificationCenterDelegate : 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. |