net9.0-ios
namespace CallKit
{
    [Register("CXProvider", true)]
    [SupportedOSPlatform("maccatalyst")]
    [SupportedOSPlatform("ios")]
    [UnsupportedOSPlatform("macos")]
    public class CXProvider : NSObject
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("reportNewIncomingVoIPPushPayload:completion:")]
        [SupportedOSPlatform("ios14.5")]
        [SupportedOSPlatform("maccatalyst14.5")]
        [UnsupportedOSPlatform("tvos")]
        [UnsupportedOSPlatform("macos")]
        public static void ReportNewIncomingVoIPPushPayload(NSDictionary! dictionaryPayload, [BlockProxy(typeof(NIDActionArity1V0))] Action<NSError!>? completion);
    }
}
Assembly Microsoft.iOS , Version=17.0.0.0, PublicKeyToken=84e04ff9cfb79065
.NET 6.0-ios6.0-maccatalyst7.0-ios7.0-maccatalyst8.0-ios8.0-maccatalyst9.0-ios9.0-maccatalyst
OS Platforms

For the selected framework this API is only supported on the following OS platforms:

  • iOS >= 14.5
  • Mac Catalyst >= 14.5
  • macOS
  • tvOS
  • Built-in API
  • Package-provided API

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