xamarinios
namespace PushKit
{
    [Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.MacCatalyst, 13, 0, PlatformArchitecture.None, null)]
    [Introduced(PlatformName.WatchOS, 6, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.MacOSX, 10, 15, PlatformArchitecture.All, null)]
    [Protocol(Name = "PKPushRegistryDelegate", WrapperType = typeof(PKPushRegistryDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidUpdatePushCredentials", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(PKPushRegistry), typeof(PKPushCredentials), typeof(string) }, Selector = "pushRegistry:didUpdatePushCredentials:forType:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidReceiveIncomingPush", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(PKPushRegistry), typeof(PKPushPayload), typeof(string) }, Selector = "pushRegistry:didReceiveIncomingPushWithPayload:forType:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidInvalidatePushToken", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(PKPushRegistry), typeof(string) }, Selector = "pushRegistry:didInvalidatePushTokenForType:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidReceiveIncomingPush", ParameterBlockProxy = new[] { null, null, null, typeof(NIDAction) }, ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(PKPushRegistry), typeof(PKPushPayload), typeof(string), typeof(Action) }, Selector = "pushRegistry:didReceiveIncomingPushWithPayload:forType:withCompletionHandler:")]
    public interface IPKPushRegistryDelegate : INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Deprecated(PlatformName.iOS, 11, 0, PlatformArchitecture.None, "Use the 'DidReceiveIncomingPushWithPayload' overload accepting an 'Action' argument instead.")]
        [Deprecated(PlatformName.iOS, 11, 0, PlatformArchitecture.None, "Use the 'DidReceiveIncomingPushWithPayload' overload accepting an 'Action' argument instead.")]
        [Export("pushRegistry:didReceiveIncomingPushWithPayload:forType:")]
        [Preserve(Conditional = true)]
        [Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
        [Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
        [Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
        [Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
        void DidReceiveIncomingPush(PKPushRegistry! registry, PKPushPayload! payload, string! type);
    }
}
Assembly Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065
Help Documentation
Xamarin iOS 0.0
OS Platforms

The selected framework does not have platform annotations.

  • Built-in API
  • Package-provided API

04/18/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙