Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created March 30, 2023 03:58
Show Gist options
  • Save vs-mobiletools-engineering-service2/acc96bd7991b71a81034598862e769be to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/acc96bd7991b71a81034598862e769be to your computer and use it in GitHub Desktop.
generator-diff/generator.diff
This file has been truncated, but you can view the full file.
diff --git a/old/dotnet/ios/generated-sources/AVRouting/AVCustomRoutingController.g.cs b/new/dotnet/ios/generated-sources/AVRouting/AVCustomRoutingController.g.cs
index a3d8d91..e3bccc5 100644
--- a/old/dotnet/ios/generated-sources/AVRouting/AVCustomRoutingController.g.cs
+++ b/new/dotnet/ios/generated-sources/AVRouting/AVCustomRoutingController.g.cs
@@ -200,6 +200,43 @@ namespace AVRouting {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public virtual AVCustomRoutingPartialIP[] KnownRouteIPs {
+ [Export ("knownRouteIPs", ArgumentSemantic.Retain)]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ AVCustomRoutingPartialIP[]? ret;
+ if (IsDirectBinding) {
+ ret = CFArray.ArrayFromHandle<AVCustomRoutingPartialIP>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("knownRouteIPs")))!;
+ } else {
+ ret = CFArray.ArrayFromHandle<AVCustomRoutingPartialIP>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("knownRouteIPs")))!;
+ }
+ return ret!;
+ #endif
+ }
+ [Export ("setKnownRouteIPs:", ArgumentSemantic.Retain)]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (value is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (value));
+ var nsa_value = NSArray.FromNSObjects (value);
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setKnownRouteIPs:"), nsa_value.Handle);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setKnownRouteIPs:"), nsa_value.Handle);
+ }
+ nsa_value.Dispose ();
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
object? __mt_WeakDelegate_var;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual NSObject? WeakDelegate {
diff --git a/new/dotnet/ios/generated-sources/AVRouting/AVCustomRoutingPartialIP.g.cs b/new/dotnet/ios/generated-sources/AVRouting/AVCustomRoutingPartialIP.g.cs
new file mode 100644
index 0000000..93eafc9
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/AVRouting/AVCustomRoutingPartialIP.g.cs
@@ -0,0 +1,131 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using GLKit;
+using Metal;
+using CoreML;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using NewsstandKit;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace AVRouting {
+ [Register("AVCustomRoutingPartialIP", true)]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public unsafe partial class AVCustomRoutingPartialIP : NSObject {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if ARCH_32
+ #pragma warning disable 649
+ static readonly NativeHandle class_ptr;
+ #pragma warning restore 649
+ #else
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVCustomRoutingPartialIP");
+ #endif
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected AVCustomRoutingPartialIP (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal AVCustomRoutingPartialIP (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("initWithAddress:mask:")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public AVCustomRoutingPartialIP (NSData address, NSData mask)
+ : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ var address__handle__ = address!.GetNonNullHandle (nameof (address));
+ var mask__handle__ = mask!.GetNonNullHandle (nameof (mask));
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("initWithAddress:mask:"), address__handle__, mask__handle__), "initWithAddress:mask:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithAddress:mask:"), address__handle__, mask__handle__), "initWithAddress:mask:");
+ }
+ #endif
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual NSData Address {
+ [Export ("address", ArgumentSemantic.Copy)]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ NSData? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<NSData> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("address")))!;
+ } else {
+ ret = Runtime.GetNSObject<NSData> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("address")))!;
+ }
+ return ret!;
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual NSData Mask {
+ [Export ("mask", ArgumentSemantic.Copy)]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ NSData? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<NSData> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("mask")))!;
+ } else {
+ ret = Runtime.GetNSObject<NSData> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("mask")))!;
+ }
+ return ret!;
+ #endif
+ }
+ }
+ } /* class AVCustomRoutingPartialIP */
+}
diff --git a/old/dotnet/ios/generated-sources/AuthenticationServices/ASAuthorizationPlatformPublicKeyCredentialAssertionRequest.g.cs b/new/dotnet/ios/generated-sources/AuthenticationServices/ASAuthorizationPlatformPublicKeyCredentialAssertionRequest.g.cs
index e2c7d6b..3e84f64 100644
--- a/old/dotnet/ios/generated-sources/AuthenticationServices/ASAuthorizationPlatformPublicKeyCredentialAssertionRequest.g.cs
+++ b/new/dotnet/ios/generated-sources/AuthenticationServices/ASAuthorizationPlatformPublicKeyCredentialAssertionRequest.g.cs
@@ -50,7 +50,10 @@ using NativeHandle = System.IntPtr;
#endif
namespace AuthenticationServices {
[Register("ASAuthorizationPlatformPublicKeyCredentialAssertionRequest", true)]
- [SupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("ios15.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("tvos16.0")]
@@ -95,8 +98,11 @@ namespace AuthenticationServices {
[Export ("copyWithZone:")]
[return: ReleaseAttribute ()]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
[SupportedOSPlatform ("ios15.0")]
- [SupportedOSPlatform ("macos12.0")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -114,8 +120,11 @@ namespace AuthenticationServices {
return ret!;
}
[Export ("encodeWithCoder:")]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
[SupportedOSPlatform ("ios15.0")]
- [SupportedOSPlatform ("macos12.0")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -129,14 +138,20 @@ namespace AuthenticationServices {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
[SupportedOSPlatform ("ios15.0")]
- [SupportedOSPlatform ("macos12.0")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
public virtual IASAuthorizationPublicKeyCredentialDescriptor[] AllowedCredentials {
[Export ("allowedCredentials", ArgumentSemantic.Copy)]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
[SupportedOSPlatform ("ios15.0")]
- [SupportedOSPlatform ("macos12.0")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
get {
@@ -153,8 +168,11 @@ namespace AuthenticationServices {
#endif
}
[Export ("setAllowedCredentials:", ArgumentSemantic.Copy)]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
[SupportedOSPlatform ("ios15.0")]
- [SupportedOSPlatform ("macos12.0")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
set {
@@ -174,14 +192,20 @@ namespace AuthenticationServices {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
[SupportedOSPlatform ("ios15.0")]
- [SupportedOSPlatform ("macos12.0")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
public virtual NSData Challenge {
[Export ("challenge", ArgumentSemantic.Copy)]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
[SupportedOSPlatform ("ios15.0")]
- [SupportedOSPlatform ("macos12.0")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
get {
@@ -198,8 +222,11 @@ namespace AuthenticationServices {
#endif
}
[Export ("setChallenge:", ArgumentSemantic.Copy)]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
[SupportedOSPlatform ("ios15.0")]
- [SupportedOSPlatform ("macos12.0")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
set {
@@ -247,14 +274,20 @@ namespace AuthenticationServices {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
[SupportedOSPlatform ("ios15.0")]
- [SupportedOSPlatform ("macos12.0")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
public virtual string RelyingPartyIdentifier {
[Export ("relyingPartyIdentifier")]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
[SupportedOSPlatform ("ios15.0")]
- [SupportedOSPlatform ("macos12.0")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
get {
@@ -269,8 +302,11 @@ namespace AuthenticationServices {
#endif
}
[Export ("setRelyingPartyIdentifier:")]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
[SupportedOSPlatform ("ios15.0")]
- [SupportedOSPlatform ("macos12.0")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
set {
@@ -290,14 +326,20 @@ namespace AuthenticationServices {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
[SupportedOSPlatform ("ios15.0")]
- [SupportedOSPlatform ("macos12.0")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
public virtual NSString UserVerificationPreference {
[Export ("userVerificationPreference")]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
[SupportedOSPlatform ("ios15.0")]
- [SupportedOSPlatform ("macos12.0")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
get {
@@ -314,8 +356,11 @@ namespace AuthenticationServices {
#endif
}
[Export ("setUserVerificationPreference:")]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
[SupportedOSPlatform ("ios15.0")]
- [SupportedOSPlatform ("macos12.0")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
set {
diff --git a/old/dotnet/ios/generated-sources/BackgroundAssets/BAAppExtensionInfo.g.cs b/new/dotnet/ios/generated-sources/BackgroundAssets/BAAppExtensionInfo.g.cs
index cff45c8..8e2c243 100644
--- a/old/dotnet/ios/generated-sources/BackgroundAssets/BAAppExtensionInfo.g.cs
+++ b/new/dotnet/ios/generated-sources/BackgroundAssets/BAAppExtensionInfo.g.cs
@@ -129,5 +129,26 @@ namespace BackgroundAssets {
#endif
}
}
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public virtual NSNumber? RestrictedEssentialDownloadSizeRemaining {
+ [Export ("restrictedEssentialDownloadSizeRemaining", ArgumentSemantic.Retain)]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ NSNumber? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<NSNumber> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("restrictedEssentialDownloadSizeRemaining")))!;
+ } else {
+ ret = Runtime.GetNSObject<NSNumber> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("restrictedEssentialDownloadSizeRemaining")))!;
+ }
+ return ret!;
+ #endif
+ }
+ }
} /* class BAAppExtensionInfo */
}
diff --git a/old/dotnet/ios/generated-sources/BackgroundAssets/BADownload.g.cs b/new/dotnet/ios/generated-sources/BackgroundAssets/BADownload.g.cs
index 4ad705e..8b671b3 100644
--- a/old/dotnet/ios/generated-sources/BackgroundAssets/BADownload.g.cs
+++ b/new/dotnet/ios/generated-sources/BackgroundAssets/BADownload.g.cs
@@ -113,6 +113,29 @@ namespace BackgroundAssets {
global::ObjCRuntime.Messaging.void_objc_msgSend (ret.Handle, Selector.GetHandle ("release"));
return ret!;
}
+ [Export ("copyAsNonEssential")]
+ [return: ReleaseAttribute ()]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual BADownload CopyAsNonEssential ()
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ BADownload? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<BADownload> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("copyAsNonEssential")))!;
+ } else {
+ ret = Runtime.GetNSObject<BADownload> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("copyAsNonEssential")))!;
+ }
+ if (ret != null)
+ global::ObjCRuntime.Messaging.void_objc_msgSend (ret.Handle, Selector.GetHandle ("release"));
+ return ret!;
+ #endif
+ }
[Export ("encodeWithCoder:")]
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("ios16.0")]
@@ -144,6 +167,25 @@ namespace BackgroundAssets {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ public virtual bool IsEssential {
+ [Export ("isEssential")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("isEssential"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("isEssential"));
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual nint Priority {
[Export ("priority")]
get {
diff --git a/old/dotnet/ios/generated-sources/BackgroundAssets/BADownloadManager.g.cs b/new/dotnet/ios/generated-sources/BackgroundAssets/BADownloadManager.g.cs
index c3b3a0f..5f96bab 100644
--- a/old/dotnet/ios/generated-sources/BackgroundAssets/BADownloadManager.g.cs
+++ b/new/dotnet/ios/generated-sources/BackgroundAssets/BADownloadManager.g.cs
@@ -95,6 +95,28 @@ namespace BackgroundAssets {
return ret!;
#endif
}
+ [Export ("fetchCurrentDownloads:")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual BADownload[]? FetchCurrentDownloads (out NSError? error)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ NativeHandle errorValue = IntPtr.Zero;
+ BADownload[]? ret;
+ if (IsDirectBinding) {
+ ret = CFArray.ArrayFromHandle<BADownload>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_ref_NativeHandle (this.Handle, Selector.GetHandle ("fetchCurrentDownloads:"), ref errorValue))!;
+ } else {
+ ret = CFArray.ArrayFromHandle<BADownload>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_ref_NativeHandle (this.SuperHandle, Selector.GetHandle ("fetchCurrentDownloads:"), ref errorValue))!;
+ }
+ error = Runtime.GetNSObject<NSError> (errorValue)!;
+ return ret!;
+ #endif
+ }
[Export ("fetchCurrentDownloadsWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public unsafe virtual void FetchCurrentDownloads ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V31))]global::System.Action<NSArray<BADownload>, NSError> completionHandler)
diff --git a/old/dotnet/ios/generated-sources/BackgroundAssets/BADownloaderExtension.g.cs b/new/dotnet/ios/generated-sources/BackgroundAssets/BADownloaderExtension.g.cs
index f8c0599..7ed3f7f 100644
--- a/old/dotnet/ios/generated-sources/BackgroundAssets/BADownloaderExtension.g.cs
+++ b/new/dotnet/ios/generated-sources/BackgroundAssets/BADownloaderExtension.g.cs
@@ -63,6 +63,13 @@ namespace BackgroundAssets {
{
}
public static partial class BADownloaderExtension_Extensions {
+ [ObsoletedOSPlatform ("ios16.4", "'WillTerminate' will not be called in all applicable scenarios, do not rely on it.")]
+ [ObsoletedOSPlatform ("macos13.3", "'WillTerminate' will not be invoked in all applicable scenarios, do not rely on it.")]
+ [ObsoletedOSPlatform ("maccatalyst16.4", "'WillTerminate' will not be invoked in all applicable scenarios, do not rely on it.")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public static void WillTerminate (this IBADownloaderExtension This)
{
diff --git a/old/dotnet/ios/generated-sources/BackgroundAssets/BAUrlDownload.g.cs b/new/dotnet/ios/generated-sources/BackgroundAssets/BAUrlDownload.g.cs
index 7dbbd54..f66cf9a 100644
--- a/old/dotnet/ios/generated-sources/BackgroundAssets/BAUrlDownload.g.cs
+++ b/new/dotnet/ios/generated-sources/BackgroundAssets/BAUrlDownload.g.cs
@@ -94,6 +94,13 @@ namespace BackgroundAssets {
}
[Export ("initWithIdentifier:request:applicationGroupIdentifier:")]
+ [ObsoletedOSPlatform ("ios16.4")]
+ [ObsoletedOSPlatform ("macos13.3")]
+ [ObsoletedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public BAUrlDownload (string identifier, NSUrlRequest request, string applicationGroupIdentifier)
: base (NSObjectFlag.Empty)
@@ -118,7 +125,13 @@ namespace BackgroundAssets {
#endif
}
[Export ("initWithIdentifier:request:applicationGroupIdentifier:priority:")]
- [DesignatedInitializer]
+ [ObsoletedOSPlatform ("ios16.4")]
+ [ObsoletedOSPlatform ("macos13.3")]
+ [ObsoletedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public BAUrlDownload (string identifier, NSUrlRequest request, string applicationGroupIdentifier, nint priority)
: base (NSObjectFlag.Empty)
@@ -142,6 +155,63 @@ namespace BackgroundAssets {
CFString.ReleaseNative (nsapplicationGroupIdentifier);
#endif
}
+ [Export ("initWithIdentifier:request:fileSize:applicationGroupIdentifier:")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public BAUrlDownload (string identifier, NSUrlRequest request, nuint fileSize, string applicationGroupIdentifier)
+ : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (identifier is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (identifier));
+ var request__handle__ = request!.GetNonNullHandle (nameof (request));
+ if (applicationGroupIdentifier is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (applicationGroupIdentifier));
+ var nsidentifier = CFString.CreateNative (identifier);
+ var nsapplicationGroupIdentifier = CFString.CreateNative (applicationGroupIdentifier);
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle_UIntPtr_NativeHandle (this.Handle, Selector.GetHandle ("initWithIdentifier:request:fileSize:applicationGroupIdentifier:"), nsidentifier, request__handle__, fileSize, nsapplicationGroupIdentifier), "initWithIdentifier:request:fileSize:applicationGroupIdentifier:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle_NativeHandle_UIntPtr_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithIdentifier:request:fileSize:applicationGroupIdentifier:"), nsidentifier, request__handle__, fileSize, nsapplicationGroupIdentifier), "initWithIdentifier:request:fileSize:applicationGroupIdentifier:");
+ }
+ CFString.ReleaseNative (nsidentifier);
+ CFString.ReleaseNative (nsapplicationGroupIdentifier);
+ #endif
+ }
+ [Export ("initWithIdentifier:request:essential:fileSize:applicationGroupIdentifier:priority:")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ [DesignatedInitializer]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public BAUrlDownload (string identifier, NSUrlRequest request, bool essential, nuint fileSize, string applicationGroupIdentifier, nint priority)
+ : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (identifier is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (identifier));
+ var request__handle__ = request!.GetNonNullHandle (nameof (request));
+ if (applicationGroupIdentifier is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (applicationGroupIdentifier));
+ var nsidentifier = CFString.CreateNative (identifier);
+ var nsapplicationGroupIdentifier = CFString.CreateNative (applicationGroupIdentifier);
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle_bool_UIntPtr_NativeHandle_IntPtr (this.Handle, Selector.GetHandle ("initWithIdentifier:request:essential:fileSize:applicationGroupIdentifier:priority:"), nsidentifier, request__handle__, essential, fileSize, nsapplicationGroupIdentifier, priority), "initWithIdentifier:request:essential:fileSize:applicationGroupIdentifier:priority:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle_NativeHandle_bool_UIntPtr_NativeHandle_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithIdentifier:request:essential:fileSize:applicationGroupIdentifier:priority:"), nsidentifier, request__handle__, essential, fileSize, nsapplicationGroupIdentifier, priority), "initWithIdentifier:request:essential:fileSize:applicationGroupIdentifier:priority:");
+ }
+ CFString.ReleaseNative (nsidentifier);
+ CFString.ReleaseNative (nsapplicationGroupIdentifier);
+ #endif
+ }
[Field ("BADownloaderPriorityDefault", "BackgroundAssets")]
public static nint DefaultPriority {
get {
diff --git a/old/dotnet/ios/generated-sources/CarPlay/CPInformationTemplate.g.cs b/new/dotnet/ios/generated-sources/CarPlay/CPInformationTemplate.g.cs
index 37f9c05..d2febfb 100644
--- a/old/dotnet/ios/generated-sources/CarPlay/CPInformationTemplate.g.cs
+++ b/new/dotnet/ios/generated-sources/CarPlay/CPInformationTemplate.g.cs
@@ -53,7 +53,7 @@ namespace CarPlay {
[UnsupportedOSPlatform ("tvos")]
[UnsupportedOSPlatform ("macos")]
[SupportedOSPlatform ("ios14.0")]
- public unsafe partial class CPInformationTemplate : CPTemplate {
+ public unsafe partial class CPInformationTemplate : CPTemplate, ICPBarButtonProviding {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
#if ARCH_32
#pragma warning disable 649
@@ -154,6 +154,45 @@ namespace CarPlay {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("ios14.0")]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ public virtual CPBarButton? BackButton {
+ [Export ("backButton", ArgumentSemantic.Retain)]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios14.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ CPBarButton? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<CPBarButton> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("backButton")))!;
+ } else {
+ ret = Runtime.GetNSObject<CPBarButton> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("backButton")))!;
+ }
+ return ret!;
+ #endif
+ }
+ [Export ("setBackButton:", ArgumentSemantic.Retain)]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios14.0")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ var value__handle__ = value.GetHandle ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setBackButton:"), value__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setBackButton:"), value__handle__);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual CPInformationItem[] Items {
[Export ("items", ArgumentSemantic.Copy)]
get {
@@ -204,6 +243,48 @@ namespace CarPlay {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios14.0")]
+ public virtual CPBarButton[] LeadingNavigationBarButtons {
+ [Export ("leadingNavigationBarButtons", ArgumentSemantic.Retain)]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios14.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ CPBarButton[]? ret;
+ if (IsDirectBinding) {
+ ret = CFArray.ArrayFromHandle<CPBarButton>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("leadingNavigationBarButtons")))!;
+ } else {
+ ret = CFArray.ArrayFromHandle<CPBarButton>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("leadingNavigationBarButtons")))!;
+ }
+ return ret!;
+ #endif
+ }
+ [Export ("setLeadingNavigationBarButtons:", ArgumentSemantic.Retain)]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios14.0")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (value is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (value));
+ var nsa_value = NSArray.FromNSObjects (value);
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setLeadingNavigationBarButtons:"), nsa_value.Handle);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setLeadingNavigationBarButtons:"), nsa_value.Handle);
+ }
+ nsa_value.Dispose ();
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual string Title {
[Export ("title")]
get {
@@ -234,5 +315,47 @@ namespace CarPlay {
#endif
}
}
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios14.0")]
+ public virtual CPBarButton[] TrailingNavigationBarButtons {
+ [Export ("trailingNavigationBarButtons", ArgumentSemantic.Retain)]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios14.0")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ CPBarButton[]? ret;
+ if (IsDirectBinding) {
+ ret = CFArray.ArrayFromHandle<CPBarButton>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("trailingNavigationBarButtons")))!;
+ } else {
+ ret = CFArray.ArrayFromHandle<CPBarButton>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("trailingNavigationBarButtons")))!;
+ }
+ return ret!;
+ #endif
+ }
+ [Export ("setTrailingNavigationBarButtons:", ArgumentSemantic.Retain)]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios14.0")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (value is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (value));
+ var nsa_value = NSArray.FromNSObjects (value);
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setTrailingNavigationBarButtons:"), nsa_value.Handle);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setTrailingNavigationBarButtons:"), nsa_value.Handle);
+ }
+ nsa_value.Dispose ();
+ #endif
+ }
+ }
} /* class CPInformationTemplate */
}
diff --git a/old/dotnet/ios/generated-sources/CoreAnimation/CAEdrMetadata.g.cs b/new/dotnet/ios/generated-sources/CoreAnimation/CAEdrMetadata.g.cs
index 06e6256..dd26eab 100644
--- a/old/dotnet/ios/generated-sources/CoreAnimation/CAEdrMetadata.g.cs
+++ b/new/dotnet/ios/generated-sources/CoreAnimation/CAEdrMetadata.g.cs
@@ -54,7 +54,7 @@ namespace CoreAnimation {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst16.0")]
[SupportedOSPlatform ("macos10.15")]
- public unsafe partial class CAEdrMetadata : NSObject {
+ public unsafe partial class CAEdrMetadata : NSObject, INSCoding, INSCopying, INSSecureCoding {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
#if ARCH_32
#pragma warning disable 649
@@ -64,6 +64,23 @@ namespace CoreAnimation {
static readonly NativeHandle class_ptr = Class.GetHandle ("CAEDRMetadata");
#endif
public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [DesignatedInitializer]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("initWithCoder:")]
+ public CAEdrMetadata (NSCoder coder) : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ }
+ #endif
+ }
+
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable (EditorBrowsableState.Advanced)]
protected CAEdrMetadata (NSObjectFlag t) : base (t)
@@ -76,6 +93,41 @@ namespace CoreAnimation {
{
}
+ [Export ("copyWithZone:")]
+ [return: ReleaseAttribute ()]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("macos10.15")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual NSObject Copy (NSZone? zone)
+ {
+ var zone__handle__ = zone.GetHandle ();
+ NSObject? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ } else {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ }
+ if (ret != null)
+ global::ObjCRuntime.Messaging.void_objc_msgSend (ret.Handle, Selector.GetHandle ("release"));
+ return ret!;
+ }
+ [Export ("encodeWithCoder:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("macos10.15")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void EncodeTo (NSCoder encoder)
+ {
+ var encoder__handle__ = encoder!.GetNonNullHandle (nameof (encoder));
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ }
+ }
[Export ("HDR10MetadataWithDisplayInfo:contentInfo:opticalOutputScale:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public static CAEdrMetadata GetHdr10Metadata (NSData? displayData, NSData? contentData, float scale)
diff --git a/old/dotnet/ios/generated-sources/CoreLocation/CLLocationPushServiceError.g.cs b/new/dotnet/ios/generated-sources/CoreLocation/CLLocationPushServiceError.g.cs
index 5cd6629..4bd0f21 100644
--- a/old/dotnet/ios/generated-sources/CoreLocation/CLLocationPushServiceError.g.cs
+++ b/new/dotnet/ios/generated-sources/CoreLocation/CLLocationPushServiceError.g.cs
@@ -59,6 +59,7 @@ namespace CoreLocation {
MissingPushExtension = 1,
MissingPushServerEnvironment = 2,
MissingEntitlement = 3,
+ UnsupportedPlatform = 4,
}
[SupportedOSPlatform ("ios15.0")]
[UnsupportedOSPlatform ("tvos")]
diff --git a/old/dotnet/ios/generated-sources/CoreML/MLModelCollection.g.cs b/new/dotnet/ios/generated-sources/CoreML/MLModelCollection.g.cs
index 7f9550b..c77b477 100644
--- a/old/dotnet/ios/generated-sources/CoreML/MLModelCollection.g.cs
+++ b/new/dotnet/ios/generated-sources/CoreML/MLModelCollection.g.cs
@@ -50,6 +50,9 @@ using NativeHandle = System.IntPtr;
#endif
namespace CoreML {
[Register("MLModelCollection", true)]
+ [ObsoletedOSPlatform ("macos13.3", "Use Background Assets or 'NSUrlSession' instead.")]
+ [ObsoletedOSPlatform ("maccatalyst16.4", "Use Background Assets or 'NSUrlSession' instead.")]
+ [ObsoletedOSPlatform ("ios16.4", "Use Background Assets or 'NSUrlSession' instead.")]
[SupportedOSPlatform ("macos11.0")]
[SupportedOSPlatform ("ios14.0")]
[SupportedOSPlatform ("maccatalyst14.0")]
diff --git a/old/dotnet/ios/generated-sources/CoreML/MLModelCollectionEntry.g.cs b/new/dotnet/ios/generated-sources/CoreML/MLModelCollectionEntry.g.cs
index e4c09ca..8d8c361 100644
--- a/old/dotnet/ios/generated-sources/CoreML/MLModelCollectionEntry.g.cs
+++ b/new/dotnet/ios/generated-sources/CoreML/MLModelCollectionEntry.g.cs
@@ -50,6 +50,9 @@ using NativeHandle = System.IntPtr;
#endif
namespace CoreML {
[Register("MLModelCollectionEntry", true)]
+ [ObsoletedOSPlatform ("macos13.3", "Use Background Assets or 'NSUrlSession' instead.")]
+ [ObsoletedOSPlatform ("maccatalyst16.4", "Use Background Assets or 'NSUrlSession' instead.")]
+ [ObsoletedOSPlatform ("ios16.4", "Use Background Assets or 'NSUrlSession' instead.")]
[SupportedOSPlatform ("macos11.0")]
[SupportedOSPlatform ("ios14.0")]
[SupportedOSPlatform ("maccatalyst14.0")]
diff --git a/old/dotnet/ios/generated-sources/FileProvider/NSFileProviderDomain.g.cs b/new/dotnet/ios/generated-sources/FileProvider/NSFileProviderDomain.g.cs
index cfb4bf1..4371bd7 100644
--- a/old/dotnet/ios/generated-sources/FileProvider/NSFileProviderDomain.g.cs
+++ b/new/dotnet/ios/generated-sources/FileProvider/NSFileProviderDomain.g.cs
@@ -272,6 +272,27 @@ namespace FileProvider {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("maccatalyst")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ public virtual NSUuid? VolumeUuid {
+ [Export ("volumeUUID")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ NSUuid? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<NSUuid> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("volumeUUID")))!;
+ } else {
+ ret = Runtime.GetNSObject<NSUuid> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("volumeUUID")))!;
+ }
+ return ret!;
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static NSString? _DidChange;
[Field ("NSFileProviderDomainDidChange", "FileProvider")]
[SupportedOSPlatform ("ios16.0")]
diff --git a/old/dotnet/ios/generated-sources/Foundation/NSUrl.g.cs b/new/dotnet/ios/generated-sources/Foundation/NSUrl.g.cs
index aa02f5a..362928e 100644
--- a/old/dotnet/ios/generated-sources/Foundation/NSUrl.g.cs
+++ b/new/dotnet/ios/generated-sources/Foundation/NSUrl.g.cs
@@ -1260,6 +1260,24 @@ namespace Foundation {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static NSString? _FileIdentifierKey;
+ [Field ("NSURLFileIdentifierKey", "Foundation")]
+ [SupportedOSPlatform ("tvos16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public static NSString FileIdentifierKey {
+ [SupportedOSPlatform ("tvos16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ get {
+ if (_FileIdentifierKey is null)
+ _FileIdentifierKey = Dlfcn.GetStringConstant (Libraries.Foundation.Handle, "NSURLFileIdentifierKey")!;
+ return _FileIdentifierKey;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static NSString? _FileProtectionComplete;
[Field ("NSURLFileProtectionComplete", "Foundation")]
[SupportedOSPlatform ("ios")]
@@ -2562,6 +2580,24 @@ namespace Foundation {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static NSString? _VolumeMountFromLocationKey;
+ [Field ("NSURLVolumeMountFromLocationKey", "Foundation")]
+ [SupportedOSPlatform ("tvos16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public static NSString VolumeMountFromLocationKey {
+ [SupportedOSPlatform ("tvos16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ get {
+ if (_VolumeMountFromLocationKey is null)
+ _VolumeMountFromLocationKey = Dlfcn.GetStringConstant (Libraries.Foundation.Handle, "NSURLVolumeMountFromLocationKey")!;
+ return _VolumeMountFromLocationKey;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static NSString? _VolumeNameKey;
[Field ("NSURLVolumeNameKey", "Foundation")]
public static NSString VolumeNameKey {
@@ -2582,6 +2618,24 @@ namespace Foundation {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static NSString? _VolumeSubtypeKey;
+ [Field ("NSURLVolumeSubtypeKey", "Foundation")]
+ [SupportedOSPlatform ("tvos16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public static NSString VolumeSubtypeKey {
+ [SupportedOSPlatform ("tvos16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ get {
+ if (_VolumeSubtypeKey is null)
+ _VolumeSubtypeKey = Dlfcn.GetStringConstant (Libraries.Foundation.Handle, "NSURLVolumeSubtypeKey")!;
+ return _VolumeSubtypeKey;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static NSString? _VolumeSupportsAccessPermissionsKey;
[Field ("NSURLVolumeSupportsAccessPermissionsKey", "Foundation")]
[SupportedOSPlatform ("tvos11.0")]
@@ -2848,6 +2902,24 @@ namespace Foundation {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static NSString? _VolumeTypeNameKey;
+ [Field ("NSURLVolumeTypeNameKey", "Foundation")]
+ [SupportedOSPlatform ("tvos16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public static NSString VolumeTypeNameKey {
+ [SupportedOSPlatform ("tvos16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ get {
+ if (_VolumeTypeNameKey is null)
+ _VolumeTypeNameKey = Dlfcn.GetStringConstant (Libraries.Foundation.Handle, "NSURLVolumeTypeNameKey")!;
+ return _VolumeTypeNameKey;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static NSString? _VolumeURLForRemountingKey;
[Field ("NSURLVolumeURLForRemountingKey", "Foundation")]
public static NSString VolumeURLForRemountingKey {
diff --git a/old/dotnet/ios/generated-sources/GameKit/GKBasePlayer.g.cs b/new/dotnet/ios/generated-sources/GameKit/GKBasePlayer.g.cs
index dd9e72f..b2e1295 100644
--- a/old/dotnet/ios/generated-sources/GameKit/GKBasePlayer.g.cs
+++ b/new/dotnet/ios/generated-sources/GameKit/GKBasePlayer.g.cs
@@ -99,7 +99,7 @@ namespace GameKit {
[ObsoletedOSPlatform ("ios16.0", "Use the GKPlayer.TeamPlayerId property to identify a player instead.")]
[ObsoletedOSPlatform ("tvos16.0", "Use the GKPlayer.TeamPlayerId property to identify a player instead.")]
[ObsoletedOSPlatform ("maccatalyst16.0", "Use the GKPlayer.TeamPlayerId property to identify a player instead.")]
- [ObsoletedOSPlatform ("macos13.0", "Use the GKPlayer.TeamPlayerId property to identify a player instead.")]
+ [ObsoletedOSPlatform ("macos10.15", "Use the GKPlayer.TeamPlayerId property to identify a player instead.")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("tvos")]
diff --git a/old/dotnet/ios/generated-sources/HealthKit/HKClinicalTypeIdentifier.g.cs b/new/dotnet/ios/generated-sources/HealthKit/HKClinicalTypeIdentifier.g.cs
index 0310337..cef0e05 100644
--- a/old/dotnet/ios/generated-sources/HealthKit/HKClinicalTypeIdentifier.g.cs
+++ b/new/dotnet/ios/generated-sources/HealthKit/HKClinicalTypeIdentifier.g.cs
@@ -64,13 +64,17 @@ namespace HealthKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("macos13.0")]
CoverageRecord = 7,
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ ClinicalNoteRecord = 8,
}
[SupportedOSPlatform ("ios12.0")]
[SupportedOSPlatform ("macos13.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static public partial class HKClinicalTypeIdentifierExtensions {
- static IntPtr[] values = new IntPtr [8];
+ static IntPtr[] values = new IntPtr [9];
[Field ("HKClinicalTypeIdentifierAllergyRecord", "HealthKit")]
internal unsafe static IntPtr HKClinicalTypeIdentifierAllergyRecord {
get {
@@ -130,6 +134,16 @@ namespace HealthKit {
return Dlfcn.CachePointer (Libraries.HealthKit.Handle, "HKClinicalTypeIdentifierCoverageRecord", storage);
}
}
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [Field ("HKClinicalTypeIdentifierClinicalNoteRecord", "HealthKit")]
+ internal unsafe static IntPtr HKClinicalTypeIdentifierClinicalNoteRecord {
+ get {
+ fixed (IntPtr *storage = &values [8])
+ return Dlfcn.CachePointer (Libraries.HealthKit.Handle, "HKClinicalTypeIdentifierClinicalNoteRecord", storage);
+ }
+ }
public static NSString? GetConstant (this HKClinicalTypeIdentifier self)
{
IntPtr ptr = IntPtr.Zero;
@@ -158,6 +172,9 @@ namespace HealthKit {
case 7: // HKClinicalTypeIdentifier.CoverageRecord
ptr = HKClinicalTypeIdentifierCoverageRecord;
break;
+ case 8: // HKClinicalTypeIdentifier.ClinicalNoteRecord
+ ptr = HKClinicalTypeIdentifierClinicalNoteRecord;
+ break;
}
return (NSString?) Runtime.GetNSObject (ptr);
}
@@ -181,6 +198,8 @@ namespace HealthKit {
return HKClinicalTypeIdentifier.VitalSignRecord;
if (constant.IsEqualTo (HKClinicalTypeIdentifierCoverageRecord))
return HKClinicalTypeIdentifier.CoverageRecord;
+ if (constant.IsEqualTo (HKClinicalTypeIdentifierClinicalNoteRecord))
+ return HKClinicalTypeIdentifier.ClinicalNoteRecord;
throw new NotSupportedException ($"{constant} has no associated enum value on this platform.");
}
}
diff --git a/old/dotnet/ios/generated-sources/HealthKit/HKContactsPrescription.g.cs b/new/dotnet/ios/generated-sources/HealthKit/HKContactsPrescription.g.cs
index 1c112b1..d5aaab5 100644
--- a/old/dotnet/ios/generated-sources/HealthKit/HKContactsPrescription.g.cs
+++ b/new/dotnet/ios/generated-sources/HealthKit/HKContactsPrescription.g.cs
@@ -54,7 +54,7 @@ namespace HealthKit {
[SupportedOSPlatform ("macos13.0")]
[SupportedOSPlatform ("ios16.0")]
[UnsupportedOSPlatform ("tvos")]
- public unsafe partial class HKContactsPrescription : HKVisionPrescription {
+ public unsafe partial class HKContactsPrescription : HKVisionPrescription, INSCoding, INSCopying, INSSecureCoding {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
#if ARCH_32
#pragma warning disable 649
@@ -93,6 +93,41 @@ namespace HealthKit {
{
}
+ [Export ("copyWithZone:")]
+ [return: ReleaseAttribute ()]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public new virtual NSObject Copy (NSZone? zone)
+ {
+ var zone__handle__ = zone.GetHandle ();
+ NSObject? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ } else {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ }
+ if (ret != null)
+ global::ObjCRuntime.Messaging.void_objc_msgSend (ret.Handle, Selector.GetHandle ("release"));
+ return ret!;
+ }
+ [Export ("encodeWithCoder:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public new virtual void EncodeTo (NSCoder encoder)
+ {
+ var encoder__handle__ = encoder!.GetNonNullHandle (nameof (encoder));
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ }
+ }
[Export ("prescriptionWithRightEyeSpecification:leftEyeSpecification:brand:dateIssued:expirationDate:device:metadata:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public static HKContactsPrescription GetPrescription (HKContactsLensSpecification? rightEyeSpecification, HKContactsLensSpecification? leftEyeSpecification, string brand, NSDate dateIssued, NSDate? expirationDate, HKDevice? device, NSDictionary<NSString, NSObject>? metadata)
diff --git a/old/dotnet/ios/generated-sources/HealthKit/HKFhirResourceType.g.cs b/new/dotnet/ios/generated-sources/HealthKit/HKFhirResourceType.g.cs
index 9360bbb..0a2c778 100644
--- a/old/dotnet/ios/generated-sources/HealthKit/HKFhirResourceType.g.cs
+++ b/new/dotnet/ios/generated-sources/HealthKit/HKFhirResourceType.g.cs
@@ -69,13 +69,21 @@ namespace HealthKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("macos13.0")]
Coverage = 9,
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ DiagnosticReport = 10,
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ DocumentReference = 11,
}
[SupportedOSPlatform ("ios12.0")]
[SupportedOSPlatform ("macos13.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static public partial class HKFhirResourceTypeExtensions {
- static IntPtr[] values = new IntPtr [10];
+ static IntPtr[] values = new IntPtr [12];
[Field ("HKFHIRResourceTypeAllergyIntolerance", "HealthKit")]
internal unsafe static IntPtr HKFHIRResourceTypeAllergyIntolerance {
get {
@@ -152,6 +160,26 @@ namespace HealthKit {
return Dlfcn.CachePointer (Libraries.HealthKit.Handle, "HKFHIRResourceTypeCoverage", storage);
}
}
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [Field ("HKFHIRResourceTypeDiagnosticReport", "HealthKit")]
+ internal unsafe static IntPtr HKFHIRResourceTypeDiagnosticReport {
+ get {
+ fixed (IntPtr *storage = &values [10])
+ return Dlfcn.CachePointer (Libraries.HealthKit.Handle, "HKFHIRResourceTypeDiagnosticReport", storage);
+ }
+ }
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [Field ("HKFHIRResourceTypeDocumentReference", "HealthKit")]
+ internal unsafe static IntPtr HKFHIRResourceTypeDocumentReference {
+ get {
+ fixed (IntPtr *storage = &values [11])
+ return Dlfcn.CachePointer (Libraries.HealthKit.Handle, "HKFHIRResourceTypeDocumentReference", storage);
+ }
+ }
public static NSString? GetConstant (this HKFhirResourceType self)
{
IntPtr ptr = IntPtr.Zero;
@@ -186,6 +214,12 @@ namespace HealthKit {
case 9: // HKFhirResourceType.Coverage
ptr = HKFHIRResourceTypeCoverage;
break;
+ case 10: // HKFhirResourceType.DiagnosticReport
+ ptr = HKFHIRResourceTypeDiagnosticReport;
+ break;
+ case 11: // HKFhirResourceType.DocumentReference
+ ptr = HKFHIRResourceTypeDocumentReference;
+ break;
}
return (NSString?) Runtime.GetNSObject (ptr);
}
@@ -213,6 +247,10 @@ namespace HealthKit {
return HKFhirResourceType.MedicationRequest;
if (constant.IsEqualTo (HKFHIRResourceTypeCoverage))
return HKFhirResourceType.Coverage;
+ if (constant.IsEqualTo (HKFHIRResourceTypeDiagnosticReport))
+ return HKFhirResourceType.DiagnosticReport;
+ if (constant.IsEqualTo (HKFHIRResourceTypeDocumentReference))
+ return HKFhirResourceType.DocumentReference;
throw new NotSupportedException ($"{constant} has no associated enum value on this platform.");
}
}
diff --git a/old/dotnet/ios/generated-sources/HealthKit/HKGlassesPrescription.g.cs b/new/dotnet/ios/generated-sources/HealthKit/HKGlassesPrescription.g.cs
index bd98949..4c1f7ef 100644
--- a/old/dotnet/ios/generated-sources/HealthKit/HKGlassesPrescription.g.cs
+++ b/new/dotnet/ios/generated-sources/HealthKit/HKGlassesPrescription.g.cs
@@ -54,7 +54,7 @@ namespace HealthKit {
[SupportedOSPlatform ("macos13.0")]
[SupportedOSPlatform ("ios16.0")]
[UnsupportedOSPlatform ("tvos")]
- public unsafe partial class HKGlassesPrescription : HKVisionPrescription {
+ public unsafe partial class HKGlassesPrescription : HKVisionPrescription, INSCoding, INSCopying, INSSecureCoding {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
#if ARCH_32
#pragma warning disable 649
@@ -93,6 +93,41 @@ namespace HealthKit {
{
}
+ [Export ("copyWithZone:")]
+ [return: ReleaseAttribute ()]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public new virtual NSObject Copy (NSZone? zone)
+ {
+ var zone__handle__ = zone.GetHandle ();
+ NSObject? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ } else {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ }
+ if (ret != null)
+ global::ObjCRuntime.Messaging.void_objc_msgSend (ret.Handle, Selector.GetHandle ("release"));
+ return ret!;
+ }
+ [Export ("encodeWithCoder:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public new virtual void EncodeTo (NSCoder encoder)
+ {
+ var encoder__handle__ = encoder!.GetNonNullHandle (nameof (encoder));
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ }
+ }
[Export ("prescriptionWithRightEyeSpecification:leftEyeSpecification:dateIssued:expirationDate:device:metadata:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public static HKGlassesPrescription GetPrescription (HKGlassesLensSpecification? rightEyeSpecification, HKGlassesLensSpecification? leftEyeSpecification, NSDate dateIssued, NSDate? expirationDate, HKDevice? device, NSDictionary<NSString, NSObject>? metadata)
diff --git a/old/dotnet/ios/generated-sources/HealthKit/HKMetadataKey.g.cs b/new/dotnet/ios/generated-sources/HealthKit/HKMetadataKey.g.cs
index 8d3b0f9..4b5a7c8 100644
--- a/old/dotnet/ios/generated-sources/HealthKit/HKMetadataKey.g.cs
+++ b/new/dotnet/ios/generated-sources/HealthKit/HKMetadataKey.g.cs
@@ -416,6 +416,22 @@ namespace HealthKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static NSString? _HeadphoneGain;
+ [Field ("HKMetadataKeyHeadphoneGain", "HealthKit")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ public static NSString HeadphoneGain {
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ get {
+ if (_HeadphoneGain is null)
+ _HeadphoneGain = Dlfcn.GetStringConstant (Libraries.HealthKit.Handle, "HKMetadataKeyHeadphoneGain")!;
+ return _HeadphoneGain;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static NSString? _HeartRateEventThreshold;
[Field ("HKMetadataKeyHeartRateEventThreshold", "HealthKit")]
[SupportedOSPlatform ("ios12.2")]
diff --git a/old/dotnet/ios/generated-sources/HealthKit/HKVisionPrescription.g.cs b/new/dotnet/ios/generated-sources/HealthKit/HKVisionPrescription.g.cs
index 645b566..14e506a 100644
--- a/old/dotnet/ios/generated-sources/HealthKit/HKVisionPrescription.g.cs
+++ b/new/dotnet/ios/generated-sources/HealthKit/HKVisionPrescription.g.cs
@@ -54,7 +54,7 @@ namespace HealthKit {
[SupportedOSPlatform ("macos13.0")]
[SupportedOSPlatform ("ios16.0")]
[UnsupportedOSPlatform ("tvos")]
- public unsafe partial class HKVisionPrescription : HKSample {
+ public unsafe partial class HKVisionPrescription : HKSample, INSCoding, INSCopying, INSSecureCoding {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
#if ARCH_32
#pragma warning disable 649
@@ -93,6 +93,41 @@ namespace HealthKit {
{
}
+ [Export ("copyWithZone:")]
+ [return: ReleaseAttribute ()]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual NSObject Copy (NSZone? zone)
+ {
+ var zone__handle__ = zone.GetHandle ();
+ NSObject? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ } else {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ }
+ if (ret != null)
+ global::ObjCRuntime.Messaging.void_objc_msgSend (ret.Handle, Selector.GetHandle ("release"));
+ return ret!;
+ }
+ [Export ("encodeWithCoder:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public new virtual void EncodeTo (NSCoder encoder)
+ {
+ var encoder__handle__ = encoder!.GetNonNullHandle (nameof (encoder));
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ }
+ }
[Export ("prescriptionWithType:dateIssued:expirationDate:device:metadata:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public static HKVisionPrescription GetPrescription (HKVisionPrescriptionType type, NSDate dateIssued, NSDate? expirationDate, HKDevice? device, NSDictionary<NSString, NSObject>? metadata)
diff --git a/old/dotnet/ios/generated-sources/HealthKit/HKWorkoutActivity.g.cs b/new/dotnet/ios/generated-sources/HealthKit/HKWorkoutActivity.g.cs
index bcfdda3..b1d7086 100644
--- a/old/dotnet/ios/generated-sources/HealthKit/HKWorkoutActivity.g.cs
+++ b/new/dotnet/ios/generated-sources/HealthKit/HKWorkoutActivity.g.cs
@@ -54,7 +54,7 @@ namespace HealthKit {
[SupportedOSPlatform ("macos13.0")]
[SupportedOSPlatform ("ios16.0")]
[UnsupportedOSPlatform ("tvos")]
- public unsafe partial class HKWorkoutActivity : NSObject {
+ public unsafe partial class HKWorkoutActivity : NSObject, INSCoding, INSCopying, INSSecureCoding {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
#if ARCH_32
#pragma warning disable 649
@@ -64,6 +64,23 @@ namespace HealthKit {
static readonly NativeHandle class_ptr = Class.GetHandle ("HKWorkoutActivity");
#endif
public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [DesignatedInitializer]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("initWithCoder:")]
+ public HKWorkoutActivity (NSCoder coder) : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ }
+ #endif
+ }
+
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable (EditorBrowsableState.Advanced)]
protected HKWorkoutActivity (NSObjectFlag t) : base (t)
@@ -95,6 +112,41 @@ namespace HealthKit {
}
#endif
}
+ [Export ("copyWithZone:")]
+ [return: ReleaseAttribute ()]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual NSObject Copy (NSZone? zone)
+ {
+ var zone__handle__ = zone.GetHandle ();
+ NSObject? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ } else {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ }
+ if (ret != null)
+ global::ObjCRuntime.Messaging.void_objc_msgSend (ret.Handle, Selector.GetHandle ("release"));
+ return ret!;
+ }
+ [Export ("encodeWithCoder:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void EncodeTo (NSCoder encoder)
+ {
+ var encoder__handle__ = encoder!.GetNonNullHandle (nameof (encoder));
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ }
+ }
[Export ("statisticsForType:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual HKStatistics? GetStatistics (HKQuantityType quantityType)
diff --git a/old/dotnet/ios/generated-sources/HomeKit/HMAccessorySetupPayload.g.cs b/new/dotnet/ios/generated-sources/HomeKit/HMAccessorySetupPayload.g.cs
index 87ccfd5..c8ba124 100644
--- a/old/dotnet/ios/generated-sources/HomeKit/HMAccessorySetupPayload.g.cs
+++ b/new/dotnet/ios/generated-sources/HomeKit/HMAccessorySetupPayload.g.cs
@@ -95,7 +95,6 @@ namespace HomeKit {
[SupportedOSPlatform ("ios13.0")]
[UnsupportedOSPlatform ("tvos")]
[UnsupportedOSPlatform ("maccatalyst")]
- [DesignatedInitializer]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public HMAccessorySetupPayload (NSUrl setupPayloadUrl, HMAccessoryOwnershipToken? ownershipToken)
: base (NSObjectFlag.Empty)
diff --git a/old/dotnet/ios/generated-sources/HomeKit/HMAction.g.cs b/new/dotnet/ios/generated-sources/HomeKit/HMAction.g.cs
index d37011d..7b2cafb 100644
--- a/old/dotnet/ios/generated-sources/HomeKit/HMAction.g.cs
+++ b/new/dotnet/ios/generated-sources/HomeKit/HMAction.g.cs
@@ -59,28 +59,33 @@ namespace HomeKit {
public override NativeHandle ClassHandle { get { return class_ptr; } }
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable (EditorBrowsableState.Advanced)]
- [Export ("init")]
- public HMAction () : base (NSObjectFlag.Empty)
+ protected HMAction (NSObjectFlag t) : base (t)
{
- if (IsDirectBinding) {
- InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
- } else {
- InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
- }
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable (EditorBrowsableState.Advanced)]
- protected HMAction (NSObjectFlag t) : base (t)
+ protected internal HMAction (NativeHandle handle) : base (handle)
{
}
+ [Export ("init")]
+ [ObsoletedOSPlatform ("ios16.4", "Use subclasses instead.")]
+ [ObsoletedOSPlatform ("tvos16.4", "Use subclasses instead.")]
+ [ObsoletedOSPlatform ("maccatalyst16.4", "Use subclasses instead.")]
+ [SupportedOSPlatform ("ios")]
+ [SupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- protected internal HMAction (NativeHandle handle) : base (handle)
+ public HMAction ()
+ : base (NSObjectFlag.Empty)
{
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("init")), "init");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("init")), "init");
+ }
}
-
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("maccatalyst14.0")]
diff --git a/old/dotnet/ios/generated-sources/HomeKit/HMEvent.g.cs b/new/dotnet/ios/generated-sources/HomeKit/HMEvent.g.cs
index c5f6f0c..4c01ce3 100644
--- a/old/dotnet/ios/generated-sources/HomeKit/HMEvent.g.cs
+++ b/new/dotnet/ios/generated-sources/HomeKit/HMEvent.g.cs
@@ -59,28 +59,33 @@ namespace HomeKit {
public override NativeHandle ClassHandle { get { return class_ptr; } }
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable (EditorBrowsableState.Advanced)]
- [Export ("init")]
- public HMEvent () : base (NSObjectFlag.Empty)
+ protected HMEvent (NSObjectFlag t) : base (t)
{
- if (IsDirectBinding) {
- InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
- } else {
- InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
- }
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable (EditorBrowsableState.Advanced)]
- protected HMEvent (NSObjectFlag t) : base (t)
+ protected internal HMEvent (NativeHandle handle) : base (handle)
{
}
+ [Export ("init")]
+ [ObsoletedOSPlatform ("ios16.4", "Use subclasses instead.")]
+ [ObsoletedOSPlatform ("tvos16.4", "Use subclasses instead.")]
+ [ObsoletedOSPlatform ("maccatalyst16.4", "Use subclasses instead.")]
+ [SupportedOSPlatform ("ios")]
+ [SupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- protected internal HMEvent (NativeHandle handle) : base (handle)
+ public HMEvent ()
+ : base (NSObjectFlag.Empty)
{
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("init")), "init");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("init")), "init");
+ }
}
-
[Export ("isSupportedForHome:")]
[SupportedOSPlatform ("tvos11.0")]
[SupportedOSPlatform ("ios11.0")]
diff --git a/old/dotnet/ios/generated-sources/HomeKit/HMTimerTrigger.g.cs b/new/dotnet/ios/generated-sources/HomeKit/HMTimerTrigger.g.cs
index 8f43444..b626911 100644
--- a/old/dotnet/ios/generated-sources/HomeKit/HMTimerTrigger.g.cs
+++ b/new/dotnet/ios/generated-sources/HomeKit/HMTimerTrigger.g.cs
@@ -69,11 +69,36 @@ namespace HomeKit {
{
}
+ [Export ("initWithName:fireDate:recurrence:")]
+ [SupportedOSPlatform ("tvos16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [SupportedOSPlatform ("ios16.4")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public HMTimerTrigger (string name, NSDate fireDate, NSDateComponents? recurrence)
+ : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (name is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (name));
+ var fireDate__handle__ = fireDate!.GetNonNullHandle (nameof (fireDate));
+ var recurrence__handle__ = recurrence.GetHandle ();
+ var nsname = CFString.CreateNative (name);
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("initWithName:fireDate:recurrence:"), nsname, fireDate__handle__, recurrence__handle__), "initWithName:fireDate:recurrence:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle_NativeHandle_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithName:fireDate:recurrence:"), nsname, fireDate__handle__, recurrence__handle__), "initWithName:fireDate:recurrence:");
+ }
+ CFString.ReleaseNative (nsname);
+ #endif
+ }
[Export ("initWithName:fireDate:timeZone:recurrence:recurrenceCalendar:")]
+ [ObsoletedOSPlatform ("ios16.4", "Use '.ctor (string, NSDate, NSDateComponents' instead.")]
+ [ObsoletedOSPlatform ("maccatalyst16.4", "Use '.ctor (string, NSDate, NSDateComponents' instead.")]
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
- [DesignatedInitializer]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public HMTimerTrigger (string name, NSDate fireDate, NSTimeZone? timeZone, NSDateComponents? recurrence, NSCalendar? recurrenceCalendar)
: base (NSObjectFlag.Empty)
@@ -159,6 +184,8 @@ namespace HomeKit {
return tcs.Task;
}
[Export ("updateTimeZone:completionHandler:")]
+ [ObsoletedOSPlatform ("ios16.4", "Use 'HMEventTrigger' with 'HMCalendarEvent' for triggers based on a time-zone-relative time of day.")]
+ [ObsoletedOSPlatform ("maccatalyst16.4", "Use 'HMEventTrigger' with 'HMCalendarEvent' for triggers based on a time-zone-relative time of day.")]
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
@@ -176,6 +203,8 @@ namespace HomeKit {
global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle_NativeHandle (this.SuperHandle, Selector.GetHandle ("updateTimeZone:completionHandler:"), timeZone__handle__, (IntPtr) block_ptr_completion);
}
}
+ [ObsoletedOSPlatform ("ios16.4", "Use 'HMEventTrigger' with 'HMCalendarEvent' for triggers based on a time-zone-relative time of day.")]
+ [ObsoletedOSPlatform ("maccatalyst16.4", "Use 'HMEventTrigger' with 'HMCalendarEvent' for triggers based on a time-zone-relative time of day.")]
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
@@ -218,6 +247,12 @@ namespace HomeKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [ObsoletedOSPlatform ("ios16.4", "No longer supported.")]
+ [ObsoletedOSPlatform ("maccatalyst16.4", "No longer supported.")]
+ [ObsoletedOSPlatform ("tvos16.4", "No longer supported.")]
+ [SupportedOSPlatform ("ios")]
+ [SupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("maccatalyst14.0")]
public virtual NSCalendar? RecurrenceCalendar {
[Export ("recurrenceCalendar", ArgumentSemantic.Copy)]
get {
@@ -231,6 +266,12 @@ namespace HomeKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [ObsoletedOSPlatform ("ios16.4", "Use 'HMEventTrigger' with 'HMCalendarEvent' for triggers based on a time-zone-relative time of day.")]
+ [ObsoletedOSPlatform ("maccatalyst16.4", "Use 'HMEventTrigger' with 'HMCalendarEvent' for triggers based on a time-zone-relative time of day.")]
+ [ObsoletedOSPlatform ("tvos16.4", "Use 'HMEventTrigger' with 'HMCalendarEvent' for triggers based on a time-zone-relative time of day.")]
+ [SupportedOSPlatform ("ios")]
+ [SupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("maccatalyst14.0")]
public virtual NSTimeZone? TimeZone {
[Export ("timeZone", ArgumentSemantic.Copy)]
get {
diff --git a/old/dotnet/ios/generated-sources/ImageIO/CGImageProperties.g.cs b/new/dotnet/ios/generated-sources/ImageIO/CGImageProperties.g.cs
index f315b00..e76d74a 100644
--- a/old/dotnet/ios/generated-sources/ImageIO/CGImageProperties.g.cs
+++ b/new/dotnet/ios/generated-sources/ImageIO/CGImageProperties.g.cs
@@ -8375,6 +8375,24 @@ namespace ImageIO {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static NSString? _OpenExrCompression;
+ [Field ("kCGImagePropertyOpenEXRCompression", "ImageIO")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("tvos16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public static NSString OpenExrCompression {
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("tvos16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ get {
+ if (_OpenExrCompression is null)
+ _OpenExrCompression = Dlfcn.GetStringConstant (Libraries.ImageIO.Handle, "kCGImagePropertyOpenEXRCompression")!;
+ return _OpenExrCompression;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static NSString? _OpenExrDictionary;
[Field ("kCGImagePropertyOpenEXRDictionary", "ImageIO")]
[SupportedOSPlatform ("macos")]
diff --git a/old/dotnet/ios/generated-sources/Intents/INAnswerCallIntent.g.cs b/new/dotnet/ios/generated-sources/Intents/INAnswerCallIntent.g.cs
index ec4a133..a4ce8db 100644
--- a/old/dotnet/ios/generated-sources/Intents/INAnswerCallIntent.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INAnswerCallIntent.g.cs
@@ -127,5 +127,45 @@ namespace Intents {
CFString.ReleaseNative (nscallIdentifier);
#endif
}
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ public virtual INCallAudioRoute AudioRoute {
+ [Export ("audioRoute", ArgumentSemantic.Assign)]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ INCallAudioRoute ret;
+ if (IsDirectBinding) {
+ ret = (Intents.INCallAudioRoute) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("audioRoute"));
+ } else {
+ ret = (Intents.INCallAudioRoute) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("audioRoute"));
+ }
+ return ret!;
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ public virtual string? CallIdentifier {
+ [Export ("callIdentifier")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (IsDirectBinding) {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("callIdentifier")))!;
+ } else {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("callIdentifier")))!;
+ }
+ #endif
+ }
+ }
} /* class INAnswerCallIntent */
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INAnswerCallIntentResponse.g.cs b/new/dotnet/ios/generated-sources/Intents/INAnswerCallIntentResponse.g.cs
index 52d149e..e499e06 100644
--- a/old/dotnet/ios/generated-sources/Intents/INAnswerCallIntentResponse.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INAnswerCallIntentResponse.g.cs
@@ -111,7 +111,7 @@ namespace Intents {
#endif
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("maccatalyst16.2")]
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("ios16.2")]
diff --git a/old/dotnet/ios/generated-sources/Intents/INHangUpCallIntent.g.cs b/new/dotnet/ios/generated-sources/Intents/INHangUpCallIntent.g.cs
index 39478d3..d8f316b 100644
--- a/old/dotnet/ios/generated-sources/Intents/INHangUpCallIntent.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INHangUpCallIntent.g.cs
@@ -131,5 +131,24 @@ namespace Intents {
CFString.ReleaseNative (nscallIdentifier);
#endif
}
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ public virtual string? CallIdentifier {
+ [Export ("callIdentifier")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (IsDirectBinding) {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("callIdentifier")))!;
+ } else {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("callIdentifier")))!;
+ }
+ #endif
+ }
+ }
} /* class INHangUpCallIntent */
}
diff --git a/old/dotnet/ios/generated-sources/JavaScriptCore/JSContext.g.cs b/new/dotnet/ios/generated-sources/JavaScriptCore/JSContext.g.cs
index 358a8a9..693f34e 100644
--- a/old/dotnet/ios/generated-sources/JavaScriptCore/JSContext.g.cs
+++ b/new/dotnet/ios/generated-sources/JavaScriptCore/JSContext.g.cs
@@ -262,6 +262,37 @@ namespace JavaScriptCore {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("tvos16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public virtual bool Inspectable {
+ [Export ("isInspectable")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("isInspectable"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("isInspectable"));
+ }
+ #endif
+ }
+ [Export ("setInspectable:")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_bool (this.Handle, Selector.GetHandle ("setInspectable:"), value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_bool (this.SuperHandle, Selector.GetHandle ("setInspectable:"), value);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual nint JSGlobalContextRefPtr {
[Export ("JSGlobalContextRef")]
get {
diff --git a/new/dotnet/ios/generated-sources/MediaAccessibility/MAVideoAccommodations.g.cs b/new/dotnet/ios/generated-sources/MediaAccessibility/MAVideoAccommodations.g.cs
new file mode 100644
index 0000000..6a689ac
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/MediaAccessibility/MAVideoAccommodations.g.cs
@@ -0,0 +1,86 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using GLKit;
+using Metal;
+using CoreML;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using NewsstandKit;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace MediaAccessibility {
+ public unsafe static partial class MAVideoAccommodations {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static NSString? _DimFlashingLightsChangedNotification;
+ [Field ("kMADimFlashingLightsChangedNotification", "MediaAccessibility")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("tvos16.4")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [Advice ("Use MAVideoAccommodations.Notifications.ObserveDimFlashingLightsChanged helper method instead.")]
+ public static NSString DimFlashingLightsChangedNotification {
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("tvos16.4")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ get {
+ if (_DimFlashingLightsChangedNotification is null)
+ _DimFlashingLightsChangedNotification = Dlfcn.GetStringConstant (Libraries.MediaAccessibility.Handle, "kMADimFlashingLightsChangedNotification")!;
+ return _DimFlashingLightsChangedNotification;
+ }
+ }
+ //
+ // Notifications
+ //
+ public static partial class Notifications {
+ public static NSObject ObserveDimFlashingLightsChanged (EventHandler<NSNotificationEventArgs> handler)
+ {
+ return NSNotificationCenter.DefaultCenter.AddObserver (DimFlashingLightsChangedNotification, notification => handler (null, new NSNotificationEventArgs (notification)));
+ }
+ public static NSObject ObserveDimFlashingLightsChanged (NSObject objectToObserve, EventHandler<NSNotificationEventArgs> handler)
+ {
+ return NSNotificationCenter.DefaultCenter.AddObserver (DimFlashingLightsChangedNotification, notification => handler (null, new NSNotificationEventArgs (notification)), objectToObserve);
+ }
+ }
+ } /* class MAVideoAccommodations */
+}
diff --git a/old/dotnet/ios/generated-sources/Network/NWQuicStreamType.g.cs b/new/dotnet/ios/generated-sources/Network/NWQuicStreamType.g.cs
index 4c79870..13bb1e5 100644
--- a/old/dotnet/ios/generated-sources/Network/NWQuicStreamType.g.cs
+++ b/new/dotnet/ios/generated-sources/Network/NWQuicStreamType.g.cs
@@ -57,5 +57,10 @@ namespace Network {
Unknown = 0,
Bidirectional = 1,
Unidirectional = 2,
+ [SupportedOSPlatform ("tvos16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ Datagram = 3,
}
}
diff --git a/old/dotnet/ios/generated-sources/NetworkExtension/NEAppPushProvider.g.cs b/new/dotnet/ios/generated-sources/NetworkExtension/NEAppPushProvider.g.cs
index 8a17993..bb6cd1f 100644
--- a/old/dotnet/ios/generated-sources/NetworkExtension/NEAppPushProvider.g.cs
+++ b/new/dotnet/ios/generated-sources/NetworkExtension/NEAppPushProvider.g.cs
@@ -105,6 +105,25 @@ namespace NetworkExtension {
}
#endif
}
+ [Export ("reportPushToTalkMessageWithUserInfo:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("maccatalyst")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.4")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void ReportPushToTalkMessage (NSDictionary userInfo)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ var userInfo__handle__ = userInfo!.GetNonNullHandle (nameof (userInfo));
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("reportPushToTalkMessageWithUserInfo:"), userInfo__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("reportPushToTalkMessageWithUserInfo:"), userInfo__handle__);
+ }
+ #endif
+ }
[Export ("startWithCompletionHandler:")]
[ObsoletedOSPlatform ("ios15.0", "Use the synchronoys 'Start' method instead..")]
[ObsoletedOSPlatform ("maccatalyst12.0", "Use the synchronoys 'Start' method instead..")]
diff --git a/old/dotnet/ios/generated-sources/NetworkExtension/NEVpnProtocol.g.cs b/new/dotnet/ios/generated-sources/NetworkExtension/NEVpnProtocol.g.cs
index 8666241..fa45001 100644
--- a/old/dotnet/ios/generated-sources/NetworkExtension/NEVpnProtocol.g.cs
+++ b/new/dotnet/ios/generated-sources/NetworkExtension/NEVpnProtocol.g.cs
@@ -179,6 +179,68 @@ namespace NetworkExtension {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public virtual bool ExcludeApns {
+ [Export ("excludeAPNs")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("excludeAPNs"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("excludeAPNs"));
+ }
+ #endif
+ }
+ [Export ("setExcludeAPNs:")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_bool (this.Handle, Selector.GetHandle ("setExcludeAPNs:"), value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_bool (this.SuperHandle, Selector.GetHandle ("setExcludeAPNs:"), value);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public virtual bool ExcludeCellularServices {
+ [Export ("excludeCellularServices")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("excludeCellularServices"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("excludeCellularServices"));
+ }
+ #endif
+ }
+ [Export ("setExcludeCellularServices:")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_bool (this.Handle, Selector.GetHandle ("setExcludeCellularServices:"), value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_bool (this.SuperHandle, Selector.GetHandle ("setExcludeCellularServices:"), value);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("ios14.2")]
[SupportedOSPlatform ("macos10.15")]
[SupportedOSPlatform ("maccatalyst14.2")]
diff --git a/old/dotnet/ios/generated-sources/ObjCRuntime/Messaging.g.cs b/new/dotnet/ios/generated-sources/ObjCRuntime/Messaging.g.cs
index 137ddc3..e587f2c 100644
--- a/old/dotnet/ios/generated-sources/ObjCRuntime/Messaging.g.cs
+++ b/new/dotnet/ios/generated-sources/ObjCRuntime/Messaging.g.cs
@@ -1475,6 +1475,14 @@ namespace ObjCRuntime {
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
public unsafe extern static NativeHandle NativeHandle_objc_msgSendSuper_NativeHandle_NativeHandle_NativeHandle_IntPtr (IntPtr receiver, IntPtr selector, NativeHandle arg1, NativeHandle arg2, NativeHandle arg3, nint arg4);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
+ public unsafe extern static NativeHandle NativeHandle_objc_msgSend_NativeHandle_NativeHandle_UIntPtr_NativeHandle (IntPtr receiver, IntPtr selector, NativeHandle arg1, NativeHandle arg2, nuint arg3, NativeHandle arg4);
+ [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
+ public unsafe extern static NativeHandle NativeHandle_objc_msgSendSuper_NativeHandle_NativeHandle_UIntPtr_NativeHandle (IntPtr receiver, IntPtr selector, NativeHandle arg1, NativeHandle arg2, nuint arg3, NativeHandle arg4);
+ [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
+ public unsafe extern static NativeHandle NativeHandle_objc_msgSend_NativeHandle_NativeHandle_bool_UIntPtr_NativeHandle_IntPtr (IntPtr receiver, IntPtr selector, NativeHandle arg1, NativeHandle arg2, [MarshalAs (UnmanagedType.I1)] bool arg3, nuint arg4, NativeHandle arg5, nint arg6);
+ [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
+ public unsafe extern static NativeHandle NativeHandle_objc_msgSendSuper_NativeHandle_NativeHandle_bool_UIntPtr_NativeHandle_IntPtr (IntPtr receiver, IntPtr selector, NativeHandle arg1, NativeHandle arg2, [MarshalAs (UnmanagedType.I1)] bool arg3, nuint arg4, NativeHandle arg5, nint arg6);
+ [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
public unsafe extern static void void_objc_msgSend_Int64_NativeHandle (IntPtr receiver, IntPtr selector, long arg1, NativeHandle arg2);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
public unsafe extern static void void_objc_msgSendSuper_Int64_NativeHandle (IntPtr receiver, IntPtr selector, long arg1, NativeHandle arg2);
@@ -2687,10 +2695,6 @@ namespace ObjCRuntime {
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
public unsafe extern static NativeHandle NativeHandle_objc_msgSendSuper_NativeHandle_NativeHandle_UIntPtr_ref_NativeHandle (IntPtr receiver, IntPtr selector, NativeHandle arg1, NativeHandle arg2, UIntPtr arg3, ref NativeHandle arg4);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
- public unsafe extern static NativeHandle NativeHandle_objc_msgSend_NativeHandle_NativeHandle_UIntPtr_NativeHandle (IntPtr receiver, IntPtr selector, NativeHandle arg1, NativeHandle arg2, UIntPtr arg3, NativeHandle arg4);
- [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
- public unsafe extern static NativeHandle NativeHandle_objc_msgSendSuper_NativeHandle_NativeHandle_UIntPtr_NativeHandle (IntPtr receiver, IntPtr selector, NativeHandle arg1, NativeHandle arg2, UIntPtr arg3, NativeHandle arg4);
- [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
public unsafe extern static NativeHandle NativeHandle_objc_msgSend_UIntPtr_UIntPtr_NativeHandle_bool_ref_NativeHandle (IntPtr receiver, IntPtr selector, UIntPtr arg1, UIntPtr arg2, NativeHandle arg3, [MarshalAs (UnmanagedType.I1)] bool arg4, ref NativeHandle arg5);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
public unsafe extern static NativeHandle NativeHandle_objc_msgSendSuper_UIntPtr_UIntPtr_NativeHandle_bool_ref_NativeHandle (IntPtr receiver, IntPtr selector, UIntPtr arg1, UIntPtr arg2, NativeHandle arg3, [MarshalAs (UnmanagedType.I1)] bool arg4, ref NativeHandle arg5);
@@ -6191,6 +6195,10 @@ namespace ObjCRuntime {
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
public unsafe extern static NativeHandle NativeHandle_objc_msgSendSuper_CGRect_nfloat (IntPtr receiver, IntPtr selector, CGRect arg1, nfloat arg2);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
+ public unsafe extern static NativeHandle NativeHandle_objc_msgSend_IntPtr_nfloat (IntPtr receiver, IntPtr selector, IntPtr arg1, nfloat arg2);
+ [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
+ public unsafe extern static NativeHandle NativeHandle_objc_msgSendSuper_IntPtr_nfloat (IntPtr receiver, IntPtr selector, IntPtr arg1, nfloat arg2);
+ [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
public unsafe extern static NativeHandle NativeHandle_objc_msgSend_NativeHandle_NativeHandle_nfloat (IntPtr receiver, IntPtr selector, NativeHandle arg1, NativeHandle arg2, nfloat arg3);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
public unsafe extern static NativeHandle NativeHandle_objc_msgSendSuper_NativeHandle_NativeHandle_nfloat (IntPtr receiver, IntPtr selector, NativeHandle arg1, NativeHandle arg2, nfloat arg3);
diff --git a/old/dotnet/ios/generated-sources/PassKit/PKAddPassesViewController.g.cs b/new/dotnet/ios/generated-sources/PassKit/PKAddPassesViewController.g.cs
index a6a6357..d93d8f8 100644
--- a/old/dotnet/ios/generated-sources/PassKit/PKAddPassesViewController.g.cs
+++ b/new/dotnet/ios/generated-sources/PassKit/PKAddPassesViewController.g.cs
@@ -125,6 +125,28 @@ namespace PassKit {
}
nsa_pass.Dispose ();
}
+ [Export ("initWithIssuerData:signature:error:")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("macos")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public PKAddPassesViewController (NSData issuerData, NSData signature, out NSError? error)
+ : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ var issuerData__handle__ = issuerData!.GetNonNullHandle (nameof (issuerData));
+ var signature__handle__ = signature!.GetNonNullHandle (nameof (signature));
+ NativeHandle errorValue = IntPtr.Zero;
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle_ref_NativeHandle (this.Handle, Selector.GetHandle ("initWithIssuerData:signature:error:"), issuerData__handle__, signature__handle__, ref errorValue), "initWithIssuerData:signature:error:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle_NativeHandle_ref_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithIssuerData:signature:error:"), issuerData__handle__, signature__handle__, ref errorValue), "initWithIssuerData:signature:error:");
+ }
+ error = Runtime.GetNSObject<NSError> (errorValue)!;
+ #endif
+ }
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("maccatalyst")]
diff --git a/new/dotnet/ios/generated-sources/PassKit/PKDeferredPaymentRequest.g.cs b/new/dotnet/ios/generated-sources/PassKit/PKDeferredPaymentRequest.g.cs
new file mode 100644
index 0000000..d58b2bc
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/PassKit/PKDeferredPaymentRequest.g.cs
@@ -0,0 +1,312 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using GLKit;
+using Metal;
+using CoreML;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using NewsstandKit;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace PassKit {
+ [Register("PKDeferredPaymentRequest", true)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public unsafe partial class PKDeferredPaymentRequest : NSObject {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if ARCH_32
+ #pragma warning disable 649
+ static readonly NativeHandle class_ptr;
+ #pragma warning restore 649
+ #else
+ static readonly NativeHandle class_ptr = Class.GetHandle ("PKDeferredPaymentRequest");
+ #endif
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected PKDeferredPaymentRequest (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal PKDeferredPaymentRequest (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("initWithPaymentDescription:deferredBilling:managementURL:")]
+ [DesignatedInitializer]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public PKDeferredPaymentRequest (string paymentDescription, PKDeferredPaymentSummaryItem deferredBilling, NSUrl managementUrl)
+ : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (paymentDescription is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (paymentDescription));
+ var deferredBilling__handle__ = deferredBilling!.GetNonNullHandle (nameof (deferredBilling));
+ var managementUrl__handle__ = managementUrl!.GetNonNullHandle (nameof (managementUrl));
+ var nspaymentDescription = CFString.CreateNative (paymentDescription);
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("initWithPaymentDescription:deferredBilling:managementURL:"), nspaymentDescription, deferredBilling__handle__, managementUrl__handle__), "initWithPaymentDescription:deferredBilling:managementURL:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle_NativeHandle_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithPaymentDescription:deferredBilling:managementURL:"), nspaymentDescription, deferredBilling__handle__, managementUrl__handle__), "initWithPaymentDescription:deferredBilling:managementURL:");
+ }
+ CFString.ReleaseNative (nspaymentDescription);
+ #endif
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual string? BillingAgreement {
+ [Export ("billingAgreement")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (IsDirectBinding) {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("billingAgreement")))!;
+ } else {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("billingAgreement")))!;
+ }
+ #endif
+ }
+ [Export ("setBillingAgreement:")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ var nsvalue = CFString.CreateNative (value);
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setBillingAgreement:"), nsvalue);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setBillingAgreement:"), nsvalue);
+ }
+ CFString.ReleaseNative (nsvalue);
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual PKDeferredPaymentSummaryItem DeferredBilling {
+ [Export ("deferredBilling", ArgumentSemantic.Retain)]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ PKDeferredPaymentSummaryItem? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<PKDeferredPaymentSummaryItem> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("deferredBilling")))!;
+ } else {
+ ret = Runtime.GetNSObject<PKDeferredPaymentSummaryItem> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("deferredBilling")))!;
+ }
+ return ret!;
+ #endif
+ }
+ [Export ("setDeferredBilling:", ArgumentSemantic.Retain)]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ var value__handle__ = value!.GetNonNullHandle (nameof (value));
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setDeferredBilling:"), value__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setDeferredBilling:"), value__handle__);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual NSDate? FreeCancellationDate {
+ [Export ("freeCancellationDate", ArgumentSemantic.Retain)]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ NSDate? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<NSDate> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("freeCancellationDate")))!;
+ } else {
+ ret = Runtime.GetNSObject<NSDate> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("freeCancellationDate")))!;
+ }
+ return ret!;
+ #endif
+ }
+ [Export ("setFreeCancellationDate:", ArgumentSemantic.Retain)]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ var value__handle__ = value.GetHandle ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setFreeCancellationDate:"), value__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setFreeCancellationDate:"), value__handle__);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual NSTimeZone? FreeCancellationDateTimeZone {
+ [Export ("freeCancellationDateTimeZone", ArgumentSemantic.Retain)]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ NSTimeZone? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<NSTimeZone> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("freeCancellationDateTimeZone")))!;
+ } else {
+ ret = Runtime.GetNSObject<NSTimeZone> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("freeCancellationDateTimeZone")))!;
+ }
+ return ret!;
+ #endif
+ }
+ [Export ("setFreeCancellationDateTimeZone:", ArgumentSemantic.Retain)]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ var value__handle__ = value.GetHandle ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setFreeCancellationDateTimeZone:"), value__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setFreeCancellationDateTimeZone:"), value__handle__);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual NSUrl ManagementUrl {
+ [Export ("managementURL", ArgumentSemantic.Retain)]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ NSUrl? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<NSUrl> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("managementURL")))!;
+ } else {
+ ret = Runtime.GetNSObject<NSUrl> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("managementURL")))!;
+ }
+ return ret!;
+ #endif
+ }
+ [Export ("setManagementURL:", ArgumentSemantic.Retain)]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ var value__handle__ = value!.GetNonNullHandle (nameof (value));
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setManagementURL:"), value__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setManagementURL:"), value__handle__);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual string PaymentDescription {
+ [Export ("paymentDescription")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (IsDirectBinding) {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("paymentDescription")))!;
+ } else {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("paymentDescription")))!;
+ }
+ #endif
+ }
+ [Export ("setPaymentDescription:")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (value is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (value));
+ var nsvalue = CFString.CreateNative (value);
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setPaymentDescription:"), nsvalue);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setPaymentDescription:"), nsvalue);
+ }
+ CFString.ReleaseNative (nsvalue);
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual NSUrl? TokenNotificationUrl {
+ [Export ("tokenNotificationURL", ArgumentSemantic.Retain)]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ NSUrl? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<NSUrl> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("tokenNotificationURL")))!;
+ } else {
+ ret = Runtime.GetNSObject<NSUrl> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("tokenNotificationURL")))!;
+ }
+ return ret!;
+ #endif
+ }
+ [Export ("setTokenNotificationURL:", ArgumentSemantic.Retain)]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ var value__handle__ = value.GetHandle ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setTokenNotificationURL:"), value__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setTokenNotificationURL:"), value__handle__);
+ }
+ #endif
+ }
+ }
+ } /* class PKDeferredPaymentRequest */
+}
diff --git a/old/dotnet/ios/generated-sources/PassKit/PKPaymentNetwork.g.cs b/new/dotnet/ios/generated-sources/PassKit/PKPaymentNetwork.g.cs
index 67b75ec..c6d3ae9 100644
--- a/old/dotnet/ios/generated-sources/PassKit/PKPaymentNetwork.g.cs
+++ b/new/dotnet/ios/generated-sources/PassKit/PKPaymentNetwork.g.cs
@@ -406,6 +406,22 @@ namespace PassKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static NSString? _PKPaymentNetworkPostFinance;
+ [Field ("PKPaymentNetworkPostFinance", "PassKit")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public static NSString PKPaymentNetworkPostFinance {
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ get {
+ if (_PKPaymentNetworkPostFinance is null)
+ _PKPaymentNetworkPostFinance = Dlfcn.GetStringConstant (Libraries.PassKit.Handle, "PKPaymentNetworkPostFinance")!;
+ return _PKPaymentNetworkPostFinance;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static NSString? _PrivateLabel;
[Field ("PKPaymentNetworkPrivateLabel", "PassKit")]
[SupportedOSPlatform ("ios")]
diff --git a/old/dotnet/ios/generated-sources/PassKit/PKPaymentRequest.g.cs b/new/dotnet/ios/generated-sources/PassKit/PKPaymentRequest.g.cs
index 126a8e6..3053b29 100644
--- a/old/dotnet/ios/generated-sources/PassKit/PKPaymentRequest.g.cs
+++ b/new/dotnet/ios/generated-sources/PassKit/PKPaymentRequest.g.cs
@@ -418,6 +418,40 @@ namespace PassKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ public virtual PKDeferredPaymentRequest? DeferredPaymentRequest {
+ [Export ("deferredPaymentRequest", ArgumentSemantic.Retain)]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ PKDeferredPaymentRequest? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<PKDeferredPaymentRequest> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("deferredPaymentRequest")))!;
+ } else {
+ ret = Runtime.GetNSObject<PKDeferredPaymentRequest> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("deferredPaymentRequest")))!;
+ }
+ return ret!;
+ #endif
+ }
+ [Export ("setDeferredPaymentRequest:", ArgumentSemantic.Retain)]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ var value__handle__ = value.GetHandle ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setDeferredPaymentRequest:"), value__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setDeferredPaymentRequest:"), value__handle__);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual PKMerchantCapability MerchantCapabilities {
[Export ("merchantCapabilities", ArgumentSemantic.Assign)]
get {
diff --git a/old/dotnet/ios/generated-sources/PassKit/PKPaymentRequestUpdate.g.cs b/new/dotnet/ios/generated-sources/PassKit/PKPaymentRequestUpdate.g.cs
index b677eaa..2bb0844 100644
--- a/old/dotnet/ios/generated-sources/PassKit/PKPaymentRequestUpdate.g.cs
+++ b/new/dotnet/ios/generated-sources/PassKit/PKPaymentRequestUpdate.g.cs
@@ -130,6 +130,40 @@ namespace PassKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ public virtual PKDeferredPaymentRequest? DeferredPaymentRequest {
+ [Export ("deferredPaymentRequest", ArgumentSemantic.Retain)]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ PKDeferredPaymentRequest? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<PKDeferredPaymentRequest> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("deferredPaymentRequest")))!;
+ } else {
+ ret = Runtime.GetNSObject<PKDeferredPaymentRequest> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("deferredPaymentRequest")))!;
+ }
+ return ret!;
+ #endif
+ }
+ [Export ("setDeferredPaymentRequest:", ArgumentSemantic.Retain)]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ var value__handle__ = value.GetHandle ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setDeferredPaymentRequest:"), value__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setDeferredPaymentRequest:"), value__handle__);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("macos13.0")]
[SupportedOSPlatform ("ios16.0")]
[UnsupportedOSPlatform ("tvos")]
diff --git a/old/dotnet/ios/generated-sources/PdfKit/PdfDocumentWriteOptionKeys.g.cs b/new/dotnet/ios/generated-sources/PdfKit/PdfDocumentWriteOptionKeys.g.cs
index c4316fb..3d57371 100644
--- a/old/dotnet/ios/generated-sources/PdfKit/PdfDocumentWriteOptionKeys.g.cs
+++ b/new/dotnet/ios/generated-sources/PdfKit/PdfDocumentWriteOptionKeys.g.cs
@@ -86,6 +86,22 @@ namespace PdfKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static NSString? _OptimizeImagesForScreenKey;
+ [Field ("PDFDocumentOptimizeImagesForScreenOption", "PDFKit")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public static NSString OptimizeImagesForScreenKey {
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ get {
+ if (_OptimizeImagesForScreenKey is null)
+ _OptimizeImagesForScreenKey = Dlfcn.GetStringConstant (Libraries.PdfKit.Handle, "PDFDocumentOptimizeImagesForScreenOption")!;
+ return _OptimizeImagesForScreenKey;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static NSString? _OwnerPasswordKey;
[Field ("PDFDocumentOwnerPasswordOption", "PDFKit")]
public static NSString OwnerPasswordKey {
@@ -96,6 +112,22 @@ namespace PdfKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static NSString? _SaveImagesAsJpegKey;
+ [Field ("PDFDocumentSaveImagesAsJPEGOption", "PDFKit")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public static NSString SaveImagesAsJpegKey {
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ get {
+ if (_SaveImagesAsJpegKey is null)
+ _SaveImagesAsJpegKey = Dlfcn.GetStringConstant (Libraries.PdfKit.Handle, "PDFDocumentSaveImagesAsJPEGOption")!;
+ return _SaveImagesAsJpegKey;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static NSString? _SaveTextFromOcrKey;
[Field ("PDFDocumentSaveTextFromOCROption", "PDFKit")]
[SupportedOSPlatform ("ios16.0")]
diff --git a/old/dotnet/ios/generated-sources/PdfKit/PdfDocumentWriteOptions.g.cs b/new/dotnet/ios/generated-sources/PdfKit/PdfDocumentWriteOptions.g.cs
index 58671f3..b51c14c 100644
--- a/old/dotnet/ios/generated-sources/PdfKit/PdfDocumentWriteOptions.g.cs
+++ b/new/dotnet/ios/generated-sources/PdfKit/PdfDocumentWriteOptions.g.cs
@@ -85,6 +85,50 @@ namespace PdfKit {
SetStringValue (PdfDocumentWriteOptionKeys.AccessPermissionsKey!, value);
}
}
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public bool? BurnInAnnotations {
+ get {
+ return GetBoolValue (PdfDocumentWriteOptionKeys.BurnInAnnotationsKey!);
+ }
+ set {
+ SetBooleanValue (PdfDocumentWriteOptionKeys.BurnInAnnotationsKey!, value);
+ }
+ }
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public bool? SaveTextFromOcr {
+ get {
+ return GetBoolValue (PdfDocumentWriteOptionKeys.SaveTextFromOcrKey!);
+ }
+ set {
+ SetBooleanValue (PdfDocumentWriteOptionKeys.SaveTextFromOcrKey!, value);
+ }
+ }
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public bool? SaveImagesAsJpeg {
+ get {
+ return GetBoolValue (PdfDocumentWriteOptionKeys.SaveImagesAsJpegKey!);
+ }
+ set {
+ SetBooleanValue (PdfDocumentWriteOptionKeys.SaveImagesAsJpegKey!, value);
+ }
+ }
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public bool? OptimizeImagesForScreen {
+ get {
+ return GetBoolValue (PdfDocumentWriteOptionKeys.OptimizeImagesForScreenKey!);
+ }
+ set {
+ SetBooleanValue (PdfDocumentWriteOptionKeys.OptimizeImagesForScreenKey!, value);
+ }
+ }
#endif
}
}
diff --git a/old/dotnet/ios/generated-sources/PencilKit/PKEraserTool.g.cs b/new/dotnet/ios/generated-sources/PencilKit/PKEraserTool.g.cs
index b5f3263..6ef9294 100644
--- a/old/dotnet/ios/generated-sources/PencilKit/PKEraserTool.g.cs
+++ b/new/dotnet/ios/generated-sources/PencilKit/PKEraserTool.g.cs
@@ -91,6 +91,64 @@ namespace PencilKit {
}
#endif
}
+ [Export ("initWithEraserType:width:")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [DesignatedInitializer]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public PKEraserTool (PKEraserType eraserType, nfloat width)
+ : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_IntPtr_nfloat (this.Handle, Selector.GetHandle ("initWithEraserType:width:"), (IntPtr) (long) eraserType, width), "initWithEraserType:width:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_IntPtr_nfloat (this.SuperHandle, Selector.GetHandle ("initWithEraserType:width:"), (IntPtr) (long) eraserType, width), "initWithEraserType:width:");
+ }
+ #endif
+ }
+ [Export ("defaultWidthForEraserType:")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public static nfloat GetDefaultWidth (PKEraserType eraserType)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ return global::ObjCRuntime.Messaging.nfloat_objc_msgSend_IntPtr (class_ptr, Selector.GetHandle ("defaultWidthForEraserType:"), (IntPtr) (long) eraserType);
+ #endif
+ }
+ [Export ("maximumWidthForEraserType:")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public static nfloat GetMaximumWidth (PKEraserType eraserType)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ return global::ObjCRuntime.Messaging.nfloat_objc_msgSend_IntPtr (class_ptr, Selector.GetHandle ("maximumWidthForEraserType:"), (IntPtr) (long) eraserType);
+ #endif
+ }
+ [Export ("minimumWidthForEraserType:")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public static nfloat GetMinimumWidth (PKEraserType eraserType)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ return global::ObjCRuntime.Messaging.nfloat_objc_msgSend_IntPtr (class_ptr, Selector.GetHandle ("minimumWidthForEraserType:"), (IntPtr) (long) eraserType);
+ #endif
+ }
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual PKEraserType EraserType {
[Export ("eraserType")]
@@ -108,5 +166,23 @@ namespace PencilKit {
#endif
}
}
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public virtual nfloat Width {
+ [Export ("width")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.nfloat_objc_msgSend (this.Handle, Selector.GetHandle ("width"));
+ } else {
+ return global::ObjCRuntime.Messaging.nfloat_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("width"));
+ }
+ #endif
+ }
+ }
} /* class PKEraserTool */
}
diff --git a/old/dotnet/ios/generated-sources/PencilKit/PKEraserType.g.cs b/new/dotnet/ios/generated-sources/PencilKit/PKEraserType.g.cs
index 166d6c5..854d6e1 100644
--- a/old/dotnet/ios/generated-sources/PencilKit/PKEraserType.g.cs
+++ b/new/dotnet/ios/generated-sources/PencilKit/PKEraserType.g.cs
@@ -56,5 +56,9 @@ namespace PencilKit {
public enum PKEraserType : long {
Vector = 0,
Bitmap = 1,
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ FixedWidthBitmap = 2,
}
}
diff --git a/old/dotnet/ios/generated-sources/SensorKit/SRApplicationUsage.g.cs b/new/dotnet/ios/generated-sources/SensorKit/SRApplicationUsage.g.cs
index 4815bbb..e583e8a 100644
--- a/old/dotnet/ios/generated-sources/SensorKit/SRApplicationUsage.g.cs
+++ b/new/dotnet/ios/generated-sources/SensorKit/SRApplicationUsage.g.cs
@@ -92,6 +92,25 @@ namespace SensorKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ public virtual double RelativeStartTime {
+ [Export ("relativeStartTime")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.Double_objc_msgSend (this.Handle, Selector.GetHandle ("relativeStartTime"));
+ } else {
+ return global::ObjCRuntime.Messaging.Double_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("relativeStartTime"));
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("ios15.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
[UnsupportedOSPlatform ("tvos")]
@@ -111,6 +130,27 @@ namespace SensorKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ public virtual SRSupplementalCategory[] SupplementalCategories {
+ [Export ("supplementalCategories", ArgumentSemantic.Copy)]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ SRSupplementalCategory[]? ret;
+ if (IsDirectBinding) {
+ ret = CFArray.ArrayFromHandle<SRSupplementalCategory>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("supplementalCategories")))!;
+ } else {
+ ret = CFArray.ArrayFromHandle<SRSupplementalCategory>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("supplementalCategories")))!;
+ }
+ return ret!;
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("ios15.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
[UnsupportedOSPlatform ("tvos")]
diff --git a/old/dotnet/ios/generated-sources/SensorKit/SRDeviceUsageReport.g.cs b/new/dotnet/ios/generated-sources/SensorKit/SRDeviceUsageReport.g.cs
index 0821140..f48b66f 100644
--- a/old/dotnet/ios/generated-sources/SensorKit/SRDeviceUsageReport.g.cs
+++ b/new/dotnet/ios/generated-sources/SensorKit/SRDeviceUsageReport.g.cs
@@ -171,6 +171,25 @@ namespace SensorKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ public virtual string Version {
+ [Export ("version")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (IsDirectBinding) {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("version")))!;
+ } else {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("version")))!;
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual NSDictionary<NSString, NSArray<SRWebUsage>> WebUsageByCategory {
[Export ("webUsageByCategory", ArgumentSemantic.Copy)]
get {
diff --git a/old/dotnet/ios/generated-sources/SensorKit/SRKeyboardMetrics.g.cs b/new/dotnet/ios/generated-sources/SensorKit/SRKeyboardMetrics.g.cs
index 1b827fb..cad4ea8 100644
--- a/old/dotnet/ios/generated-sources/SensorKit/SRKeyboardMetrics.g.cs
+++ b/new/dotnet/ios/generated-sources/SensorKit/SRKeyboardMetrics.g.cs
@@ -536,6 +536,27 @@ namespace SensorKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ public virtual SRKeyboardProbabilityMetric<NSUnitDuration>[] LongWordTouchUpDown {
+ [Export ("longWordTouchUpDown", ArgumentSemantic.Retain)]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ SRKeyboardProbabilityMetric<NSUnitDuration>[]? ret;
+ if (IsDirectBinding) {
+ ret = CFArray.ArrayFromHandle<SRKeyboardProbabilityMetric<NSUnitDuration>>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("longWordTouchUpDown")))!;
+ } else {
+ ret = CFArray.ArrayFromHandle<SRKeyboardProbabilityMetric<NSUnitDuration>>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("longWordTouchUpDown")))!;
+ }
+ return ret!;
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual SRKeyboardProbabilityMetric<NSUnitLength>[] LongWordUpErrorDistance {
[Export ("longWordUpErrorDistance", ArgumentSemantic.Retain)]
get {
@@ -674,6 +695,25 @@ namespace SensorKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ public virtual string[] SessionIdentifiers {
+ [Export ("sessionIdentifiers", ArgumentSemantic.Copy)]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (IsDirectBinding) {
+ return CFArray.StringArrayFromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("sessionIdentifiers")))!;
+ } else {
+ return CFArray.StringArrayFromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("sessionIdentifiers")))!;
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual SRKeyboardProbabilityMetric<NSUnitLength> ShortWordCharKeyDownErrorDistance {
[Export ("shortWordCharKeyDownErrorDistance", ArgumentSemantic.Retain)]
get {
@@ -1290,6 +1330,27 @@ namespace SensorKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ public virtual SRKeyboardProbabilityMetric<NSUnitDuration> TouchUpDown {
+ [Export ("touchUpDown", ArgumentSemantic.Retain)]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ SRKeyboardProbabilityMetric<NSUnitDuration>? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<SRKeyboardProbabilityMetric<NSUnitDuration>> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("touchUpDown")))!;
+ } else {
+ ret = Runtime.GetNSObject<SRKeyboardProbabilityMetric<NSUnitDuration>> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("touchUpDown")))!;
+ }
+ return ret!;
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("ios15.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
[UnsupportedOSPlatform ("tvos")]
diff --git a/new/dotnet/ios/generated-sources/SensorKit/SRMediaEvent.g.cs b/new/dotnet/ios/generated-sources/SensorKit/SRMediaEvent.g.cs
new file mode 100644
index 0000000..f02bad8
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/SensorKit/SRMediaEvent.g.cs
@@ -0,0 +1,180 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using GLKit;
+using Metal;
+using CoreML;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using NewsstandKit;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace SensorKit {
+ [Register("SRMediaEvent", true)]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public unsafe partial class SRMediaEvent : NSObject, INSCoding, INSCopying, INSSecureCoding {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if ARCH_32
+ #pragma warning disable 649
+ static readonly NativeHandle class_ptr;
+ #pragma warning restore 649
+ #else
+ static readonly NativeHandle class_ptr = Class.GetHandle ("SRMediaEvent");
+ #endif
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("init")]
+ public SRMediaEvent () : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ }
+ #endif
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [DesignatedInitializer]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("initWithCoder:")]
+ public SRMediaEvent (NSCoder coder) : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ }
+ #endif
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected SRMediaEvent (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal SRMediaEvent (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("copyWithZone:")]
+ [return: ReleaseAttribute ()]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual NSObject Copy (NSZone? zone)
+ {
+ var zone__handle__ = zone.GetHandle ();
+ NSObject? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ } else {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ }
+ if (ret != null)
+ global::ObjCRuntime.Messaging.void_objc_msgSend (ret.Handle, Selector.GetHandle ("release"));
+ return ret!;
+ }
+ [Export ("encodeWithCoder:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void EncodeTo (NSCoder encoder)
+ {
+ var encoder__handle__ = encoder!.GetNonNullHandle (nameof (encoder));
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual SRMediaEventType EventType {
+ [Export ("eventType", ArgumentSemantic.Assign)]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ SRMediaEventType ret;
+ if (IsDirectBinding) {
+ ret = (SensorKit.SRMediaEventType) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("eventType"));
+ } else {
+ ret = (SensorKit.SRMediaEventType) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("eventType"));
+ }
+ return ret!;
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual string MediaIdentifier {
+ [Export ("mediaIdentifier", ArgumentSemantic.Retain)]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (IsDirectBinding) {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("mediaIdentifier")))!;
+ } else {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("mediaIdentifier")))!;
+ }
+ #endif
+ }
+ }
+ } /* class SRMediaEvent */
+}
diff --git a/new/dotnet/ios/generated-sources/SensorKit/SRMediaEventType.g.cs b/new/dotnet/ios/generated-sources/SensorKit/SRMediaEventType.g.cs
new file mode 100644
index 0000000..628172d
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/SensorKit/SRMediaEventType.g.cs
@@ -0,0 +1,61 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using GLKit;
+using Metal;
+using CoreML;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using NewsstandKit;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace SensorKit {
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [Native]
+ public enum SRMediaEventType : long {
+ OnScreen = 1,
+ OffScreen = 2,
+ }
+}
diff --git a/old/dotnet/ios/generated-sources/SensorKit/SRSensor.g.cs b/new/dotnet/ios/generated-sources/SensorKit/SRSensor.g.cs
index 10df221..22bba28 100644
--- a/old/dotnet/ios/generated-sources/SensorKit/SRSensor.g.cs
+++ b/new/dotnet/ios/generated-sources/SensorKit/SRSensor.g.cs
@@ -80,6 +80,11 @@ namespace SensorKit {
[UnsupportedOSPlatform ("tvos")]
[UnsupportedOSPlatform ("macos")]
AmbientPressure = 12,
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ MediaEvents = 13,
}
[UnsupportedOSPlatform ("tvos")]
[UnsupportedOSPlatform ("macos")]
@@ -87,7 +92,7 @@ namespace SensorKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static public partial class SRSensorExtensions {
- static IntPtr[] values = new IntPtr [13];
+ static IntPtr[] values = new IntPtr [14];
[Field ("SRSensorAmbientLightSensor", "SensorKit")]
internal unsafe static IntPtr SRSensorAmbientLightSensor {
get {
@@ -191,6 +196,17 @@ namespace SensorKit {
return Dlfcn.CachePointer (Libraries.SensorKit.Handle, "SRSensorAmbientPressure", storage);
}
}
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [Field ("SRSensorMediaEvents", "SensorKit")]
+ internal unsafe static IntPtr SRSensorMediaEvents {
+ get {
+ fixed (IntPtr *storage = &values [13])
+ return Dlfcn.CachePointer (Libraries.SensorKit.Handle, "SRSensorMediaEvents", storage);
+ }
+ }
public static NSString? GetConstant (this SRSensor self)
{
IntPtr ptr = IntPtr.Zero;
@@ -234,6 +250,9 @@ namespace SensorKit {
case 12: // SRSensor.AmbientPressure
ptr = SRSensorAmbientPressure;
break;
+ case 13: // SRSensor.MediaEvents
+ ptr = SRSensorMediaEvents;
+ break;
}
return (NSString?) Runtime.GetNSObject (ptr);
}
@@ -267,6 +286,8 @@ namespace SensorKit {
return SRSensor.TelephonySpeechMetrics;
if (constant.IsEqualTo (SRSensorAmbientPressure))
return SRSensor.AmbientPressure;
+ if (constant.IsEqualTo (SRSensorMediaEvents))
+ return SRSensor.MediaEvents;
throw new NotSupportedException ($"{constant} has no associated enum value on this platform.");
}
}
diff --git a/new/dotnet/ios/generated-sources/SensorKit/SRSupplementalCategory.g.cs b/new/dotnet/ios/generated-sources/SensorKit/SRSupplementalCategory.g.cs
new file mode 100644
index 0000000..3c034a4
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/SensorKit/SRSupplementalCategory.g.cs
@@ -0,0 +1,150 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using GLKit;
+using Metal;
+using CoreML;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using NewsstandKit;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace SensorKit {
+ [Register("SRSupplementalCategory", true)]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public unsafe partial class SRSupplementalCategory : NSObject, INSCoding, INSCopying, INSSecureCoding {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if ARCH_32
+ #pragma warning disable 649
+ static readonly NativeHandle class_ptr;
+ #pragma warning restore 649
+ #else
+ static readonly NativeHandle class_ptr = Class.GetHandle ("SRSupplementalCategory");
+ #endif
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [DesignatedInitializer]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("initWithCoder:")]
+ public SRSupplementalCategory (NSCoder coder) : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ }
+ #endif
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected SRSupplementalCategory (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal SRSupplementalCategory (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("copyWithZone:")]
+ [return: ReleaseAttribute ()]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual NSObject Copy (NSZone? zone)
+ {
+ var zone__handle__ = zone.GetHandle ();
+ NSObject? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ } else {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ }
+ if (ret != null)
+ global::ObjCRuntime.Messaging.void_objc_msgSend (ret.Handle, Selector.GetHandle ("release"));
+ return ret!;
+ }
+ [Export ("encodeWithCoder:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void EncodeTo (NSCoder encoder)
+ {
+ var encoder__handle__ = encoder!.GetNonNullHandle (nameof (encoder));
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [BindAs (typeof (SRDeviceUsageCategory), OriginalType = typeof (NSString))]
+ public virtual global::SensorKit.SRDeviceUsageCategory Identifier {
+ [Export ("identifier")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::SensorKit.SRDeviceUsageCategory ret;
+ if (IsDirectBinding) {
+ ret = global::SensorKit.SRDeviceUsageCategoryExtensions.GetValue (Runtime.GetNSObject<NSString> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("identifier")))!);
+ } else {
+ ret = global::SensorKit.SRDeviceUsageCategoryExtensions.GetValue (Runtime.GetNSObject<NSString> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("identifier")))!);
+ }
+ return ret!;
+ #endif
+ }
+ }
+ } /* class SRSupplementalCategory */
+}
diff --git a/old/dotnet/ios/generated-sources/SensorKit/SRTextInputSession.g.cs b/new/dotnet/ios/generated-sources/SensorKit/SRTextInputSession.g.cs
index e6e2a2f..b448dbe 100644
--- a/old/dotnet/ios/generated-sources/SensorKit/SRTextInputSession.g.cs
+++ b/new/dotnet/ios/generated-sources/SensorKit/SRTextInputSession.g.cs
@@ -108,6 +108,25 @@ namespace SensorKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ public virtual string SessionIdentifier {
+ [Export ("sessionIdentifier")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (IsDirectBinding) {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("sessionIdentifier")))!;
+ } else {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("sessionIdentifier")))!;
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual SRTextInputSessionType SessionType {
[Export ("sessionType")]
get {
diff --git a/old/dotnet/ios/generated-sources/SensorKit/SRWristDetection.g.cs b/new/dotnet/ios/generated-sources/SensorKit/SRWristDetection.g.cs
index 4d8b0eb..6ea2369 100644
--- a/old/dotnet/ios/generated-sources/SensorKit/SRWristDetection.g.cs
+++ b/new/dotnet/ios/generated-sources/SensorKit/SRWristDetection.g.cs
@@ -94,6 +94,27 @@ namespace SensorKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ public virtual NSDate? OffWristDate {
+ [Export ("offWristDate", ArgumentSemantic.Retain)]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ NSDate? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<NSDate> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("offWristDate")))!;
+ } else {
+ ret = Runtime.GetNSObject<NSDate> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("offWristDate")))!;
+ }
+ return ret!;
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual bool OnWrist {
[Export ("onWrist")]
get {
@@ -109,6 +130,27 @@ namespace SensorKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ public virtual NSDate? OnWristDate {
+ [Export ("onWristDate", ArgumentSemantic.Retain)]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ NSDate? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<NSDate> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("onWristDate")))!;
+ } else {
+ ret = Runtime.GetNSObject<NSDate> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("onWristDate")))!;
+ }
+ return ret!;
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual SRWristLocation WristLocation {
[Export ("wristLocation")]
get {
diff --git a/old/dotnet/ios/generated-sources/ThreadNetwork/THClient.g.cs b/new/dotnet/ios/generated-sources/ThreadNetwork/THClient.g.cs
index 96df75b..53d03bf 100644
--- a/old/dotnet/ios/generated-sources/ThreadNetwork/THClient.g.cs
+++ b/new/dotnet/ios/generated-sources/ThreadNetwork/THClient.g.cs
@@ -159,6 +159,79 @@ namespace ThreadNetwork {
});
return tcs.Task;
}
+ [Export ("isPreferredNetworkAvailableWithCompletion:")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual void IsPreferredNetworkAvailable ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V4))]global::System.Action<bool> completion)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (completion is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
+ using var block_completion = Trampolines.SDActionArity1V4.CreateBlock (completion);
+ BlockLiteral *block_ptr_completion = &block_completion;
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("isPreferredNetworkAvailableWithCompletion:"), (IntPtr) block_ptr_completion);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("isPreferredNetworkAvailableWithCompletion:"), (IntPtr) block_ptr_completion);
+ }
+ #endif
+ }
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual Task<bool> IsPreferredNetworkAvailableAsync ()
+ {
+ var tcs = new TaskCompletionSource<bool> ();
+ IsPreferredNetworkAvailable((obj_) => {
+ tcs.SetResult (obj_!);
+ });
+ return tcs.Task;
+ }
+ [Export ("retrieveAllActiveCredentials:")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual void RetrieveAllActiveCredentials ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V154))]global::System.Action<NSSet<THCredentials>, NSError> completion)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (completion is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
+ using var block_completion = Trampolines.SDActionArity2V154.CreateBlock (completion);
+ BlockLiteral *block_ptr_completion = &block_completion;
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("retrieveAllActiveCredentials:"), (IntPtr) block_ptr_completion);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("retrieveAllActiveCredentials:"), (IntPtr) block_ptr_completion);
+ }
+ #endif
+ }
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual Task<NSSet<THCredentials>> RetrieveAllActiveCredentialsAsync ()
+ {
+ var tcs = new TaskCompletionSource<NSSet<THCredentials>> ();
+ RetrieveAllActiveCredentials((arg1_, arg2_) => {
+ if (arg2_ != null)
+ tcs.SetException (new NSErrorException(arg2_));
+ else
+ tcs.SetResult (arg1_!);
+ });
+ return tcs.Task;
+ }
[Export ("retrieveAllCredentials:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public unsafe virtual void RetrieveAllCredentials ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V154))]global::System.Action<NSSet<THCredentials>, NSError> completion)
diff --git a/old/dotnet/ios/generated-sources/UIKit/UIActivityItemsConfigurationInteraction.g.cs b/new/dotnet/ios/generated-sources/UIKit/UIActivityItemsConfigurationInteraction.g.cs
index 6b29444..c7aa7e0 100644
--- a/old/dotnet/ios/generated-sources/UIKit/UIActivityItemsConfigurationInteraction.g.cs
+++ b/new/dotnet/ios/generated-sources/UIKit/UIActivityItemsConfigurationInteraction.g.cs
@@ -54,13 +54,17 @@ namespace UIKit {
[SupportedOSPlatform ("maccatalyst")]
public enum UIActivityItemsConfigurationInteraction : int {
Share = 0,
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ Copy = 1,
}
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static public partial class UIActivityItemsConfigurationInteractionExtensions {
- static IntPtr[] values = new IntPtr [1];
+ static IntPtr[] values = new IntPtr [2];
[Field ("UIActivityItemsConfigurationInteractionShare", "UIKit")]
internal unsafe static IntPtr UIActivityItemsConfigurationInteractionShare {
get {
@@ -68,6 +72,16 @@ namespace UIKit {
return Dlfcn.CachePointer (Libraries.UIKit.Handle, "UIActivityItemsConfigurationInteractionShare", storage);
}
}
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ [Field ("UIActivityItemsConfigurationInteractionCopy", "UIKit")]
+ internal unsafe static IntPtr UIActivityItemsConfigurationInteractionCopy {
+ get {
+ fixed (IntPtr *storage = &values [1])
+ return Dlfcn.CachePointer (Libraries.UIKit.Handle, "UIActivityItemsConfigurationInteractionCopy", storage);
+ }
+ }
public static NSString? GetConstant (this UIActivityItemsConfigurationInteraction self)
{
IntPtr ptr = IntPtr.Zero;
@@ -75,6 +89,9 @@ namespace UIKit {
case 0: // UIActivityItemsConfigurationInteraction.Share
ptr = UIActivityItemsConfigurationInteractionShare;
break;
+ case 1: // UIActivityItemsConfigurationInteraction.Copy
+ ptr = UIActivityItemsConfigurationInteractionCopy;
+ break;
}
return (NSString?) Runtime.GetNSObject (ptr);
}
@@ -84,6 +101,8 @@ namespace UIKit {
throw new ArgumentNullException (nameof (constant));
if (constant.IsEqualTo (UIActivityItemsConfigurationInteractionShare))
return UIActivityItemsConfigurationInteraction.Share;
+ if (constant.IsEqualTo (UIActivityItemsConfigurationInteractionCopy))
+ return UIActivityItemsConfigurationInteraction.Copy;
throw new NotSupportedException ($"{constant} has no associated enum value on this platform.");
}
}
diff --git a/old/dotnet/ios/generated-sources/UIKit/UIActivityType.g.cs b/new/dotnet/ios/generated-sources/UIKit/UIActivityType.g.cs
index 5b5f1d6..044f8c8 100644
--- a/old/dotnet/ios/generated-sources/UIKit/UIActivityType.g.cs
+++ b/new/dotnet/ios/generated-sources/UIKit/UIActivityType.g.cs
@@ -53,6 +53,22 @@ namespace UIKit {
[SupportedOSPlatform ("maccatalyst")]
[SupportedOSPlatform ("ios")]
public unsafe static partial class UIActivityType {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static NSString? _AddToHomeScreen;
+ [Field ("UIActivityTypeAddToHomeScreen", "UIKit")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public static NSString AddToHomeScreen {
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ get {
+ if (_AddToHomeScreen is null)
+ _AddToHomeScreen = Dlfcn.GetStringConstant (Libraries.UIKit.Handle, "UIActivityTypeAddToHomeScreen")!;
+ return _AddToHomeScreen;
+ }
+ }
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static NSString? _AddToReadingList;
[Field ("UIActivityTypeAddToReadingList", "UIKit")]
diff --git a/old/dotnet/ios/generated-sources/UIKit/UIButtonConfiguration.g.cs b/new/dotnet/ios/generated-sources/UIKit/UIButtonConfiguration.g.cs
index 2d6841a..8901796 100644
--- a/old/dotnet/ios/generated-sources/UIKit/UIButtonConfiguration.g.cs
+++ b/new/dotnet/ios/generated-sources/UIKit/UIButtonConfiguration.g.cs
@@ -921,6 +921,40 @@ namespace UIKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("tvos16.4")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public virtual UILineBreakMode SubtitleLineBreakMode {
+ [Export ("subtitleLineBreakMode", ArgumentSemantic.Assign)]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ UILineBreakMode ret;
+ if (IsDirectBinding) {
+ ret = (UILineBreakMode) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("subtitleLineBreakMode"));
+ } else {
+ ret = (UILineBreakMode) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("subtitleLineBreakMode"));
+ }
+ return ret!;
+ #endif
+ }
+ [Export ("setSubtitleLineBreakMode:", ArgumentSemantic.Assign)]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("setSubtitleLineBreakMode:"), (IntPtr) (long) value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("setSubtitleLineBreakMode:"), (IntPtr) (long) value);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public unsafe virtual UIConfigurationTextAttributesTransformerHandler? SubtitleTextAttributesTransformer {
[return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDUIConfigurationTextAttributesTransformerHandler))]
[Export ("subtitleTextAttributesTransformer", ArgumentSemantic.Copy)]
@@ -1034,6 +1068,40 @@ namespace UIKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("tvos16.4")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public virtual UILineBreakMode TitleLineBreakMode {
+ [Export ("titleLineBreakMode", ArgumentSemantic.Assign)]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ UILineBreakMode ret;
+ if (IsDirectBinding) {
+ ret = (UILineBreakMode) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("titleLineBreakMode"));
+ } else {
+ ret = (UILineBreakMode) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("titleLineBreakMode"));
+ }
+ return ret!;
+ #endif
+ }
+ [Export ("setTitleLineBreakMode:", ArgumentSemantic.Assign)]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("setTitleLineBreakMode:"), (IntPtr) (long) value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("setTitleLineBreakMode:"), (IntPtr) (long) value);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual nfloat TitlePadding {
[Export ("titlePadding")]
get {
diff --git a/old/dotnet/ios/generated-sources/UIKit/UIHoverGestureRecognizer.g.cs b/new/dotnet/ios/generated-sources/UIKit/UIHoverGestureRecognizer.g.cs
index f2c89fe..01dbc49 100644
--- a/old/dotnet/ios/generated-sources/UIKit/UIHoverGestureRecognizer.g.cs
+++ b/new/dotnet/ios/generated-sources/UIKit/UIHoverGestureRecognizer.g.cs
@@ -104,6 +104,81 @@ namespace UIKit {
#else
#endif
}
+ [Export ("azimuthAngleInView:")]
+ [SupportedOSPlatform ("ios16.4")]
+ [UnsupportedOSPlatform ("maccatalyst")]
+ [UnsupportedOSPlatform ("tvos")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual nfloat GetAzimuthAngle (UIView? view)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var view__handle__ = view.GetHandle ();
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.nfloat_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("azimuthAngleInView:"), view__handle__);
+ } else {
+ return global::ObjCRuntime.Messaging.nfloat_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("azimuthAngleInView:"), view__handle__);
+ }
+ #endif
+ }
+ [Export ("azimuthUnitVectorInView:")]
+ [SupportedOSPlatform ("ios16.4")]
+ [UnsupportedOSPlatform ("maccatalyst")]
+ [UnsupportedOSPlatform ("tvos")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual CGVector GetAzimuthUnitVector (UIView? view)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ var view__handle__ = view.GetHandle ();
+ CGVector ret;
+ if (IsDirectBinding) {
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) {
+ ret = global::ObjCRuntime.Messaging.CGVector_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("azimuthUnitVectorInView:"), view__handle__);
+ } else if (IntPtr.Size == 8) {
+ ret = global::ObjCRuntime.Messaging.CGVector_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("azimuthUnitVectorInView:"), view__handle__);
+ } else if (Runtime.Arch == Arch.DEVICE) {
+ global::ObjCRuntime.Messaging.CGVector_objc_msgSend_stret_NativeHandle (out ret, this.Handle, Selector.GetHandle ("azimuthUnitVectorInView:"), view__handle__);
+ } else {
+ ret = global::ObjCRuntime.Messaging.CGVector_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("azimuthUnitVectorInView:"), view__handle__);
+ }
+ } else {
+ if (global::ObjCRuntime.Runtime.IsARM64CallingConvention) {
+ ret = global::ObjCRuntime.Messaging.CGVector_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("azimuthUnitVectorInView:"), view__handle__);
+ } else if (IntPtr.Size == 8) {
+ ret = global::ObjCRuntime.Messaging.CGVector_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("azimuthUnitVectorInView:"), view__handle__);
+ } else if (Runtime.Arch == Arch.DEVICE) {
+ global::ObjCRuntime.Messaging.CGVector_objc_msgSendSuper_stret_NativeHandle (out ret, this.SuperHandle, Selector.GetHandle ("azimuthUnitVectorInView:"), view__handle__);
+ } else {
+ ret = global::ObjCRuntime.Messaging.CGVector_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("azimuthUnitVectorInView:"), view__handle__);
+ }
+ }
+ return ret!;
+ #endif
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ public virtual nfloat AltitudeAngle {
+ [Export ("altitudeAngle")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.nfloat_objc_msgSend (this.Handle, Selector.GetHandle ("altitudeAngle"));
+ } else {
+ return global::ObjCRuntime.Messaging.nfloat_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("altitudeAngle"));
+ }
+ #endif
+ }
+ }
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("ios16.1")]
[SupportedOSPlatform ("maccatalyst16.1")]
diff --git a/old/dotnet/ios/generated-sources/UIKit/UISearchBar.g.cs b/new/dotnet/ios/generated-sources/UIKit/UISearchBar.g.cs
index 274b956..be86551 100644
--- a/old/dotnet/ios/generated-sources/UIKit/UISearchBar.g.cs
+++ b/new/dotnet/ios/generated-sources/UIKit/UISearchBar.g.cs
@@ -509,6 +509,38 @@ namespace UIKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("tvos16.4")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public virtual bool Enabled {
+ [Export ("isEnabled")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("isEnabled"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("isEnabled"));
+ }
+ #endif
+ }
+ [Export ("setEnabled:")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_bool (this.Handle, Selector.GetHandle ("setEnabled:"), value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_bool (this.SuperHandle, Selector.GetHandle ("setEnabled:"), value);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
diff --git a/new/dotnet/ios/generated-sources/UIKit/UITextInputContext.g.cs b/new/dotnet/ios/generated-sources/UIKit/UITextInputContext.g.cs
new file mode 100644
index 0000000..5ed8a5c
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/UIKit/UITextInputContext.g.cs
@@ -0,0 +1,180 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using GLKit;
+using Metal;
+using CoreML;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using NewsstandKit;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace UIKit {
+ [Register("UITextInputContext", true)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.4")]
+ [UnsupportedOSPlatform ("maccatalyst")]
+ public unsafe partial class UITextInputContext : NSObject {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ #if ARCH_32
+ #pragma warning disable 649
+ static readonly NativeHandle class_ptr;
+ #pragma warning restore 649
+ #else
+ static readonly NativeHandle class_ptr = Class.GetHandle ("UITextInputContext");
+ #endif
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected UITextInputContext (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal UITextInputContext (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public static UITextInputContext Current {
+ [Export ("current")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ UITextInputContext? ret;
+ ret = Runtime.GetNSObject<UITextInputContext> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (class_ptr, Selector.GetHandle ("current")))!;
+ return ret!;
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual bool DictationInputExpected {
+ [Export ("isDictationInputExpected")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("isDictationInputExpected"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("isDictationInputExpected"));
+ }
+ #endif
+ }
+ [Export ("setDictationInputExpected:")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_bool (this.Handle, Selector.GetHandle ("setDictationInputExpected:"), value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_bool (this.SuperHandle, Selector.GetHandle ("setDictationInputExpected:"), value);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual bool HardwareKeyboardInputExpected {
+ [Export ("isHardwareKeyboardInputExpected")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("isHardwareKeyboardInputExpected"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("isHardwareKeyboardInputExpected"));
+ }
+ #endif
+ }
+ [Export ("setHardwareKeyboardInputExpected:")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_bool (this.Handle, Selector.GetHandle ("setHardwareKeyboardInputExpected:"), value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_bool (this.SuperHandle, Selector.GetHandle ("setHardwareKeyboardInputExpected:"), value);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual bool PencilInputExpected {
+ [Export ("isPencilInputExpected")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("isPencilInputExpected"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("isPencilInputExpected"));
+ }
+ #endif
+ }
+ [Export ("setPencilInputExpected:")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_bool (this.Handle, Selector.GetHandle ("setPencilInputExpected:"), value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_bool (this.SuperHandle, Selector.GetHandle ("setPencilInputExpected:"), value);
+ }
+ #endif
+ }
+ }
+ } /* class UITextInputContext */
+}
diff --git a/old/dotnet/ios/generated-sources/VideoSubscriberAccount/VSUserAccount.g.cs b/new/dotnet/ios/generated-sources/VideoSubscriberAccount/VSUserAccount.g.cs
index 51af177..5b55eaf 100644
--- a/old/dotnet/ios/generated-sources/VideoSubscriberAccount/VSUserAccount.g.cs
+++ b/new/dotnet/ios/generated-sources/VideoSubscriberAccount/VSUserAccount.g.cs
@@ -209,6 +209,13 @@ namespace VideoSubscriberAccount {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("macos13.3", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("tvos16.0")]
public virtual bool Deleted {
[Export ("isDeleted")]
get {
@@ -324,6 +331,37 @@ namespace VideoSubscriberAccount {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("tvos16.4")]
+ [UnsupportedOSPlatform ("maccatalyst")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ public virtual bool SignedOut {
+ [Export ("isSignedOut")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("isSignedOut"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("isSignedOut"));
+ }
+ #endif
+ }
+ [Export ("setSignedOut:")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_bool (this.Handle, Selector.GetHandle ("setSignedOut:"), value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_bool (this.SuperHandle, Selector.GetHandle ("setSignedOut:"), value);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual NSDate? SubscriptionBillingCycleEndDate {
[Export ("subscriptionBillingCycleEndDate", ArgumentSemantic.Copy)]
get {
diff --git a/old/dotnet/ios/generated-sources/WebKit/WKPreferences.g.cs b/new/dotnet/ios/generated-sources/WebKit/WKPreferences.g.cs
index be23e91..46b1bba 100644
--- a/old/dotnet/ios/generated-sources/WebKit/WKPreferences.g.cs
+++ b/new/dotnet/ios/generated-sources/WebKit/WKPreferences.g.cs
@@ -250,6 +250,36 @@ namespace WebKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public virtual bool ShouldPrintBackgrounds {
+ [Export ("shouldPrintBackgrounds")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("shouldPrintBackgrounds"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("shouldPrintBackgrounds"));
+ }
+ #endif
+ }
+ [Export ("setShouldPrintBackgrounds:")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_bool (this.Handle, Selector.GetHandle ("setShouldPrintBackgrounds:"), value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_bool (this.SuperHandle, Selector.GetHandle ("setShouldPrintBackgrounds:"), value);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("macos12.3")]
[SupportedOSPlatform ("ios15.4")]
[SupportedOSPlatform ("maccatalyst15.4")]
diff --git a/old/dotnet/ios/generated-sources/WebKit/WKUIDelegate.g.cs b/new/dotnet/ios/generated-sources/WebKit/WKUIDelegate.g.cs
index 820ce63..f605c9f 100644
--- a/old/dotnet/ios/generated-sources/WebKit/WKUIDelegate.g.cs
+++ b/new/dotnet/ios/generated-sources/WebKit/WKUIDelegate.g.cs
@@ -68,6 +68,8 @@ namespace WebKit {
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "RequestDeviceOrientationAndMotionPermission", Selector = "webView:requestDeviceOrientationAndMotionPermissionForOrigin:initiatedByFrame:decisionHandler:", ParameterType = new Type [] { typeof (WebKit.WKWebView), typeof (WebKit.WKSecurityOrigin), typeof (WebKit.WKFrameInfo), typeof (global::System.Action<global::WebKit.WKPermissionDecision>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V270) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "RequestMediaCapturePermission", Selector = "webView:requestMediaCapturePermissionForOrigin:initiatedByFrame:type:decisionHandler:", ParameterType = new Type [] { typeof (WebKit.WKWebView), typeof (WebKit.WKSecurityOrigin), typeof (WebKit.WKFrameInfo), typeof (WebKit.WKMediaCaptureType), typeof (global::System.Action<global::WebKit.WKPermissionDecision>) }, ParameterByRef = new bool [] { false, false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V270) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ShowLockDownMode", Selector = "webView:showLockdownModeFirstUseMessage:completionHandler:", ParameterType = new Type [] { typeof (WebKit.WKWebView), typeof (string), typeof (global::System.Action<global::WebKit.WKDialogResult>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V271) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WillPresentEditMenu", Selector = "webView:willPresentEditMenuWithAnimator:", ParameterType = new Type [] { typeof (WebKit.WKWebView), typeof (IUIEditMenuInteractionAnimating) }, ParameterByRef = new bool [] { false, false })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WillDismissEditMenu", Selector = "webView:willDismissEditMenuWithAnimator:", ParameterType = new Type [] { typeof (WebKit.WKWebView), typeof (IUIEditMenuInteractionAnimating) }, ParameterByRef = new bool [] { false, false })]
public partial interface IWKUIDelegate : INativeObject, IDisposable
{
}
@@ -339,6 +341,34 @@ namespace WebKit {
});
return tcs.Task;
}
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public static void WillPresentEditMenu (this IWKUIDelegate This, WKWebView webView, global::UIKit.IUIEditMenuInteractionAnimating animator)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ var webView__handle__ = webView!.GetNonNullHandle (nameof (webView));
+ var animator__handle__ = animator!.GetNonNullHandle (nameof (animator));
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("webView:willPresentEditMenuWithAnimator:"), webView__handle__, animator__handle__);
+ #endif
+ }
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public static void WillDismissEditMenu (this IWKUIDelegate This, WKWebView webView, global::UIKit.IUIEditMenuInteractionAnimating animator)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ var webView__handle__ = webView!.GetNonNullHandle (nameof (webView));
+ var animator__handle__ = animator!.GetNonNullHandle (nameof (animator));
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("webView:willDismissEditMenuWithAnimator:"), webView__handle__, animator__handle__);
+ #endif
+ }
}
internal sealed class WKUIDelegateWrapper : BaseWrapper, IWKUIDelegate {
[Preserve (Conditional = true)]
@@ -538,5 +568,31 @@ namespace WebKit {
throw new You_Should_Not_Call_base_In_This_Method ();
#endif
}
+ [Export ("webView:willDismissEditMenuWithAnimator:")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void WillDismissEditMenu (WKWebView webView, global::UIKit.IUIEditMenuInteractionAnimating animator)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ throw new You_Should_Not_Call_base_In_This_Method ();
+ #endif
+ }
+ [Export ("webView:willPresentEditMenuWithAnimator:")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void WillPresentEditMenu (WKWebView webView, global::UIKit.IUIEditMenuInteractionAnimating animator)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ throw new You_Should_Not_Call_base_In_This_Method ();
+ #endif
+ }
} /* class WKUIDelegate */
}
diff --git a/old/dotnet/ios/generated-sources/WebKit/WKWebView.g.cs b/new/dotnet/ios/generated-sources/WebKit/WKWebView.g.cs
index 7939cc1..f50b1f2 100644
--- a/old/dotnet/ios/generated-sources/WebKit/WKWebView.g.cs
+++ b/new/dotnet/ios/generated-sources/WebKit/WKWebView.g.cs
@@ -1245,6 +1245,37 @@ namespace WebKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [SupportedOSPlatform ("ios16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ public virtual bool Inspectable {
+ [Export ("isInspectable")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("isInspectable"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("isInspectable"));
+ }
+ #endif
+ }
+ [Export ("setInspectable:")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_bool (this.Handle, Selector.GetHandle ("setInspectable:"), value);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_bool (this.SuperHandle, Selector.GetHandle ("setInspectable:"), value);
+ }
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("macos12.0")]
[SupportedOSPlatform ("ios15.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
diff --git a/old/dotnet/maccatalyst/generated-sources/AVRouting/AVCustomRoutingController.g.cs b/new/dotnet/maccatalyst/generated-sources/AVRouting/AVCustomRoutingController.g.cs
index a424efa..f404a21 100644
--- a/old/dotnet/maccatalyst/generated-sources/AVRouting/AVCustomRoutingController.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/AVRouting/AVCustomRoutingController.g.cs
@@ -166,6 +166,35 @@ namespace AVRouting {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public virtual AVCustomRoutingPartialIP[] KnownRouteIPs {
+ [Export ("knownRouteIPs", ArgumentSemantic.Retain)]
+ get {
+ AVCustomRoutingPartialIP[]? ret;
+ if (IsDirectBinding) {
+ ret = CFArray.ArrayFromHandle<AVCustomRoutingPartialIP>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("knownRouteIPs")))!;
+ } else {
+ ret = CFArray.ArrayFromHandle<AVCustomRoutingPartialIP>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("knownRouteIPs")))!;
+ }
+ return ret!;
+ }
+ [Export ("setKnownRouteIPs:", ArgumentSemantic.Retain)]
+ set {
+ if (value is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (value));
+ var nsa_value = NSArray.FromNSObjects (value);
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setKnownRouteIPs:"), nsa_value.Handle);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setKnownRouteIPs:"), nsa_value.Handle);
+ }
+ nsa_value.Dispose ();
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
object? __mt_WeakDelegate_var;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual NSObject? WeakDelegate {
diff --git a/new/dotnet/maccatalyst/generated-sources/AVRouting/AVCustomRoutingPartialIP.g.cs b/new/dotnet/maccatalyst/generated-sources/AVRouting/AVCustomRoutingPartialIP.g.cs
new file mode 100644
index 0000000..0376d64
--- /dev/null
+++ b/new/dotnet/maccatalyst/generated-sources/AVRouting/AVCustomRoutingPartialIP.g.cs
@@ -0,0 +1,113 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using Metal;
+using CoreML;
+using AppKit;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using CloudKit;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace AVRouting {
+ [Register("AVCustomRoutingPartialIP", true)]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public unsafe partial class AVCustomRoutingPartialIP : NSObject {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static readonly NativeHandle class_ptr = Class.GetHandle ("AVCustomRoutingPartialIP");
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected AVCustomRoutingPartialIP (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal AVCustomRoutingPartialIP (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("initWithAddress:mask:")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public AVCustomRoutingPartialIP (NSData address, NSData mask)
+ : base (NSObjectFlag.Empty)
+ {
+ var address__handle__ = address!.GetNonNullHandle (nameof (address));
+ var mask__handle__ = mask!.GetNonNullHandle (nameof (mask));
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("initWithAddress:mask:"), address__handle__, mask__handle__), "initWithAddress:mask:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithAddress:mask:"), address__handle__, mask__handle__), "initWithAddress:mask:");
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual NSData Address {
+ [Export ("address", ArgumentSemantic.Copy)]
+ get {
+ NSData? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<NSData> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("address")))!;
+ } else {
+ ret = Runtime.GetNSObject<NSData> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("address")))!;
+ }
+ return ret!;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual NSData Mask {
+ [Export ("mask", ArgumentSemantic.Copy)]
+ get {
+ NSData? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<NSData> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("mask")))!;
+ } else {
+ ret = Runtime.GetNSObject<NSData> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("mask")))!;
+ }
+ return ret!;
+ }
+ }
+ } /* class AVCustomRoutingPartialIP */
+}
diff --git a/old/dotnet/maccatalyst/generated-sources/AuthenticationServices/ASAuthorizationPlatformPublicKeyCredentialAssertionRequest.g.cs b/new/dotnet/maccatalyst/generated-sources/AuthenticationServices/ASAuthorizationPlatformPublicKeyCredentialAssertionRequest.g.cs
index 23f3d5f..7f4f287 100644
--- a/old/dotnet/maccatalyst/generated-sources/AuthenticationServices/ASAuthorizationPlatformPublicKeyCredentialAssertionRequest.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/AuthenticationServices/ASAuthorizationPlatformPublicKeyCredentialAssertionRequest.g.cs
@@ -50,7 +50,10 @@ using NativeHandle = System.IntPtr;
#endif
namespace AuthenticationServices {
[Register("ASAuthorizationPlatformPublicKeyCredentialAssertionRequest", true)]
- [SupportedOSPlatform ("macos12.0")]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("ios15.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("tvos16.0")]
@@ -85,8 +88,11 @@ namespace AuthenticationServices {
[Export ("copyWithZone:")]
[return: ReleaseAttribute ()]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
[SupportedOSPlatform ("ios15.0")]
- [SupportedOSPlatform ("macos12.0")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -104,8 +110,11 @@ namespace AuthenticationServices {
return ret!;
}
[Export ("encodeWithCoder:")]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
[SupportedOSPlatform ("ios15.0")]
- [SupportedOSPlatform ("macos12.0")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -119,14 +128,20 @@ namespace AuthenticationServices {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
[SupportedOSPlatform ("ios15.0")]
- [SupportedOSPlatform ("macos12.0")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
public virtual IASAuthorizationPublicKeyCredentialDescriptor[] AllowedCredentials {
[Export ("allowedCredentials", ArgumentSemantic.Copy)]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
[SupportedOSPlatform ("ios15.0")]
- [SupportedOSPlatform ("macos12.0")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
get {
@@ -139,8 +154,11 @@ namespace AuthenticationServices {
return ret!;
}
[Export ("setAllowedCredentials:", ArgumentSemantic.Copy)]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
[SupportedOSPlatform ("ios15.0")]
- [SupportedOSPlatform ("macos12.0")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
set {
@@ -156,14 +174,20 @@ namespace AuthenticationServices {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
[SupportedOSPlatform ("ios15.0")]
- [SupportedOSPlatform ("macos12.0")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
public virtual NSData Challenge {
[Export ("challenge", ArgumentSemantic.Copy)]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
[SupportedOSPlatform ("ios15.0")]
- [SupportedOSPlatform ("macos12.0")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
get {
@@ -176,8 +200,11 @@ namespace AuthenticationServices {
return ret!;
}
[Export ("setChallenge:", ArgumentSemantic.Copy)]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
[SupportedOSPlatform ("ios15.0")]
- [SupportedOSPlatform ("macos12.0")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
set {
@@ -213,14 +240,20 @@ namespace AuthenticationServices {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
[SupportedOSPlatform ("ios15.0")]
- [SupportedOSPlatform ("macos12.0")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
public virtual string RelyingPartyIdentifier {
[Export ("relyingPartyIdentifier")]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
[SupportedOSPlatform ("ios15.0")]
- [SupportedOSPlatform ("macos12.0")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
get {
@@ -231,8 +264,11 @@ namespace AuthenticationServices {
}
}
[Export ("setRelyingPartyIdentifier:")]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
[SupportedOSPlatform ("ios15.0")]
- [SupportedOSPlatform ("macos12.0")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
set {
@@ -248,14 +284,20 @@ namespace AuthenticationServices {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
[SupportedOSPlatform ("ios15.0")]
- [SupportedOSPlatform ("macos12.0")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
public virtual NSString UserVerificationPreference {
[Export ("userVerificationPreference")]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
[SupportedOSPlatform ("ios15.0")]
- [SupportedOSPlatform ("macos12.0")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
get {
@@ -268,8 +310,11 @@ namespace AuthenticationServices {
return ret!;
}
[Export ("setUserVerificationPreference:")]
+ [UnsupportedOSPlatform ("ios16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("maccatalyst16.4", "This API has been removed from the framework.")]
+ [UnsupportedOSPlatform ("tvos16.4", "This API has been removed from the framework.")]
[SupportedOSPlatform ("ios15.0")]
- [SupportedOSPlatform ("macos12.0")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("tvos16.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
set {
diff --git a/new/dotnet/maccatalyst/generated-sources/AuthenticationServices/ASAuthorizationWebBrowserPlatformPublicKeyCredential.g.cs b/new/dotnet/maccatalyst/generated-sources/AuthenticationServices/ASAuthorizationWebBrowserPlatformPublicKeyCredential.g.cs
new file mode 100644
index 0000000..b139139
--- /dev/null
+++ b/new/dotnet/maccatalyst/generated-sources/AuthenticationServices/ASAuthorizationWebBrowserPlatformPublicKeyCredential.g.cs
@@ -0,0 +1,122 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using Metal;
+using CoreML;
+using AppKit;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using CloudKit;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace AuthenticationServices {
+ [Register("ASAuthorizationWebBrowserPlatformPublicKeyCredential", true)]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("ios")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ public unsafe partial class ASAuthorizationWebBrowserPlatformPublicKeyCredential : NSObject {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static readonly NativeHandle class_ptr = Class.GetHandle ("ASAuthorizationWebBrowserPlatformPublicKeyCredential");
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected ASAuthorizationWebBrowserPlatformPublicKeyCredential (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal ASAuthorizationWebBrowserPlatformPublicKeyCredential (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual NSData CredentialId {
+ [Export ("credentialID")]
+ get {
+ NSData? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<NSData> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("credentialID")))!;
+ } else {
+ ret = Runtime.GetNSObject<NSData> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("credentialID")))!;
+ }
+ return ret!;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual string Name {
+ [Export ("name")]
+ get {
+ if (IsDirectBinding) {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("name")))!;
+ } else {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("name")))!;
+ }
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual string RelyingParty {
+ [Export ("relyingParty")]
+ get {
+ if (IsDirectBinding) {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("relyingParty")))!;
+ } else {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("relyingParty")))!;
+ }
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual NSData UserHandle {
+ [Export ("userHandle")]
+ get {
+ NSData? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<NSData> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("userHandle")))!;
+ } else {
+ ret = Runtime.GetNSObject<NSData> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("userHandle")))!;
+ }
+ return ret!;
+ }
+ }
+ } /* class ASAuthorizationWebBrowserPlatformPublicKeyCredential */
+}
diff --git a/new/dotnet/maccatalyst/generated-sources/AuthenticationServices/ASAuthorizationWebBrowserPublicKeyCredentialManager.g.cs b/new/dotnet/maccatalyst/generated-sources/AuthenticationServices/ASAuthorizationWebBrowserPublicKeyCredentialManager.g.cs
new file mode 100644
index 0000000..ea39896
--- /dev/null
+++ b/new/dotnet/maccatalyst/generated-sources/AuthenticationServices/ASAuthorizationWebBrowserPublicKeyCredentialManager.g.cs
@@ -0,0 +1,150 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using Metal;
+using CoreML;
+using AppKit;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using CloudKit;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace AuthenticationServices {
+ [Register("ASAuthorizationWebBrowserPublicKeyCredentialManager", true)]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("ios")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ public unsafe partial class ASAuthorizationWebBrowserPublicKeyCredentialManager : NSObject {
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static readonly NativeHandle class_ptr = Class.GetHandle ("ASAuthorizationWebBrowserPublicKeyCredentialManager");
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [DesignatedInitializer]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("init")]
+ public ASAuthorizationWebBrowserPublicKeyCredentialManager () : base (NSObjectFlag.Empty)
+ {
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ }
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected ASAuthorizationWebBrowserPublicKeyCredentialManager (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal ASAuthorizationWebBrowserPublicKeyCredentialManager (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("platformCredentialsForRelyingParty:completionHandler:")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual void GetPlatformCredentials (string relyingParty, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V14))]global::System.Action<ASAuthorizationWebBrowserPlatformPublicKeyCredential[]> completionHandler)
+ {
+ if (relyingParty is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (relyingParty));
+ if (completionHandler is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
+ var nsrelyingParty = CFString.CreateNative (relyingParty);
+ using var block_completionHandler = Trampolines.SDActionArity1V14.CreateBlock (completionHandler);
+ BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("platformCredentialsForRelyingParty:completionHandler:"), nsrelyingParty, (IntPtr) block_ptr_completionHandler);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle_NativeHandle (this.SuperHandle, Selector.GetHandle ("platformCredentialsForRelyingParty:completionHandler:"), nsrelyingParty, (IntPtr) block_ptr_completionHandler);
+ }
+ CFString.ReleaseNative (nsrelyingParty);
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual Task<ASAuthorizationWebBrowserPlatformPublicKeyCredential[]> GetPlatformCredentialsAsync (string relyingParty)
+ {
+ var tcs = new TaskCompletionSource<ASAuthorizationWebBrowserPlatformPublicKeyCredential[]> ();
+ GetPlatformCredentials(relyingParty, (obj_) => {
+ tcs.SetResult (obj_!);
+ });
+ return tcs.Task;
+ }
+ [Export ("requestAuthorizationForPublicKeyCredentials:")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual void RequestAuthorization ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState> completionHandler)
+ {
+ if (completionHandler is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
+ using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("requestAuthorizationForPublicKeyCredentials:"), (IntPtr) block_ptr_completionHandler);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("requestAuthorizationForPublicKeyCredentials:"), (IntPtr) block_ptr_completionHandler);
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual Task<ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState> RequestAuthorizationAsync ()
+ {
+ var tcs = new TaskCompletionSource<ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState> ();
+ RequestAuthorization((obj_) => {
+ tcs.SetResult (obj_!);
+ });
+ return tcs.Task;
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState AuthorizationStateForPlatformCredentials {
+ [Export ("authorizationStateForPlatformCredentials")]
+ get {
+ ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState ret;
+ if (IsDirectBinding) {
+ ret = (AuthenticationServices.ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("authorizationStateForPlatformCredentials"));
+ } else {
+ ret = (AuthenticationServices.ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("authorizationStateForPlatformCredentials"));
+ }
+ return ret!;
+ }
+ }
+ } /* class ASAuthorizationWebBrowserPublicKeyCredentialManager */
+}
diff --git a/new/dotnet/maccatalyst/generated-sources/AuthenticationServices/ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState.g.cs b/new/dotnet/maccatalyst/generated-sources/AuthenticationServices/ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState.g.cs
new file mode 100644
index 0000000..f207e1f
--- /dev/null
+++ b/new/dotnet/maccatalyst/generated-sources/AuthenticationServices/ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState.g.cs
@@ -0,0 +1,62 @@
+//
+// Auto-generated from generator.cs, do not edit
+//
+// We keep references to objects, so warning 414 is expected
+#pragma warning disable 414
+using System;
+using System.Drawing;
+using System.Diagnostics;
+using System.ComponentModel;
+using System.Threading.Tasks;
+using System.Runtime.Versioning;
+using System.Runtime.InteropServices;
+using System.Diagnostics.CodeAnalysis;
+using UIKit;
+using Metal;
+using CoreML;
+using AppKit;
+using MapKit;
+using Photos;
+using ModelIO;
+using Network;
+using SceneKit;
+using Contacts;
+using Security;
+using CloudKit;
+using Messages;
+using AudioUnit;
+using CoreVideo;
+using CoreMedia;
+using QuickLook;
+using CoreImage;
+using SpriteKit;
+using Foundation;
+using CoreMotion;
+using ObjCRuntime;
+using AddressBook;
+using MediaPlayer;
+using GameplayKit;
+using CoreGraphics;
+using CoreLocation;
+using AVFoundation;
+using FileProvider;
+using CoreAnimation;
+using CoreFoundation;
+using NetworkExtension;
+using MetalPerformanceShadersGraph;
+#nullable enable
+#if !NET
+using NativeHandle = System.IntPtr;
+#endif
+namespace AuthenticationServices {
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("ios")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [Native]
+ public enum ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState : long {
+ Authorized = 0,
+ Denied = 1,
+ NotDetermined = 2,
+ }
+}
diff --git a/old/dotnet/maccatalyst/generated-sources/AuthenticationServices/ASCredentialIdentityStore.g.cs b/new/dotnet/maccatalyst/generated-sources/AuthenticationServices/ASCredentialIdentityStore.g.cs
index 9622ef5..9111bb3 100644
--- a/old/dotnet/maccatalyst/generated-sources/AuthenticationServices/ASCredentialIdentityStore.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/AuthenticationServices/ASCredentialIdentityStore.g.cs
@@ -72,11 +72,11 @@ namespace AuthenticationServices {
[Export ("getCredentialIdentityStoreStateWithCompletion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetCredentialIdentityStoreState ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V14))]global::System.Action<ASCredentialIdentityStoreState> completion)
+ public unsafe virtual void GetCredentialIdentityStoreState ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V16))]global::System.Action<ASCredentialIdentityStoreState> completion)
{
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V14.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V16.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("getCredentialIdentityStoreStateWithCompletion:"), (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/maccatalyst/generated-sources/BackgroundAssets/BAAppExtensionInfo.g.cs b/new/dotnet/maccatalyst/generated-sources/BackgroundAssets/BAAppExtensionInfo.g.cs
index e387be6..0727ac4 100644
--- a/old/dotnet/maccatalyst/generated-sources/BackgroundAssets/BAAppExtensionInfo.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/BackgroundAssets/BAAppExtensionInfo.g.cs
@@ -115,5 +115,22 @@ namespace BackgroundAssets {
return ret!;
}
}
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public virtual NSNumber? RestrictedEssentialDownloadSizeRemaining {
+ [Export ("restrictedEssentialDownloadSizeRemaining", ArgumentSemantic.Retain)]
+ get {
+ NSNumber? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<NSNumber> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("restrictedEssentialDownloadSizeRemaining")))!;
+ } else {
+ ret = Runtime.GetNSObject<NSNumber> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("restrictedEssentialDownloadSizeRemaining")))!;
+ }
+ return ret!;
+ }
+ }
} /* class BAAppExtensionInfo */
}
diff --git a/old/dotnet/maccatalyst/generated-sources/BackgroundAssets/BADownload.g.cs b/new/dotnet/maccatalyst/generated-sources/BackgroundAssets/BADownload.g.cs
index 7e76aa5..f819cb9 100644
--- a/old/dotnet/maccatalyst/generated-sources/BackgroundAssets/BADownload.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/BackgroundAssets/BADownload.g.cs
@@ -103,6 +103,25 @@ namespace BackgroundAssets {
global::ObjCRuntime.Messaging.void_objc_msgSend (ret.Handle, Selector.GetHandle ("release"));
return ret!;
}
+ [Export ("copyAsNonEssential")]
+ [return: ReleaseAttribute ()]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual BADownload CopyAsNonEssential ()
+ {
+ BADownload? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject<BADownload> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("copyAsNonEssential")))!;
+ } else {
+ ret = Runtime.GetNSObject<BADownload> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("copyAsNonEssential")))!;
+ }
+ if (ret != null)
+ global::ObjCRuntime.Messaging.void_objc_msgSend (ret.Handle, Selector.GetHandle ("release"));
+ return ret!;
+ }
[Export ("encodeWithCoder:")]
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("ios16.0")]
@@ -130,6 +149,21 @@ namespace BackgroundAssets {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ public virtual bool IsEssential {
+ [Export ("isEssential")]
+ get {
+ if (IsDirectBinding) {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSend (this.Handle, Selector.GetHandle ("isEssential"));
+ } else {
+ return global::ObjCRuntime.Messaging.bool_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("isEssential"));
+ }
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual nint Priority {
[Export ("priority")]
get {
diff --git a/old/dotnet/maccatalyst/generated-sources/BackgroundAssets/BADownloadManager.g.cs b/new/dotnet/maccatalyst/generated-sources/BackgroundAssets/BADownloadManager.g.cs
index c2fcabc..c5ede1f 100644
--- a/old/dotnet/maccatalyst/generated-sources/BackgroundAssets/BADownloadManager.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/BackgroundAssets/BADownloadManager.g.cs
@@ -85,6 +85,24 @@ namespace BackgroundAssets {
error = Runtime.GetNSObject<NSError> (errorValue)!;
return ret!;
}
+ [Export ("fetchCurrentDownloads:")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual BADownload[]? FetchCurrentDownloads (out NSError? error)
+ {
+ NativeHandle errorValue = IntPtr.Zero;
+ BADownload[]? ret;
+ if (IsDirectBinding) {
+ ret = CFArray.ArrayFromHandle<BADownload>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_ref_NativeHandle (this.Handle, Selector.GetHandle ("fetchCurrentDownloads:"), ref errorValue))!;
+ } else {
+ ret = CFArray.ArrayFromHandle<BADownload>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_ref_NativeHandle (this.SuperHandle, Selector.GetHandle ("fetchCurrentDownloads:"), ref errorValue))!;
+ }
+ error = Runtime.GetNSObject<NSError> (errorValue)!;
+ return ret!;
+ }
[Export ("fetchCurrentDownloadsWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public unsafe virtual void FetchCurrentDownloads ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V28))]global::System.Action<NSArray<BADownload>, NSError> completionHandler)
@@ -113,11 +131,11 @@ namespace BackgroundAssets {
}
[Export ("performWithExclusiveControl:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void PerformWithExclusiveControl ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> performHandler)
+ public unsafe virtual void PerformWithExclusiveControl ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> performHandler)
{
if (performHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (performHandler));
- using var block_performHandler = Trampolines.SDActionArity1V15.CreateBlock (performHandler);
+ using var block_performHandler = Trampolines.SDActionArity1V17.CreateBlock (performHandler);
BlockLiteral *block_ptr_performHandler = &block_performHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("performWithExclusiveControl:"), (IntPtr) block_ptr_performHandler);
diff --git a/old/dotnet/maccatalyst/generated-sources/BackgroundAssets/BADownloaderExtension.g.cs b/new/dotnet/maccatalyst/generated-sources/BackgroundAssets/BADownloaderExtension.g.cs
index 9c99cbe..7951c87 100644
--- a/old/dotnet/maccatalyst/generated-sources/BackgroundAssets/BADownloaderExtension.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/BackgroundAssets/BADownloaderExtension.g.cs
@@ -63,6 +63,13 @@ namespace BackgroundAssets {
{
}
public static partial class BADownloaderExtension_Extensions {
+ [ObsoletedOSPlatform ("ios16.4", "'WillTerminate' will not be called in all applicable scenarios, do not rely on it.")]
+ [ObsoletedOSPlatform ("macos13.3", "'WillTerminate' will not be invoked in all applicable scenarios, do not rely on it.")]
+ [ObsoletedOSPlatform ("maccatalyst16.4", "'WillTerminate' will not be invoked in all applicable scenarios, do not rely on it.")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public static void WillTerminate (this IBADownloaderExtension This)
{
diff --git a/old/dotnet/maccatalyst/generated-sources/BackgroundAssets/BAUrlDownload.g.cs b/new/dotnet/maccatalyst/generated-sources/BackgroundAssets/BAUrlDownload.g.cs
index 07eafac..5a60a5b 100644
--- a/old/dotnet/maccatalyst/generated-sources/BackgroundAssets/BAUrlDownload.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/BackgroundAssets/BAUrlDownload.g.cs
@@ -84,6 +84,13 @@ namespace BackgroundAssets {
}
[Export ("initWithIdentifier:request:applicationGroupIdentifier:")]
+ [ObsoletedOSPlatform ("ios16.4")]
+ [ObsoletedOSPlatform ("macos13.3")]
+ [ObsoletedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public BAUrlDownload (string identifier, NSUrlRequest request, string applicationGroupIdentifier)
: base (NSObjectFlag.Empty)
@@ -104,7 +111,13 @@ namespace BackgroundAssets {
CFString.ReleaseNative (nsapplicationGroupIdentifier);
}
[Export ("initWithIdentifier:request:applicationGroupIdentifier:priority:")]
- [DesignatedInitializer]
+ [ObsoletedOSPlatform ("ios16.4")]
+ [ObsoletedOSPlatform ("macos13.3")]
+ [ObsoletedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public BAUrlDownload (string identifier, NSUrlRequest request, string applicationGroupIdentifier, nint priority)
: base (NSObjectFlag.Empty)
@@ -124,6 +137,55 @@ namespace BackgroundAssets {
CFString.ReleaseNative (nsidentifier);
CFString.ReleaseNative (nsapplicationGroupIdentifier);
}
+ [Export ("initWithIdentifier:request:fileSize:applicationGroupIdentifier:")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public BAUrlDownload (string identifier, NSUrlRequest request, nuint fileSize, string applicationGroupIdentifier)
+ : base (NSObjectFlag.Empty)
+ {
+ if (identifier is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (identifier));
+ var request__handle__ = request!.GetNonNullHandle (nameof (request));
+ if (applicationGroupIdentifier is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (applicationGroupIdentifier));
+ var nsidentifier = CFString.CreateNative (identifier);
+ var nsapplicationGroupIdentifier = CFString.CreateNative (applicationGroupIdentifier);
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle_UIntPtr_NativeHandle (this.Handle, Selector.GetHandle ("initWithIdentifier:request:fileSize:applicationGroupIdentifier:"), nsidentifier, request__handle__, fileSize, nsapplicationGroupIdentifier), "initWithIdentifier:request:fileSize:applicationGroupIdentifier:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle_NativeHandle_UIntPtr_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithIdentifier:request:fileSize:applicationGroupIdentifier:"), nsidentifier, request__handle__, fileSize, nsapplicationGroupIdentifier), "initWithIdentifier:request:fileSize:applicationGroupIdentifier:");
+ }
+ CFString.ReleaseNative (nsidentifier);
+ CFString.ReleaseNative (nsapplicationGroupIdentifier);
+ }
+ [Export ("initWithIdentifier:request:essential:fileSize:applicationGroupIdentifier:priority:")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ [DesignatedInitializer]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public BAUrlDownload (string identifier, NSUrlRequest request, bool essential, nuint fileSize, string applicationGroupIdentifier, nint priority)
+ : base (NSObjectFlag.Empty)
+ {
+ if (identifier is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (identifier));
+ var request__handle__ = request!.GetNonNullHandle (nameof (request));
+ if (applicationGroupIdentifier is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (applicationGroupIdentifier));
+ var nsidentifier = CFString.CreateNative (identifier);
+ var nsapplicationGroupIdentifier = CFString.CreateNative (applicationGroupIdentifier);
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle_bool_UIntPtr_NativeHandle_IntPtr (this.Handle, Selector.GetHandle ("initWithIdentifier:request:essential:fileSize:applicationGroupIdentifier:priority:"), nsidentifier, request__handle__, essential, fileSize, nsapplicationGroupIdentifier, priority), "initWithIdentifier:request:essential:fileSize:applicationGroupIdentifier:priority:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle_NativeHandle_bool_UIntPtr_NativeHandle_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithIdentifier:request:essential:fileSize:applicationGroupIdentifier:priority:"), nsidentifier, request__handle__, essential, fileSize, nsapplicationGroupIdentifier, priority), "initWithIdentifier:request:essential:fileSize:applicationGroupIdentifier:priority:");
+ }
+ CFString.ReleaseNative (nsidentifier);
+ CFString.ReleaseNative (nsapplicationGroupIdentifier);
+ }
[Field ("BADownloaderPriorityDefault", "BackgroundAssets")]
public static nint DefaultPriority {
get {
diff --git a/old/dotnet/maccatalyst/generated-sources/BackgroundTasks/BGTaskScheduler.g.cs b/new/dotnet/maccatalyst/generated-sources/BackgroundTasks/BGTaskScheduler.g.cs
index cfa5474..b62e734 100644
--- a/old/dotnet/maccatalyst/generated-sources/BackgroundTasks/BGTaskScheduler.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/BackgroundTasks/BGTaskScheduler.g.cs
@@ -96,11 +96,11 @@ namespace BackgroundTasks {
}
[Export ("getPendingTaskRequestsWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetPending ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V16))]global::System.Action<BGTaskRequest[]> completionHandler)
+ public unsafe virtual void GetPending ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V18))]global::System.Action<BGTaskRequest[]> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V16.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V18.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("getPendingTaskRequestsWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
@@ -120,7 +120,7 @@ namespace BackgroundTasks {
[Export ("registerForTaskWithIdentifier:usingQueue:launchHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Advice (@"This API is not available when using iOS App Extensions.")]
- public unsafe virtual bool Register (string identifier, global::CoreFoundation.DispatchQueue? queue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<BGTask> launchHandler)
+ public unsafe virtual bool Register (string identifier, global::CoreFoundation.DispatchQueue? queue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V19))]global::System.Action<BGTask> launchHandler)
{
if (identifier is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (identifier));
@@ -128,7 +128,7 @@ namespace BackgroundTasks {
if (launchHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (launchHandler));
var nsidentifier = CFString.CreateNative (identifier);
- using var block_launchHandler = Trampolines.SDActionArity1V17.CreateBlock (launchHandler);
+ using var block_launchHandler = Trampolines.SDActionArity1V19.CreateBlock (launchHandler);
BlockLiteral *block_ptr_launchHandler = &block_launchHandler;
bool ret;
if (IsDirectBinding) {
diff --git a/old/dotnet/maccatalyst/generated-sources/CallKit/CXCallController.g.cs b/new/dotnet/maccatalyst/generated-sources/CallKit/CXCallController.g.cs
index 373b15c..59b06db 100644
--- a/old/dotnet/maccatalyst/generated-sources/CallKit/CXCallController.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CallKit/CXCallController.g.cs
@@ -96,12 +96,12 @@ namespace CallKit {
}
[Export ("requestTransaction:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RequestTransaction (CXTransaction transaction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void RequestTransaction (CXTransaction transaction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var transaction__handle__ = transaction!.GetNonNullHandle (nameof (transaction));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("requestTransaction:completion:"), transaction__handle__, (IntPtr) block_ptr_completion);
@@ -126,14 +126,14 @@ namespace CallKit {
[SupportedOSPlatform ("maccatalyst")]
[UnsupportedOSPlatform ("macos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RequestTransaction (CXAction[] actions, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void RequestTransaction (CXAction[] actions, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
if (actions is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (actions));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
var nsa_actions = NSArray.FromNSObjects (actions);
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("requestTransactionWithActions:completion:"), nsa_actions.Handle, (IntPtr) block_ptr_completion);
@@ -162,12 +162,12 @@ namespace CallKit {
[SupportedOSPlatform ("maccatalyst")]
[UnsupportedOSPlatform ("macos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RequestTransaction (CXAction action, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void RequestTransaction (CXAction action, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var action__handle__ = action!.GetNonNullHandle (nameof (action));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("requestTransactionWithAction:completion:"), action__handle__, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/maccatalyst/generated-sources/CallKit/CXCallDirectoryManager.g.cs b/new/dotnet/maccatalyst/generated-sources/CallKit/CXCallDirectoryManager.g.cs
index 527f69a..66d3252 100644
--- a/old/dotnet/maccatalyst/generated-sources/CallKit/CXCallDirectoryManager.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CallKit/CXCallDirectoryManager.g.cs
@@ -117,9 +117,9 @@ namespace CallKit {
[SupportedOSPlatform ("ios13.4")]
[SupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void OpenSettings ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completion)
+ public unsafe virtual void OpenSettings ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completion)
{
- using var block_completion = Trampolines.SDActionArity1V15.CreateNullableBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateNullableBlock (completion);
BlockLiteral *block_ptr_completion = null;
if (completion is not null)
block_ptr_completion = &block_completion;
@@ -147,12 +147,12 @@ namespace CallKit {
}
[Export ("reloadExtensionWithIdentifier:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ReloadExtension (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completion)
+ public unsafe virtual void ReloadExtension (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completion)
{
if (identifier is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (identifier));
var nsidentifier = CFString.CreateNative (identifier);
- using var block_completion = Trampolines.SDActionArity1V15.CreateNullableBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateNullableBlock (completion);
BlockLiteral *block_ptr_completion = null;
if (completion is not null)
block_ptr_completion = &block_completion;
diff --git a/old/dotnet/maccatalyst/generated-sources/CallKit/CXProvider.g.cs b/new/dotnet/maccatalyst/generated-sources/CallKit/CXProvider.g.cs
index 3767e7c..b45ae79 100644
--- a/old/dotnet/maccatalyst/generated-sources/CallKit/CXProvider.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CallKit/CXProvider.g.cs
@@ -154,13 +154,13 @@ namespace CallKit {
}
[Export ("reportNewIncomingCallWithUUID:update:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ReportNewIncomingCall (NSUuid uuid, CXCallUpdate update, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void ReportNewIncomingCall (NSUuid uuid, CXCallUpdate update, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var uuid__handle__ = uuid!.GetNonNullHandle (nameof (uuid));
var update__handle__ = update!.GetNonNullHandle (nameof (update));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("reportNewIncomingCallWithUUID:update:completion:"), uuid__handle__, update__handle__, (IntPtr) block_ptr_completion);
@@ -186,10 +186,10 @@ namespace CallKit {
[SupportedOSPlatform ("ios14.5")]
[SupportedOSPlatform ("maccatalyst14.5")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ReportNewIncomingVoIPPushPayload (NSDictionary dictionaryPayload, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completion)
+ public unsafe static void ReportNewIncomingVoIPPushPayload (NSDictionary dictionaryPayload, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completion)
{
var dictionaryPayload__handle__ = dictionaryPayload!.GetNonNullHandle (nameof (dictionaryPayload));
- using var block_completion = Trampolines.SDActionArity1V15.CreateNullableBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateNullableBlock (completion);
BlockLiteral *block_ptr_completion = null;
if (completion is not null)
block_ptr_completion = &block_completion;
diff --git a/old/dotnet/maccatalyst/generated-sources/ClassKit/CLSContextProvider.g.cs b/new/dotnet/maccatalyst/generated-sources/ClassKit/CLSContextProvider.g.cs
index 99e0b00..790319f 100644
--- a/old/dotnet/maccatalyst/generated-sources/ClassKit/CLSContextProvider.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/ClassKit/CLSContextProvider.g.cs
@@ -54,13 +54,13 @@ namespace ClassKit {
[SupportedOSPlatform ("macos11.0")]
[SupportedOSPlatform ("ios12.2")]
[Protocol (Name = "CLSContextProvider", WrapperType = typeof (CLSContextProviderWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "UpdateDescendants", Selector = "updateDescendantsOfContext:completion:", ParameterType = new Type [] { typeof (ClassKit.CLSContext), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V15) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "UpdateDescendants", Selector = "updateDescendantsOfContext:completion:", ParameterType = new Type [] { typeof (ClassKit.CLSContext), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V17) })]
public partial interface ICLSContextProvider : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("updateDescendantsOfContext:completion:")]
[Preserve (Conditional = true)]
- unsafe void UpdateDescendants (CLSContext context, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion);
+ unsafe void UpdateDescendants (CLSContext context, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion);
}
internal sealed class CLSContextProviderWrapper : BaseWrapper, ICLSContextProvider {
[Preserve (Conditional = true)]
@@ -70,12 +70,12 @@ namespace ClassKit {
}
[Export ("updateDescendantsOfContext:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void UpdateDescendants (CLSContext context, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe void UpdateDescendants (CLSContext context, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var context__handle__ = context!.GetNonNullHandle (nameof (context));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("updateDescendantsOfContext:completion:"), context__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/ClassKit/CLSDataStore.g.cs b/new/dotnet/maccatalyst/generated-sources/ClassKit/CLSDataStore.g.cs
index b53b2ae..3a41d58 100644
--- a/old/dotnet/maccatalyst/generated-sources/ClassKit/CLSDataStore.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/ClassKit/CLSDataStore.g.cs
@@ -193,9 +193,9 @@ namespace ClassKit {
}
[Export ("saveWithCompletion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void Save ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completion)
+ public unsafe virtual void Save ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completion)
{
- using var block_completion = Trampolines.SDActionArity1V15.CreateNullableBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateNullableBlock (completion);
BlockLiteral *block_ptr_completion = null;
if (completion is not null)
block_ptr_completion = &block_completion;
diff --git a/old/dotnet/maccatalyst/generated-sources/CloudKit/CKAcceptSharesOperation.g.cs b/new/dotnet/maccatalyst/generated-sources/CloudKit/CKAcceptSharesOperation.g.cs
index 2b9a340..84eba89 100644
--- a/old/dotnet/maccatalyst/generated-sources/CloudKit/CKAcceptSharesOperation.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CloudKit/CKAcceptSharesOperation.g.cs
@@ -99,7 +99,7 @@ namespace CloudKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public unsafe virtual global::System.Action<NSError>? AcceptSharesCompleted {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V15))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V17))]
[Export ("acceptSharesCompletionBlock", ArgumentSemantic.Copy)]
get {
NativeHandle ret;
@@ -108,12 +108,12 @@ namespace CloudKit {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("acceptSharesCompletionBlock"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity1V15.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V17.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]
[Export ("setAcceptSharesCompletionBlock:", ArgumentSemantic.Copy)]
set {
- using var block_value = Trampolines.SDActionArity1V15.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity1V17.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
diff --git a/old/dotnet/maccatalyst/generated-sources/CloudKit/CKDiscoverAllUserIdentitiesOperation.g.cs b/new/dotnet/maccatalyst/generated-sources/CloudKit/CKDiscoverAllUserIdentitiesOperation.g.cs
index 855959f..3f548f1 100644
--- a/old/dotnet/maccatalyst/generated-sources/CloudKit/CKDiscoverAllUserIdentitiesOperation.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CloudKit/CKDiscoverAllUserIdentitiesOperation.g.cs
@@ -85,7 +85,7 @@ namespace CloudKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public unsafe virtual global::System.Action<NSError>? Completed {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V15))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V17))]
[Export ("discoverAllUserIdentitiesCompletionBlock", ArgumentSemantic.Copy)]
get {
NativeHandle ret;
@@ -94,12 +94,12 @@ namespace CloudKit {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("discoverAllUserIdentitiesCompletionBlock"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity1V15.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V17.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]
[Export ("setDiscoverAllUserIdentitiesCompletionBlock:", ArgumentSemantic.Copy)]
set {
- using var block_value = Trampolines.SDActionArity1V15.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity1V17.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
@@ -112,7 +112,7 @@ namespace CloudKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public unsafe virtual global::System.Action<CKUserIdentity>? Discovered {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V18))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V20))]
[Export ("userIdentityDiscoveredBlock", ArgumentSemantic.Copy)]
get {
NativeHandle ret;
@@ -121,12 +121,12 @@ namespace CloudKit {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("userIdentityDiscoveredBlock"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity1V18.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V20.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V18))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V20))]
[Export ("setUserIdentityDiscoveredBlock:", ArgumentSemantic.Copy)]
set {
- using var block_value = Trampolines.SDActionArity1V18.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity1V20.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
diff --git a/old/dotnet/maccatalyst/generated-sources/CloudKit/CKDiscoverUserIdentitiesOperation.g.cs b/new/dotnet/maccatalyst/generated-sources/CloudKit/CKDiscoverUserIdentitiesOperation.g.cs
index 8d18303..fdc1782 100644
--- a/old/dotnet/maccatalyst/generated-sources/CloudKit/CKDiscoverUserIdentitiesOperation.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CloudKit/CKDiscoverUserIdentitiesOperation.g.cs
@@ -99,7 +99,7 @@ namespace CloudKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public unsafe virtual global::System.Action<NSError>? Completed {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V15))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V17))]
[Export ("discoverUserIdentitiesCompletionBlock", ArgumentSemantic.Copy)]
get {
NativeHandle ret;
@@ -108,12 +108,12 @@ namespace CloudKit {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("discoverUserIdentitiesCompletionBlock"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity1V15.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V17.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]
[Export ("setDiscoverUserIdentitiesCompletionBlock:", ArgumentSemantic.Copy)]
set {
- using var block_value = Trampolines.SDActionArity1V15.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity1V17.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
diff --git a/old/dotnet/maccatalyst/generated-sources/CloudKit/CKFetchDatabaseChangesOperation.g.cs b/new/dotnet/maccatalyst/generated-sources/CloudKit/CKFetchDatabaseChangesOperation.g.cs
index 24f66ae..3775a2f 100644
--- a/old/dotnet/maccatalyst/generated-sources/CloudKit/CKFetchDatabaseChangesOperation.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CloudKit/CKFetchDatabaseChangesOperation.g.cs
@@ -96,7 +96,7 @@ namespace CloudKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public unsafe virtual global::System.Action<CKServerChangeToken>? ChangeTokenUpdated {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V19))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V21))]
[Export ("changeTokenUpdatedBlock", ArgumentSemantic.Copy)]
get {
NativeHandle ret;
@@ -105,12 +105,12 @@ namespace CloudKit {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("changeTokenUpdatedBlock"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity1V19.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V21.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V19))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V21))]
[Export ("setChangeTokenUpdatedBlock:", ArgumentSemantic.Copy)]
set {
- using var block_value = Trampolines.SDActionArity1V19.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity1V21.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
@@ -123,7 +123,7 @@ namespace CloudKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public unsafe virtual global::System.Action<CKRecordZoneID>? Changed {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V20))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V22))]
[Export ("recordZoneWithIDChangedBlock", ArgumentSemantic.Copy)]
get {
NativeHandle ret;
@@ -132,12 +132,12 @@ namespace CloudKit {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("recordZoneWithIDChangedBlock"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity1V20.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V22.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V20))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V22))]
[Export ("setRecordZoneWithIDChangedBlock:", ArgumentSemantic.Copy)]
set {
- using var block_value = Trampolines.SDActionArity1V20.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity1V22.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
@@ -222,7 +222,7 @@ namespace CloudKit {
[SupportedOSPlatform ("ios15.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
public unsafe virtual global::System.Action<CKRecordZoneID>? RecordZoneWithIdWasDeletedDueToUserEncryptedDataReset {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V20))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V22))]
[Export ("recordZoneWithIDWasDeletedDueToUserEncryptedDataResetBlock", ArgumentSemantic.Copy)]
get {
NativeHandle ret;
@@ -231,12 +231,12 @@ namespace CloudKit {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("recordZoneWithIDWasDeletedDueToUserEncryptedDataResetBlock"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity1V20.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V22.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V20))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V22))]
[Export ("setRecordZoneWithIDWasDeletedDueToUserEncryptedDataResetBlock:", ArgumentSemantic.Copy)]
set {
- using var block_value = Trampolines.SDActionArity1V20.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity1V22.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
@@ -268,7 +268,7 @@ namespace CloudKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public unsafe virtual global::System.Action<CKRecordZoneID>? WasDeleted {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V20))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V22))]
[Export ("recordZoneWithIDWasDeletedBlock", ArgumentSemantic.Copy)]
get {
NativeHandle ret;
@@ -277,12 +277,12 @@ namespace CloudKit {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("recordZoneWithIDWasDeletedBlock"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity1V20.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V22.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V20))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V22))]
[Export ("setRecordZoneWithIDWasDeletedBlock:", ArgumentSemantic.Copy)]
set {
- using var block_value = Trampolines.SDActionArity1V20.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity1V22.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
@@ -299,7 +299,7 @@ namespace CloudKit {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst")]
public unsafe virtual global::System.Action<CKRecordZoneID>? WasPurged {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V20))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V22))]
[Export ("recordZoneWithIDWasPurgedBlock", ArgumentSemantic.Copy)]
get {
NativeHandle ret;
@@ -308,12 +308,12 @@ namespace CloudKit {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("recordZoneWithIDWasPurgedBlock"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity1V20.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V22.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V20))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V22))]
[Export ("setRecordZoneWithIDWasPurgedBlock:", ArgumentSemantic.Copy)]
set {
- using var block_value = Trampolines.SDActionArity1V20.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity1V22.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
diff --git a/old/dotnet/maccatalyst/generated-sources/CloudKit/CKFetchNotificationChangesOperation.g.cs b/new/dotnet/maccatalyst/generated-sources/CloudKit/CKFetchNotificationChangesOperation.g.cs
index c23bb5c..2e24a67 100644
--- a/old/dotnet/maccatalyst/generated-sources/CloudKit/CKFetchNotificationChangesOperation.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CloudKit/CKFetchNotificationChangesOperation.g.cs
@@ -138,7 +138,7 @@ namespace CloudKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public unsafe virtual global::System.Action<CKNotification>? NotificationChanged {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V21))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V23))]
[Export ("notificationChangedBlock", ArgumentSemantic.Copy)]
get {
NativeHandle ret;
@@ -147,12 +147,12 @@ namespace CloudKit {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("notificationChangedBlock"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity1V21.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V23.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V21))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V23))]
[Export ("setNotificationChangedBlock:", ArgumentSemantic.Copy)]
set {
- using var block_value = Trampolines.SDActionArity1V21.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity1V23.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
diff --git a/old/dotnet/maccatalyst/generated-sources/CloudKit/CKFetchRecordChangesOperation.g.cs b/new/dotnet/maccatalyst/generated-sources/CloudKit/CKFetchRecordChangesOperation.g.cs
index 8e5c60c..9e11408 100644
--- a/old/dotnet/maccatalyst/generated-sources/CloudKit/CKFetchRecordChangesOperation.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CloudKit/CKFetchRecordChangesOperation.g.cs
@@ -183,7 +183,7 @@ namespace CloudKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public unsafe virtual global::System.Action<CKRecord>? RecordChanged {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V22))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V24))]
[Export ("recordChangedBlock", ArgumentSemantic.Copy)]
get {
NativeHandle ret;
@@ -192,12 +192,12 @@ namespace CloudKit {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("recordChangedBlock"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity1V22.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V24.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V22))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V24))]
[Export ("setRecordChangedBlock:", ArgumentSemantic.Copy)]
set {
- using var block_value = Trampolines.SDActionArity1V22.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity1V24.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
@@ -210,7 +210,7 @@ namespace CloudKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public unsafe virtual global::System.Action<CKRecordID>? RecordDeleted {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V23))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V25))]
[Export ("recordWithIDWasDeletedBlock", ArgumentSemantic.Copy)]
get {
NativeHandle ret;
@@ -219,12 +219,12 @@ namespace CloudKit {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("recordWithIDWasDeletedBlock"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity1V23.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V25.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V23))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V25))]
[Export ("setRecordWithIDWasDeletedBlock:", ArgumentSemantic.Copy)]
set {
- using var block_value = Trampolines.SDActionArity1V23.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity1V25.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
diff --git a/old/dotnet/maccatalyst/generated-sources/CloudKit/CKFetchRecordZoneChangesOperation.g.cs b/new/dotnet/maccatalyst/generated-sources/CloudKit/CKFetchRecordZoneChangesOperation.g.cs
index b6257ae..0599636 100644
--- a/old/dotnet/maccatalyst/generated-sources/CloudKit/CKFetchRecordZoneChangesOperation.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CloudKit/CKFetchRecordZoneChangesOperation.g.cs
@@ -128,7 +128,7 @@ namespace CloudKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public unsafe virtual global::System.Action<NSError>? ChangesCompleted {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V15))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V17))]
[Export ("fetchRecordZoneChangesCompletionBlock", ArgumentSemantic.Copy)]
get {
NativeHandle ret;
@@ -137,12 +137,12 @@ namespace CloudKit {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("fetchRecordZoneChangesCompletionBlock"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity1V15.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V17.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]
[Export ("setFetchRecordZoneChangesCompletionBlock:", ArgumentSemantic.Copy)]
set {
- using var block_value = Trampolines.SDActionArity1V15.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity1V17.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
@@ -265,7 +265,7 @@ namespace CloudKit {
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
public unsafe virtual global::System.Action<CKRecord>? RecordChanged {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V22))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V24))]
[Export ("recordChangedBlock", ArgumentSemantic.Copy)]
get {
NativeHandle ret;
@@ -274,12 +274,12 @@ namespace CloudKit {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("recordChangedBlock"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity1V22.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V24.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V22))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V24))]
[Export ("setRecordChangedBlock:", ArgumentSemantic.Copy)]
set {
- using var block_value = Trampolines.SDActionArity1V22.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity1V24.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
diff --git a/old/dotnet/maccatalyst/generated-sources/CloudKit/CKFetchShareMetadataOperation.g.cs b/new/dotnet/maccatalyst/generated-sources/CloudKit/CKFetchShareMetadataOperation.g.cs
index 25f3c80..fc29199 100644
--- a/old/dotnet/maccatalyst/generated-sources/CloudKit/CKFetchShareMetadataOperation.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CloudKit/CKFetchShareMetadataOperation.g.cs
@@ -99,7 +99,7 @@ namespace CloudKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public unsafe virtual global::System.Action<NSError>? FetchShareMetadataCompleted {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V15))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V17))]
[Export ("fetchShareMetadataCompletionBlock", ArgumentSemantic.Copy)]
get {
NativeHandle ret;
@@ -108,12 +108,12 @@ namespace CloudKit {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("fetchShareMetadataCompletionBlock"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity1V15.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V17.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]
[Export ("setFetchShareMetadataCompletionBlock:", ArgumentSemantic.Copy)]
set {
- using var block_value = Trampolines.SDActionArity1V15.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity1V17.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
diff --git a/old/dotnet/maccatalyst/generated-sources/CloudKit/CKFetchShareParticipantsOperation.g.cs b/new/dotnet/maccatalyst/generated-sources/CloudKit/CKFetchShareParticipantsOperation.g.cs
index 833747b..31504b3 100644
--- a/old/dotnet/maccatalyst/generated-sources/CloudKit/CKFetchShareParticipantsOperation.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CloudKit/CKFetchShareParticipantsOperation.g.cs
@@ -99,7 +99,7 @@ namespace CloudKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public unsafe virtual global::System.Action<NSError>? Completed {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V15))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V17))]
[Export ("fetchShareParticipantsCompletionBlock", ArgumentSemantic.Copy)]
get {
NativeHandle ret;
@@ -108,12 +108,12 @@ namespace CloudKit {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("fetchShareParticipantsCompletionBlock"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity1V15.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V17.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]
[Export ("setFetchShareParticipantsCompletionBlock:", ArgumentSemantic.Copy)]
set {
- using var block_value = Trampolines.SDActionArity1V15.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity1V17.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
@@ -134,7 +134,7 @@ namespace CloudKit {
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
public unsafe virtual global::System.Action<CKShareParticipant>? Fetched {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V24))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V26))]
[Export ("shareParticipantFetchedBlock", ArgumentSemantic.Copy)]
get {
NativeHandle ret;
@@ -143,12 +143,12 @@ namespace CloudKit {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("shareParticipantFetchedBlock"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity1V24.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V26.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V24))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V26))]
[Export ("setShareParticipantFetchedBlock:", ArgumentSemantic.Copy)]
set {
- using var block_value = Trampolines.SDActionArity1V24.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity1V26.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
diff --git a/old/dotnet/maccatalyst/generated-sources/CloudKit/CKModifyBadgeOperation.g.cs b/new/dotnet/maccatalyst/generated-sources/CloudKit/CKModifyBadgeOperation.g.cs
index bbc6d74..a339fc3 100644
--- a/old/dotnet/maccatalyst/generated-sources/CloudKit/CKModifyBadgeOperation.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CloudKit/CKModifyBadgeOperation.g.cs
@@ -119,7 +119,7 @@ namespace CloudKit {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public unsafe virtual global::System.Action<NSError>? Completed {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V15))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V17))]
[Export ("modifyBadgeCompletionBlock", ArgumentSemantic.Copy)]
get {
NativeHandle ret;
@@ -128,12 +128,12 @@ namespace CloudKit {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("modifyBadgeCompletionBlock"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity1V15.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V17.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]
[Export ("setModifyBadgeCompletionBlock:", ArgumentSemantic.Copy)]
set {
- using var block_value = Trampolines.SDActionArity1V15.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity1V17.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
diff --git a/old/dotnet/maccatalyst/generated-sources/CloudKit/CKQueryOperation.g.cs b/new/dotnet/maccatalyst/generated-sources/CloudKit/CKQueryOperation.g.cs
index 756ff40..df86c2b 100644
--- a/old/dotnet/maccatalyst/generated-sources/CloudKit/CKQueryOperation.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CloudKit/CKQueryOperation.g.cs
@@ -210,7 +210,7 @@ namespace CloudKit {
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
public unsafe virtual global::System.Action<CKRecord>? RecordFetched {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V22))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V24))]
[Export ("recordFetchedBlock", ArgumentSemantic.Copy)]
get {
NativeHandle ret;
@@ -219,12 +219,12 @@ namespace CloudKit {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("recordFetchedBlock"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity1V22.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V24.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V22))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V24))]
[Export ("setRecordFetchedBlock:", ArgumentSemantic.Copy)]
set {
- using var block_value = Trampolines.SDActionArity1V22.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity1V24.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
diff --git a/old/dotnet/maccatalyst/generated-sources/CoreAnimation/CAEdrMetadata.g.cs b/new/dotnet/maccatalyst/generated-sources/CoreAnimation/CAEdrMetadata.g.cs
index a5b6478..91e9898 100644
--- a/old/dotnet/maccatalyst/generated-sources/CoreAnimation/CAEdrMetadata.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CoreAnimation/CAEdrMetadata.g.cs
@@ -54,10 +54,23 @@ namespace CoreAnimation {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst16.0")]
[SupportedOSPlatform ("macos10.15")]
- public unsafe partial class CAEdrMetadata : NSObject {
+ public unsafe partial class CAEdrMetadata : NSObject, INSCoding, INSCopying, INSSecureCoding {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static readonly NativeHandle class_ptr = Class.GetHandle ("CAEDRMetadata");
public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [DesignatedInitializer]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("initWithCoder:")]
+ public CAEdrMetadata (NSCoder coder) : base (NSObjectFlag.Empty)
+ {
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ }
+ }
+
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable (EditorBrowsableState.Advanced)]
protected CAEdrMetadata (NSObjectFlag t) : base (t)
@@ -70,6 +83,41 @@ namespace CoreAnimation {
{
}
+ [Export ("copyWithZone:")]
+ [return: ReleaseAttribute ()]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("macos10.15")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual NSObject Copy (NSZone? zone)
+ {
+ var zone__handle__ = zone.GetHandle ();
+ NSObject? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ } else {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ }
+ if (ret != null)
+ global::ObjCRuntime.Messaging.void_objc_msgSend (ret.Handle, Selector.GetHandle ("release"));
+ return ret!;
+ }
+ [Export ("encodeWithCoder:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("macos10.15")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void EncodeTo (NSCoder encoder)
+ {
+ var encoder__handle__ = encoder!.GetNonNullHandle (nameof (encoder));
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ }
+ }
[Export ("HDR10MetadataWithDisplayInfo:contentInfo:opticalOutputScale:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public static CAEdrMetadata GetHdr10Metadata (NSData? displayData, NSData? contentData, float scale)
diff --git a/old/dotnet/maccatalyst/generated-sources/CoreAnimation/CAMetalDrawable.g.cs b/new/dotnet/maccatalyst/generated-sources/CoreAnimation/CAMetalDrawable.g.cs
index 9b04446..abc96aa 100644
--- a/old/dotnet/maccatalyst/generated-sources/CoreAnimation/CAMetalDrawable.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CoreAnimation/CAMetalDrawable.g.cs
@@ -96,11 +96,11 @@ namespace CoreAnimation {
}
[Export ("addPresentedHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void AddPresentedHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V25))]global::System.Action<global::Metal.IMTLDrawable> block)
+ public unsafe void AddPresentedHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V27))]global::System.Action<global::Metal.IMTLDrawable> block)
{
if (block is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (block));
- using var block_block = Trampolines.SDActionArity1V25.CreateBlock (block);
+ using var block_block = Trampolines.SDActionArity1V27.CreateBlock (block);
BlockLiteral *block_ptr_block = &block_block;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("addPresentedHandler:"), (IntPtr) block_ptr_block);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/CoreData/NSAsynchronousFetchRequest.g.cs b/new/dotnet/maccatalyst/generated-sources/CoreData/NSAsynchronousFetchRequest.g.cs
index fdc09b6..3d18853 100644
--- a/old/dotnet/maccatalyst/generated-sources/CoreData/NSAsynchronousFetchRequest.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CoreData/NSAsynchronousFetchRequest.g.cs
@@ -84,11 +84,11 @@ namespace CoreData {
[Export ("initWithFetchRequest:completionBlock:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NSAsynchronousFetchRequest (NSFetchRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V26))]global::System.Action<NSAsynchronousFetchResult>? completion)
+ public unsafe NSAsynchronousFetchRequest (NSFetchRequest request, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V28))]global::System.Action<NSAsynchronousFetchResult>? completion)
: base (NSObjectFlag.Empty)
{
var request__handle__ = request!.GetNonNullHandle (nameof (request));
- using var block_completion = Trampolines.SDActionArity1V26.CreateNullableBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V28.CreateNullableBlock (completion);
BlockLiteral *block_ptr_completion = null;
if (completion is not null)
block_ptr_completion = &block_completion;
diff --git a/old/dotnet/maccatalyst/generated-sources/CoreData/NSCoreDataCoreSpotlightDelegate.g.cs b/new/dotnet/maccatalyst/generated-sources/CoreData/NSCoreDataCoreSpotlightDelegate.g.cs
index d746fd2..f91e5ed 100644
--- a/old/dotnet/maccatalyst/generated-sources/CoreData/NSCoreDataCoreSpotlightDelegate.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CoreData/NSCoreDataCoreSpotlightDelegate.g.cs
@@ -114,11 +114,11 @@ namespace CoreData {
[SupportedOSPlatform ("ios15.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void DeleteSpotlightIndex ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe virtual void DeleteSpotlightIndex ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("deleteSpotlightIndexWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/maccatalyst/generated-sources/CoreData/NSPersistentContainer.g.cs b/new/dotnet/maccatalyst/generated-sources/CoreData/NSPersistentContainer.g.cs
index c7bfb93..3abe0dd 100644
--- a/old/dotnet/maccatalyst/generated-sources/CoreData/NSPersistentContainer.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CoreData/NSPersistentContainer.g.cs
@@ -155,11 +155,11 @@ namespace CoreData {
}
[Export ("performBackgroundTask:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void Perform ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V27))]global::System.Action<NSManagedObjectContext> block)
+ public unsafe virtual void Perform ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V29))]global::System.Action<NSManagedObjectContext> block)
{
if (block is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (block));
- using var block_block = Trampolines.SDActionArity1V27.CreateBlock (block);
+ using var block_block = Trampolines.SDActionArity1V29.CreateBlock (block);
BlockLiteral *block_ptr_block = &block_block;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("performBackgroundTask:"), (IntPtr) block_ptr_block);
diff --git a/old/dotnet/maccatalyst/generated-sources/CoreHaptics/CHHapticAdvancedPatternPlayer.g.cs b/new/dotnet/maccatalyst/generated-sources/CoreHaptics/CHHapticAdvancedPatternPlayer.g.cs
index 93eeeac..313088a 100644
--- a/old/dotnet/maccatalyst/generated-sources/CoreHaptics/CHHapticAdvancedPatternPlayer.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CoreHaptics/CHHapticAdvancedPatternPlayer.g.cs
@@ -60,7 +60,7 @@ namespace CoreHaptics {
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "LoopEnabled", Selector = "loopEnabled", PropertyType = typeof (bool), GetterSelector = "loopEnabled", SetterSelector = "setLoopEnabled:", ArgumentSemantic = ArgumentSemantic.None)]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "LoopEnd", Selector = "loopEnd", PropertyType = typeof (double), GetterSelector = "loopEnd", SetterSelector = "setLoopEnd:", ArgumentSemantic = ArgumentSemantic.None)]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "PlaybackRate", Selector = "playbackRate", PropertyType = typeof (float), GetterSelector = "playbackRate", SetterSelector = "setPlaybackRate:", ArgumentSemantic = ArgumentSemantic.None)]
- [ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "CompletionHandler", Selector = "completionHandler", PropertyType = typeof (global::System.Action<NSError>), GetterSelector = "completionHandler", SetterSelector = "setCompletionHandler:", ArgumentSemantic = ArgumentSemantic.Assign, ParameterBlockProxy = new Type [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V15) }, ReturnTypeDelegateProxy = typeof (ObjCRuntime.Trampolines.SDActionArity1V15))]
+ [ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "CompletionHandler", Selector = "completionHandler", PropertyType = typeof (global::System.Action<NSError>), GetterSelector = "completionHandler", SetterSelector = "setCompletionHandler:", ArgumentSemantic = ArgumentSemantic.Assign, ParameterBlockProxy = new Type [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V17) }, ReturnTypeDelegateProxy = typeof (ObjCRuntime.Trampolines.SDActionArity1V17))]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "IsMuted", Selector = "isMuted", PropertyType = typeof (bool), GetterSelector = "isMuted", SetterSelector = "setIsMuted:", ArgumentSemantic = ArgumentSemantic.None)]
public partial interface ICHHapticAdvancedPatternPlayer : INativeObject, IDisposable,
CoreHaptics.ICHHapticPatternPlayer
@@ -100,10 +100,10 @@ namespace CoreHaptics {
}
[Preserve (Conditional = true)]
unsafe global::System.Action<NSError> CompletionHandler {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V15))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V17))]
[Export ("completionHandler", ArgumentSemantic.Assign)]
get;
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]
[Export ("setCompletionHandler:", ArgumentSemantic.Assign)]
set;
}
@@ -241,19 +241,19 @@ namespace CoreHaptics {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public unsafe global::System.Action<NSError> CompletionHandler {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V15))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V17))]
[Export ("completionHandler", ArgumentSemantic.Assign)]
get {
NativeHandle ret;
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("completionHandler"));
- return global::ObjCRuntime.Trampolines.NIDActionArity1V15.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V17.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]
[Export ("setCompletionHandler:", ArgumentSemantic.Assign)]
set {
if (value is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (value));
- using var block_value = Trampolines.SDActionArity1V15.CreateBlock (value);
+ using var block_value = Trampolines.SDActionArity1V17.CreateBlock (value);
BlockLiteral *block_ptr_value = &block_value;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setCompletionHandler:"), (IntPtr) block_ptr_value);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/CoreHaptics/CHHapticEngine.g.cs b/new/dotnet/maccatalyst/generated-sources/CoreHaptics/CHHapticEngine.g.cs
index 71affbf..54bc585 100644
--- a/old/dotnet/maccatalyst/generated-sources/CoreHaptics/CHHapticEngine.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CoreHaptics/CHHapticEngine.g.cs
@@ -141,11 +141,11 @@ namespace CoreHaptics {
}
[Export ("notifyWhenPlayersFinished:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void NotifyWhenPlayersFinished ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> finishedHandler)
+ public unsafe virtual void NotifyWhenPlayersFinished ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> finishedHandler)
{
if (finishedHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (finishedHandler));
- using var block_finishedHandler = Trampolines.SDActionArity1V15.CreateBlock (finishedHandler);
+ using var block_finishedHandler = Trampolines.SDActionArity1V17.CreateBlock (finishedHandler);
BlockLiteral *block_ptr_finishedHandler = &block_finishedHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("notifyWhenPlayersFinished:"), (IntPtr) block_ptr_finishedHandler);
@@ -213,9 +213,9 @@ namespace CoreHaptics {
}
[Export ("startWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void Start ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completionHandler)
+ public unsafe virtual void Start ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completionHandler)
{
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -253,9 +253,9 @@ namespace CoreHaptics {
}
[Export ("stopWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void Stop ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completionHandler)
+ public unsafe virtual void Stop ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completionHandler)
{
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -430,7 +430,7 @@ namespace CoreHaptics {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public unsafe virtual global::System.Action<CHHapticEngineStoppedReason> StoppedHandler {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V28))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V30))]
[Export ("stoppedHandler", ArgumentSemantic.Assign)]
get {
NativeHandle ret;
@@ -439,14 +439,14 @@ namespace CoreHaptics {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("stoppedHandler"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity1V28.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V30.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V28))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V30))]
[Export ("setStoppedHandler:", ArgumentSemantic.Assign)]
set {
if (value is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (value));
- using var block_value = Trampolines.SDActionArity1V28.CreateBlock (value);
+ using var block_value = Trampolines.SDActionArity1V30.CreateBlock (value);
BlockLiteral *block_ptr_value = &block_value;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setStoppedHandler:"), (IntPtr) block_ptr_value);
diff --git a/old/dotnet/maccatalyst/generated-sources/CoreLocation/CLLocationManager.g.cs b/new/dotnet/maccatalyst/generated-sources/CoreLocation/CLLocationManager.g.cs
index 54d4145..9004898 100644
--- a/old/dotnet/maccatalyst/generated-sources/CoreLocation/CLLocationManager.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CoreLocation/CLLocationManager.g.cs
@@ -152,12 +152,12 @@ namespace CoreLocation {
[SupportedOSPlatform ("ios14.0")]
[SupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RequestTemporaryFullAccuracyAuthorization (string purposeKey, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completion)
+ public unsafe virtual void RequestTemporaryFullAccuracyAuthorization (string purposeKey, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completion)
{
if (purposeKey is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (purposeKey));
var nspurposeKey = CFString.CreateNative (purposeKey);
- using var block_completion = Trampolines.SDActionArity1V15.CreateNullableBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateNullableBlock (completion);
BlockLiteral *block_ptr_completion = null;
if (completion is not null)
block_ptr_completion = &block_completion;
diff --git a/old/dotnet/maccatalyst/generated-sources/CoreML/MLModelCollection.g.cs b/new/dotnet/maccatalyst/generated-sources/CoreML/MLModelCollection.g.cs
index 52b2305..ce2d19e 100644
--- a/old/dotnet/maccatalyst/generated-sources/CoreML/MLModelCollection.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CoreML/MLModelCollection.g.cs
@@ -50,6 +50,9 @@ using NativeHandle = System.IntPtr;
#endif
namespace CoreML {
[Register("MLModelCollection", true)]
+ [ObsoletedOSPlatform ("macos13.3", "Use Background Assets or 'NSUrlSession' instead.")]
+ [ObsoletedOSPlatform ("maccatalyst16.4", "Use Background Assets or 'NSUrlSession' instead.")]
+ [ObsoletedOSPlatform ("ios16.4", "Use Background Assets or 'NSUrlSession' instead.")]
[SupportedOSPlatform ("macos11.0")]
[SupportedOSPlatform ("ios14.0")]
[SupportedOSPlatform ("maccatalyst14.0")]
diff --git a/old/dotnet/maccatalyst/generated-sources/CoreML/MLModelCollectionEntry.g.cs b/new/dotnet/maccatalyst/generated-sources/CoreML/MLModelCollectionEntry.g.cs
index 6a43bcf..580c134 100644
--- a/old/dotnet/maccatalyst/generated-sources/CoreML/MLModelCollectionEntry.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CoreML/MLModelCollectionEntry.g.cs
@@ -50,6 +50,9 @@ using NativeHandle = System.IntPtr;
#endif
namespace CoreML {
[Register("MLModelCollectionEntry", true)]
+ [ObsoletedOSPlatform ("macos13.3", "Use Background Assets or 'NSUrlSession' instead.")]
+ [ObsoletedOSPlatform ("maccatalyst16.4", "Use Background Assets or 'NSUrlSession' instead.")]
+ [ObsoletedOSPlatform ("ios16.4", "Use Background Assets or 'NSUrlSession' instead.")]
[SupportedOSPlatform ("macos11.0")]
[SupportedOSPlatform ("ios14.0")]
[SupportedOSPlatform ("maccatalyst14.0")]
diff --git a/old/dotnet/maccatalyst/generated-sources/CoreML/MLMultiArray.g.cs b/new/dotnet/maccatalyst/generated-sources/CoreML/MLMultiArray.g.cs
index 5f5dec3..7b1f2c1 100644
--- a/old/dotnet/maccatalyst/generated-sources/CoreML/MLMultiArray.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CoreML/MLMultiArray.g.cs
@@ -102,7 +102,7 @@ namespace CoreML {
}
[Export ("initWithDataPointer:shape:dataType:strides:deallocator:error:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe MLMultiArray (nint dataPointer, NSNumber[] shape, MLMultiArrayDataType dataType, NSNumber[] strides, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V29))]global::System.Action<nint>? deallocator, out NSError error)
+ public unsafe MLMultiArray (nint dataPointer, NSNumber[] shape, MLMultiArrayDataType dataType, NSNumber[] strides, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V31))]global::System.Action<nint>? deallocator, out NSError error)
: base (NSObjectFlag.Empty)
{
if (shape is null)
@@ -112,7 +112,7 @@ namespace CoreML {
NativeHandle errorValue = IntPtr.Zero;
var nsa_shape = NSArray.FromNSObjects (shape);
var nsa_strides = NSArray.FromNSObjects (strides);
- using var block_deallocator = Trampolines.SDActionArity1V29.CreateNullableBlock (deallocator);
+ using var block_deallocator = Trampolines.SDActionArity1V31.CreateNullableBlock (deallocator);
BlockLiteral *block_ptr_deallocator = null;
if (deallocator is not null)
block_ptr_deallocator = &block_deallocator;
diff --git a/old/dotnet/maccatalyst/generated-sources/CoreML/MLUpdateProgressHandlers.g.cs b/new/dotnet/maccatalyst/generated-sources/CoreML/MLUpdateProgressHandlers.g.cs
index e670adf..29eb2a0 100644
--- a/old/dotnet/maccatalyst/generated-sources/CoreML/MLUpdateProgressHandlers.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CoreML/MLUpdateProgressHandlers.g.cs
@@ -72,16 +72,16 @@ namespace CoreML {
[Export ("initForEvents:progressHandler:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe MLUpdateProgressHandlers (MLUpdateProgressEvent interestedEvents, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V30))]global::System.Action<MLUpdateContext>? progressHandler, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V30))]global::System.Action<MLUpdateContext> completionHandler)
+ public unsafe MLUpdateProgressHandlers (MLUpdateProgressEvent interestedEvents, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V32))]global::System.Action<MLUpdateContext>? progressHandler, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V32))]global::System.Action<MLUpdateContext> completionHandler)
: base (NSObjectFlag.Empty)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_progressHandler = Trampolines.SDActionArity1V30.CreateNullableBlock (progressHandler);
+ using var block_progressHandler = Trampolines.SDActionArity1V32.CreateNullableBlock (progressHandler);
BlockLiteral *block_ptr_progressHandler = null;
if (progressHandler is not null)
block_ptr_progressHandler = &block_progressHandler;
- using var block_completionHandler = Trampolines.SDActionArity1V30.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V32.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_UIntPtr_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("initForEvents:progressHandler:completionHandler:"), (UIntPtr) (ulong) interestedEvents, (IntPtr) block_ptr_progressHandler, (IntPtr) block_ptr_completionHandler), "initForEvents:progressHandler:completionHandler:");
diff --git a/old/dotnet/maccatalyst/generated-sources/CoreML/MLUpdateTask.g.cs b/new/dotnet/maccatalyst/generated-sources/CoreML/MLUpdateTask.g.cs
index 5d2e69d..8871613 100644
--- a/old/dotnet/maccatalyst/generated-sources/CoreML/MLUpdateTask.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CoreML/MLUpdateTask.g.cs
@@ -72,7 +72,7 @@ namespace CoreML {
[Export ("updateTaskForModelAtURL:trainingData:configuration:completionHandler:error:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static MLUpdateTask? Create (NSUrl modelUrl, IMLBatchProvider trainingData, MLModelConfiguration? configuration, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V30))]global::System.Action<MLUpdateContext> completionHandler, out NSError? error)
+ public unsafe static MLUpdateTask? Create (NSUrl modelUrl, IMLBatchProvider trainingData, MLModelConfiguration? configuration, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V32))]global::System.Action<MLUpdateContext> completionHandler, out NSError? error)
{
var modelUrl__handle__ = modelUrl!.GetNonNullHandle (nameof (modelUrl));
var trainingData__handle__ = trainingData!.GetNonNullHandle (nameof (trainingData));
@@ -80,7 +80,7 @@ namespace CoreML {
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
NativeHandle errorValue = IntPtr.Zero;
- using var block_completionHandler = Trampolines.SDActionArity1V30.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V32.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
MLUpdateTask? ret;
ret = Runtime.GetNSObject<MLUpdateTask> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle_NativeHandle_NativeHandle_ref_NativeHandle (class_ptr, Selector.GetHandle ("updateTaskForModelAtURL:trainingData:configuration:completionHandler:error:"), modelUrl__handle__, trainingData__handle__, configuration__handle__, (IntPtr) block_ptr_completionHandler, ref errorValue))!;
@@ -107,14 +107,14 @@ namespace CoreML {
[SupportedOSPlatform ("ios14.0")]
[SupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static MLUpdateTask? Create (NSUrl modelUrl, IMLBatchProvider trainingData, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V30))]global::System.Action<MLUpdateContext> completionHandler, out NSError? error)
+ public unsafe static MLUpdateTask? Create (NSUrl modelUrl, IMLBatchProvider trainingData, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V32))]global::System.Action<MLUpdateContext> completionHandler, out NSError? error)
{
var modelUrl__handle__ = modelUrl!.GetNonNullHandle (nameof (modelUrl));
var trainingData__handle__ = trainingData!.GetNonNullHandle (nameof (trainingData));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
NativeHandle errorValue = IntPtr.Zero;
- using var block_completionHandler = Trampolines.SDActionArity1V30.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V32.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
MLUpdateTask? ret;
ret = Runtime.GetNSObject<MLUpdateTask> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle_NativeHandle_ref_NativeHandle (class_ptr, Selector.GetHandle ("updateTaskForModelAtURL:trainingData:completionHandler:error:"), modelUrl__handle__, trainingData__handle__, (IntPtr) block_ptr_completionHandler, ref errorValue))!;
diff --git a/old/dotnet/maccatalyst/generated-sources/CoreNFC/NFCFeliCaTag.g.cs b/new/dotnet/maccatalyst/generated-sources/CoreNFC/NFCFeliCaTag.g.cs
index cc1cfc4..53ab6dd 100644
--- a/old/dotnet/maccatalyst/generated-sources/CoreNFC/NFCFeliCaTag.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CoreNFC/NFCFeliCaTag.g.cs
@@ -280,22 +280,22 @@ namespace CoreNFC {
}
[Export ("writeNDEF:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void WriteNdef (NFCNdefMessage ndefMessage, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe void WriteNdef (NFCNdefMessage ndefMessage, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
var ndefMessage__handle__ = ndefMessage!.GetNonNullHandle (nameof (ndefMessage));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("writeNDEF:completionHandler:"), ndefMessage__handle__, (IntPtr) block_ptr_completionHandler);
}
[Export ("writeLockWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void WriteLock ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe void WriteLock ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("writeLockWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/CoreNFC/NFCIso15693Tag.g.cs b/new/dotnet/maccatalyst/generated-sources/CoreNFC/NFCIso15693Tag.g.cs
index 7fbe3f3..eb3f6e5 100644
--- a/old/dotnet/maccatalyst/generated-sources/CoreNFC/NFCIso15693Tag.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CoreNFC/NFCIso15693Tag.g.cs
@@ -54,36 +54,36 @@ namespace CoreNFC {
[Protocol (Name = "NFCISO15693Tag", WrapperType = typeof (NFCIso15693TagWrapper))]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "SendCustomCommand", Selector = "sendCustomCommandWithConfiguration:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693CustomCommandConfiguration), typeof (global::System.Action<NSData, NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V16) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ReadMultipleBlocks", Selector = "readMultipleBlocksWithConfiguration:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693ReadMultipleBlocksConfiguration), typeof (global::System.Action<NSData, NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V16) })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "StayQuiet", Selector = "stayQuietWithCompletionHandler:", ParameterType = new Type [] { typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V15) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "StayQuiet", Selector = "stayQuietWithCompletionHandler:", ParameterType = new Type [] { typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V17) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ReadSingleBlock", Selector = "readSingleBlockWithRequestFlags:blockNumber:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (byte), typeof (global::System.Action<NSData, NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V16) })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "WriteSingleBlock", Selector = "writeSingleBlockWithRequestFlags:blockNumber:dataBlock:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (byte), typeof (NSData), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V15) })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "LockBlock", Selector = "lockBlockWithRequestFlags:blockNumber:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (byte), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V15) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "WriteSingleBlock", Selector = "writeSingleBlockWithRequestFlags:blockNumber:dataBlock:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (byte), typeof (NSData), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V17) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "LockBlock", Selector = "lockBlockWithRequestFlags:blockNumber:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (byte), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V17) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ReadMultipleBlocks", Selector = "readMultipleBlocksWithRequestFlags:blockRange:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (NSRange), typeof (global::System.Action<NSData[], NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V62) })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "WriteMultipleBlocks", Selector = "writeMultipleBlocksWithRequestFlags:blockRange:dataBlocks:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (NSRange), typeof (NSData[]), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V15) })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "Select", Selector = "selectWithRequestFlags:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V15) })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ResetToReady", Selector = "resetToReadyWithRequestFlags:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V15) })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "WriteAfi", Selector = "writeAFIWithRequestFlag:afi:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (byte), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V15) })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "LockAfi", Selector = "lockAFIWithRequestFlag:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V15) })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "WriteDsfi", Selector = "writeDSFIDWithRequestFlag:dsfid:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (byte), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V15) })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "LockDfsi", Selector = "lockDFSIDWithRequestFlag:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V15) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "WriteMultipleBlocks", Selector = "writeMultipleBlocksWithRequestFlags:blockRange:dataBlocks:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (NSRange), typeof (NSData[]), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V17) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "Select", Selector = "selectWithRequestFlags:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V17) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ResetToReady", Selector = "resetToReadyWithRequestFlags:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V17) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "WriteAfi", Selector = "writeAFIWithRequestFlag:afi:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (byte), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V17) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "LockAfi", Selector = "lockAFIWithRequestFlag:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V17) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "WriteDsfi", Selector = "writeDSFIDWithRequestFlag:dsfid:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (byte), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V17) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "LockDfsi", Selector = "lockDFSIDWithRequestFlag:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V17) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "GetSystemInfo", Selector = "getSystemInfoWithRequestFlag:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (CoreNFC.NFCGetSystemInfoCompletionHandler) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDNFCGetSystemInfoCompletionHandler) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "GetMultipleBlockSecurityStatus", Selector = "getMultipleBlockSecurityStatusWithRequestFlag:blockRange:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (NSRange), typeof (global::System.Action<NSNumber[], NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V65) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "CustomCommand", Selector = "customCommandWithRequestFlag:customCommandCode:customRequestParameters:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (IntPtr), typeof (NSData), typeof (global::System.Action<NSData, NSError>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V16) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ExtendedReadSingleBlock", Selector = "extendedReadSingleBlockWithRequestFlags:blockNumber:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (IntPtr), typeof (global::System.Action<NSData, NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V16) })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ExtendedWriteSingleBlock", Selector = "extendedWriteSingleBlockWithRequestFlags:blockNumber:dataBlock:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (IntPtr), typeof (NSData), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V15) })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ExtendedLockBlock", Selector = "extendedLockBlockWithRequestFlags:blockNumber:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (IntPtr), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V15) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ExtendedWriteSingleBlock", Selector = "extendedWriteSingleBlockWithRequestFlags:blockNumber:dataBlock:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (IntPtr), typeof (NSData), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V17) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ExtendedLockBlock", Selector = "extendedLockBlockWithRequestFlags:blockNumber:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (IntPtr), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V17) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ExtendedReadMultipleBlocks", Selector = "extendedReadMultipleBlocksWithRequestFlags:blockRange:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (NSRange), typeof (global::System.Action<NSData[], NSError>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V62) })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ExtendedWriteMultipleBlocks", Selector = "extendedWriteMultipleBlocksWithRequestFlags:blockRange:dataBlocks:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (NSRange), typeof (NSData[]), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V15) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ExtendedWriteMultipleBlocks", Selector = "extendedWriteMultipleBlocksWithRequestFlags:blockRange:dataBlocks:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (NSRange), typeof (NSData[]), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V17) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "Authenticate", Selector = "authenticateWithRequestFlags:cryptoSuiteIdentifier:message:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (IntPtr), typeof (NSData), typeof (CoreNFC.NFCIso15693TagResponseCallback) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDNFCIso15693TagResponseCallback) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "KeyUpdate", Selector = "keyUpdateWithRequestFlags:keyIdentifier:message:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (IntPtr), typeof (NSData), typeof (CoreNFC.NFCIso15693TagResponseCallback) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDNFCIso15693TagResponseCallback) })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "Challenge", Selector = "challengeWithRequestFlags:cryptoSuiteIdentifier:message:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (IntPtr), typeof (NSData), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V15) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "Challenge", Selector = "challengeWithRequestFlags:cryptoSuiteIdentifier:message:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (IntPtr), typeof (NSData), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V17) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ReadBuffer", Selector = "readBufferWithRequestFlags:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (CoreNFC.NFCIso15693TagResponseCallback) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDNFCIso15693TagResponseCallback) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ExtendedGetMultipleBlockSecurityStatus", Selector = "extendedGetMultipleBlockSecurityStatusWithRequestFlag:blockRange:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (NSRange), typeof (CoreNFC.NFCIso15693TagGetMultipleBlockSecurityStatusCallback) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDNFCIso15693TagGetMultipleBlockSecurityStatusCallback) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ExtendedFastReadMultipleBlocks", Selector = "extendedFastReadMultipleBlocksWithRequestFlag:blockRange:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (NSRange), typeof (CoreNFC.NFCIso15693TagReadMultipleBlocksCallback) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDNFCIso15693TagReadMultipleBlocksCallback) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "SendRequest", Selector = "sendRequestWithFlag:commandCode:data:completionHandler:", ParameterType = new Type [] { typeof (IntPtr), typeof (IntPtr), typeof (NSData), typeof (CoreNFC.NFCIso15693TagResponseCallback) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDNFCIso15693TagResponseCallback) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "GetSystemInfoAndUid", Selector = "getSystemInfoAndUIDWithRequestFlag:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (CoreNFC.NFCIso15693TagGetSystemInfoAndUidCallback) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDNFCIso15693TagGetSystemInfoAndUidCallback) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "FastReadMultipleBlocks", Selector = "fastReadMultipleBlocksWithRequestFlag:blockRange:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (NSRange), typeof (CoreNFC.NFCIso15693TagReadMultipleBlocksCallback) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDNFCIso15693TagReadMultipleBlocksCallback) })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "LockDsfId", Selector = "lockDSFIDWithRequestFlag:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V15) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "LockDsfId", Selector = "lockDSFIDWithRequestFlag:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCIso15693RequestFlag), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V17) })]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "Identifier", Selector = "identifier", PropertyType = typeof (NSData), GetterSelector = "identifier", ArgumentSemantic = ArgumentSemantic.Copy)]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "IcManufacturerCode", Selector = "icManufacturerCode", PropertyType = typeof (UIntPtr), GetterSelector = "icManufacturerCode", ArgumentSemantic = ArgumentSemantic.None)]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "IcSerialNumber", Selector = "icSerialNumber", PropertyType = typeof (NSData), GetterSelector = "icSerialNumber", ArgumentSemantic = ArgumentSemantic.Copy)]
@@ -107,7 +107,7 @@ namespace CoreNFC {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("stayQuietWithCompletionHandler:")]
[Preserve (Conditional = true)]
- unsafe void StayQuiet ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler);
+ unsafe void StayQuiet ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler);
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -119,13 +119,13 @@ namespace CoreNFC {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("writeSingleBlockWithRequestFlags:blockNumber:dataBlock:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void WriteSingleBlock (NFCIso15693RequestFlag flags, byte blockNumber, NSData dataBlock, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler);
+ unsafe void WriteSingleBlock (NFCIso15693RequestFlag flags, byte blockNumber, NSData dataBlock, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler);
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("lockBlockWithRequestFlags:blockNumber:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void LockBlock (NFCIso15693RequestFlag flags, byte blockNumber, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler);
+ unsafe void LockBlock (NFCIso15693RequestFlag flags, byte blockNumber, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler);
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -137,43 +137,43 @@ namespace CoreNFC {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("writeMultipleBlocksWithRequestFlags:blockRange:dataBlocks:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void WriteMultipleBlocks (NFCIso15693RequestFlag flags, NSRange blockRange, NSData[] dataBlocks, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler);
+ unsafe void WriteMultipleBlocks (NFCIso15693RequestFlag flags, NSRange blockRange, NSData[] dataBlocks, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler);
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("selectWithRequestFlags:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void Select (NFCIso15693RequestFlag flags, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler);
+ unsafe void Select (NFCIso15693RequestFlag flags, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler);
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("resetToReadyWithRequestFlags:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void ResetToReady (NFCIso15693RequestFlag flags, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler);
+ unsafe void ResetToReady (NFCIso15693RequestFlag flags, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler);
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("writeAFIWithRequestFlag:afi:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void WriteAfi (NFCIso15693RequestFlag flags, byte afi, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler);
+ unsafe void WriteAfi (NFCIso15693RequestFlag flags, byte afi, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler);
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("lockAFIWithRequestFlag:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void LockAfi (NFCIso15693RequestFlag flags, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler);
+ unsafe void LockAfi (NFCIso15693RequestFlag flags, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler);
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("writeDSFIDWithRequestFlag:dsfid:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void WriteDsfi (NFCIso15693RequestFlag flags, byte dsfid, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler);
+ unsafe void WriteDsfi (NFCIso15693RequestFlag flags, byte dsfid, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler);
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("lockDFSIDWithRequestFlag:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void LockDfsi (NFCIso15693RequestFlag flags, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler);
+ unsafe void LockDfsi (NFCIso15693RequestFlag flags, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler);
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -203,13 +203,13 @@ namespace CoreNFC {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("extendedWriteSingleBlockWithRequestFlags:blockNumber:dataBlock:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void ExtendedWriteSingleBlock (NFCIso15693RequestFlag flags, nint blockNumber, NSData dataBlock, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler);
+ unsafe void ExtendedWriteSingleBlock (NFCIso15693RequestFlag flags, nint blockNumber, NSData dataBlock, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler);
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("extendedLockBlockWithRequestFlags:blockNumber:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void ExtendedLockBlock (NFCIso15693RequestFlag flags, nint blockNumber, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler);
+ unsafe void ExtendedLockBlock (NFCIso15693RequestFlag flags, nint blockNumber, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler);
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -221,7 +221,7 @@ namespace CoreNFC {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("extendedWriteMultipleBlocksWithRequestFlags:blockRange:dataBlocks:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void ExtendedWriteMultipleBlocks (NFCIso15693RequestFlag flags, NSRange blockRange, NSData[] dataBlocks, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler);
+ unsafe void ExtendedWriteMultipleBlocks (NFCIso15693RequestFlag flags, NSRange blockRange, NSData[] dataBlocks, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler);
[SupportedOSPlatform ("ios14.0")]
[SupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -239,7 +239,7 @@ namespace CoreNFC {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("challengeWithRequestFlags:cryptoSuiteIdentifier:message:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void Challenge (NFCIso15693RequestFlag flags, nint cryptoSuiteIdentifier, NSData message, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler);
+ unsafe void Challenge (NFCIso15693RequestFlag flags, nint cryptoSuiteIdentifier, NSData message, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler);
[SupportedOSPlatform ("ios14.0")]
[SupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -281,7 +281,7 @@ namespace CoreNFC {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("lockDSFIDWithRequestFlag:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void LockDsfId (NFCIso15693RequestFlag flags, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler);
+ unsafe void LockDsfId (NFCIso15693RequestFlag flags, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler);
[Preserve (Conditional = true)]
NSData Identifier {
[Export ("identifier", ArgumentSemantic.Copy)]
@@ -328,11 +328,11 @@ namespace CoreNFC {
}
[Export ("stayQuietWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void StayQuiet ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe void StayQuiet ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("stayQuietWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
}
@@ -348,22 +348,22 @@ namespace CoreNFC {
}
[Export ("writeSingleBlockWithRequestFlags:blockNumber:dataBlock:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void WriteSingleBlock (NFCIso15693RequestFlag flags, byte blockNumber, NSData dataBlock, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe void WriteSingleBlock (NFCIso15693RequestFlag flags, byte blockNumber, NSData dataBlock, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
var dataBlock__handle__ = dataBlock!.GetNonNullHandle (nameof (dataBlock));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_byte_byte_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("writeSingleBlockWithRequestFlags:blockNumber:dataBlock:completionHandler:"), (byte)flags, blockNumber, dataBlock__handle__, (IntPtr) block_ptr_completionHandler);
}
[Export ("lockBlockWithRequestFlags:blockNumber:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void LockBlock (NFCIso15693RequestFlag flags, byte blockNumber, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe void LockBlock (NFCIso15693RequestFlag flags, byte blockNumber, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_byte_byte_NativeHandle (this.Handle, Selector.GetHandle ("lockBlockWithRequestFlags:blockNumber:completionHandler:"), (byte)flags, blockNumber, (IntPtr) block_ptr_completionHandler);
}
@@ -379,75 +379,75 @@ namespace CoreNFC {
}
[Export ("writeMultipleBlocksWithRequestFlags:blockRange:dataBlocks:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void WriteMultipleBlocks (NFCIso15693RequestFlag flags, NSRange blockRange, NSData[] dataBlocks, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe void WriteMultipleBlocks (NFCIso15693RequestFlag flags, NSRange blockRange, NSData[] dataBlocks, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
if (dataBlocks is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (dataBlocks));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
var nsa_dataBlocks = NSArray.FromNSObjects (dataBlocks);
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_byte_NSRange_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("writeMultipleBlocksWithRequestFlags:blockRange:dataBlocks:completionHandler:"), (byte)flags, blockRange, nsa_dataBlocks.Handle, (IntPtr) block_ptr_completionHandler);
nsa_dataBlocks.Dispose ();
}
[Export ("selectWithRequestFlags:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void Select (NFCIso15693RequestFlag flags, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe void Select (NFCIso15693RequestFlag flags, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_byte_NativeHandle (this.Handle, Selector.GetHandle ("selectWithRequestFlags:completionHandler:"), (byte)flags, (IntPtr) block_ptr_completionHandler);
}
[Export ("resetToReadyWithRequestFlags:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void ResetToReady (NFCIso15693RequestFlag flags, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe void ResetToReady (NFCIso15693RequestFlag flags, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_byte_NativeHandle (this.Handle, Selector.GetHandle ("resetToReadyWithRequestFlags:completionHandler:"), (byte)flags, (IntPtr) block_ptr_completionHandler);
}
[Export ("writeAFIWithRequestFlag:afi:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void WriteAfi (NFCIso15693RequestFlag flags, byte afi, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe void WriteAfi (NFCIso15693RequestFlag flags, byte afi, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_byte_byte_NativeHandle (this.Handle, Selector.GetHandle ("writeAFIWithRequestFlag:afi:completionHandler:"), (byte)flags, afi, (IntPtr) block_ptr_completionHandler);
}
[Export ("lockAFIWithRequestFlag:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void LockAfi (NFCIso15693RequestFlag flags, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe void LockAfi (NFCIso15693RequestFlag flags, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_byte_NativeHandle (this.Handle, Selector.GetHandle ("lockAFIWithRequestFlag:completionHandler:"), (byte)flags, (IntPtr) block_ptr_completionHandler);
}
[Export ("writeDSFIDWithRequestFlag:dsfid:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void WriteDsfi (NFCIso15693RequestFlag flags, byte dsfid, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe void WriteDsfi (NFCIso15693RequestFlag flags, byte dsfid, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_byte_byte_NativeHandle (this.Handle, Selector.GetHandle ("writeDSFIDWithRequestFlag:dsfid:completionHandler:"), (byte)flags, dsfid, (IntPtr) block_ptr_completionHandler);
}
[Export ("lockDFSIDWithRequestFlag:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void LockDfsi (NFCIso15693RequestFlag flags, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe void LockDfsi (NFCIso15693RequestFlag flags, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_byte_NativeHandle (this.Handle, Selector.GetHandle ("lockDFSIDWithRequestFlag:completionHandler:"), (byte)flags, (IntPtr) block_ptr_completionHandler);
}
@@ -494,22 +494,22 @@ namespace CoreNFC {
}
[Export ("extendedWriteSingleBlockWithRequestFlags:blockNumber:dataBlock:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void ExtendedWriteSingleBlock (NFCIso15693RequestFlag flags, nint blockNumber, NSData dataBlock, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe void ExtendedWriteSingleBlock (NFCIso15693RequestFlag flags, nint blockNumber, NSData dataBlock, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
var dataBlock__handle__ = dataBlock!.GetNonNullHandle (nameof (dataBlock));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_byte_IntPtr_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("extendedWriteSingleBlockWithRequestFlags:blockNumber:dataBlock:completionHandler:"), (byte)flags, blockNumber, dataBlock__handle__, (IntPtr) block_ptr_completionHandler);
}
[Export ("extendedLockBlockWithRequestFlags:blockNumber:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void ExtendedLockBlock (NFCIso15693RequestFlag flags, nint blockNumber, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe void ExtendedLockBlock (NFCIso15693RequestFlag flags, nint blockNumber, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_byte_IntPtr_NativeHandle (this.Handle, Selector.GetHandle ("extendedLockBlockWithRequestFlags:blockNumber:completionHandler:"), (byte)flags, blockNumber, (IntPtr) block_ptr_completionHandler);
}
@@ -525,14 +525,14 @@ namespace CoreNFC {
}
[Export ("extendedWriteMultipleBlocksWithRequestFlags:blockRange:dataBlocks:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void ExtendedWriteMultipleBlocks (NFCIso15693RequestFlag flags, NSRange blockRange, NSData[] dataBlocks, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe void ExtendedWriteMultipleBlocks (NFCIso15693RequestFlag flags, NSRange blockRange, NSData[] dataBlocks, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
if (dataBlocks is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (dataBlocks));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
var nsa_dataBlocks = NSArray.FromNSObjects (dataBlocks);
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_byte_NSRange_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("extendedWriteMultipleBlocksWithRequestFlags:blockRange:dataBlocks:completionHandler:"), (byte)flags, blockRange, nsa_dataBlocks.Handle, (IntPtr) block_ptr_completionHandler);
nsa_dataBlocks.Dispose ();
@@ -561,12 +561,12 @@ namespace CoreNFC {
}
[Export ("challengeWithRequestFlags:cryptoSuiteIdentifier:message:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void Challenge (NFCIso15693RequestFlag flags, nint cryptoSuiteIdentifier, NSData message, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe void Challenge (NFCIso15693RequestFlag flags, nint cryptoSuiteIdentifier, NSData message, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
var message__handle__ = message!.GetNonNullHandle (nameof (message));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_byte_IntPtr_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("challengeWithRequestFlags:cryptoSuiteIdentifier:message:completionHandler:"), (byte)flags, cryptoSuiteIdentifier, message__handle__, (IntPtr) block_ptr_completionHandler);
}
@@ -633,11 +633,11 @@ namespace CoreNFC {
}
[Export ("lockDSFIDWithRequestFlag:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void LockDsfId (NFCIso15693RequestFlag flags, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe void LockDsfId (NFCIso15693RequestFlag flags, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_byte_NativeHandle (this.Handle, Selector.GetHandle ("lockDSFIDWithRequestFlag:completionHandler:"), (byte)flags, (IntPtr) block_ptr_completionHandler);
}
@@ -663,22 +663,22 @@ namespace CoreNFC {
}
[Export ("writeNDEF:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void WriteNdef (NFCNdefMessage ndefMessage, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe void WriteNdef (NFCNdefMessage ndefMessage, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
var ndefMessage__handle__ = ndefMessage!.GetNonNullHandle (nameof (ndefMessage));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("writeNDEF:completionHandler:"), ndefMessage__handle__, (IntPtr) block_ptr_completionHandler);
}
[Export ("writeLockWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void WriteLock ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe void WriteLock ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("writeLockWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/CoreNFC/NFCIso7816Tag.g.cs b/new/dotnet/maccatalyst/generated-sources/CoreNFC/NFCIso7816Tag.g.cs
index e5e1896..b4edf49 100644
--- a/old/dotnet/maccatalyst/generated-sources/CoreNFC/NFCIso7816Tag.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CoreNFC/NFCIso7816Tag.g.cs
@@ -134,22 +134,22 @@ namespace CoreNFC {
}
[Export ("writeNDEF:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void WriteNdef (NFCNdefMessage ndefMessage, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe void WriteNdef (NFCNdefMessage ndefMessage, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
var ndefMessage__handle__ = ndefMessage!.GetNonNullHandle (nameof (ndefMessage));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("writeNDEF:completionHandler:"), ndefMessage__handle__, (IntPtr) block_ptr_completionHandler);
}
[Export ("writeLockWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void WriteLock ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe void WriteLock ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("writeLockWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/CoreNFC/NFCMiFareTag.g.cs b/new/dotnet/maccatalyst/generated-sources/CoreNFC/NFCMiFareTag.g.cs
index 0507f0c..ed90b12 100644
--- a/old/dotnet/maccatalyst/generated-sources/CoreNFC/NFCMiFareTag.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CoreNFC/NFCMiFareTag.g.cs
@@ -138,22 +138,22 @@ namespace CoreNFC {
}
[Export ("writeNDEF:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void WriteNdef (NFCNdefMessage ndefMessage, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe void WriteNdef (NFCNdefMessage ndefMessage, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
var ndefMessage__handle__ = ndefMessage!.GetNonNullHandle (nameof (ndefMessage));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("writeNDEF:completionHandler:"), ndefMessage__handle__, (IntPtr) block_ptr_completionHandler);
}
[Export ("writeLockWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void WriteLock ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe void WriteLock ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("writeLockWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/CoreNFC/NFCNdefReaderSession.g.cs b/new/dotnet/maccatalyst/generated-sources/CoreNFC/NFCNdefReaderSession.g.cs
index b39016d..acb8e0d 100644
--- a/old/dotnet/maccatalyst/generated-sources/CoreNFC/NFCNdefReaderSession.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CoreNFC/NFCNdefReaderSession.g.cs
@@ -86,12 +86,12 @@ namespace CoreNFC {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ConnectToTag (INFCNdefTag tag, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe virtual void ConnectToTag (INFCNdefTag tag, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
var tag__handle__ = tag!.GetNonNullHandle (nameof (tag));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("connectToTag:completionHandler:"), tag__handle__, (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/maccatalyst/generated-sources/CoreNFC/NFCNdefTag.g.cs b/new/dotnet/maccatalyst/generated-sources/CoreNFC/NFCNdefTag.g.cs
index a8c51cb..db192f8 100644
--- a/old/dotnet/maccatalyst/generated-sources/CoreNFC/NFCNdefTag.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CoreNFC/NFCNdefTag.g.cs
@@ -54,8 +54,8 @@ namespace CoreNFC {
[Protocol (Name = "NFCNDEFTag", WrapperType = typeof (NFCNdefTagWrapper))]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "QueryNdefStatus", Selector = "queryNDEFStatusWithCompletionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCQueryNdefStatusCompletionHandler) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDNFCQueryNdefStatusCompletionHandler) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ReadNdef", Selector = "readNDEFWithCompletionHandler:", ParameterType = new Type [] { typeof (global::System.Action<global::CoreNFC.NFCNdefMessage, NSError>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity2V64) })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "WriteNdef", Selector = "writeNDEF:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCNdefMessage), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V15) })]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "WriteLock", Selector = "writeLockWithCompletionHandler:", ParameterType = new Type [] { typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V15) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "WriteNdef", Selector = "writeNDEF:completionHandler:", ParameterType = new Type [] { typeof (CoreNFC.NFCNdefMessage), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V17) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "WriteLock", Selector = "writeLockWithCompletionHandler:", ParameterType = new Type [] { typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V17) })]
[ProtocolMember (IsRequired = true, IsProperty = true, IsStatic = false, Name = "Available", Selector = "available", PropertyType = typeof (bool), GetterSelector = "isAvailable", ArgumentSemantic = ArgumentSemantic.None)]
public partial interface INFCNdefTag : INativeObject, IDisposable,
Foundation.INSCoding
@@ -73,11 +73,11 @@ namespace CoreNFC {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("writeNDEF:completionHandler:")]
[Preserve (Conditional = true)]
- unsafe void WriteNdef (NFCNdefMessage ndefMessage, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler);
+ unsafe void WriteNdef (NFCNdefMessage ndefMessage, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler);
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("writeLockWithCompletionHandler:")]
[Preserve (Conditional = true)]
- unsafe void WriteLock ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler);
+ unsafe void WriteLock ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler);
[Preserve (Conditional = true)]
bool Available {
[Export ("isAvailable")]
@@ -112,22 +112,22 @@ namespace CoreNFC {
}
[Export ("writeNDEF:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void WriteNdef (NFCNdefMessage ndefMessage, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe void WriteNdef (NFCNdefMessage ndefMessage, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
var ndefMessage__handle__ = ndefMessage!.GetNonNullHandle (nameof (ndefMessage));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("writeNDEF:completionHandler:"), ndefMessage__handle__, (IntPtr) block_ptr_completionHandler);
}
[Export ("writeLockWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void WriteLock ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe void WriteLock ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("writeLockWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/CoreNFC/NFCTagReaderSession.g.cs b/new/dotnet/maccatalyst/generated-sources/CoreNFC/NFCTagReaderSession.g.cs
index f15f2f7..1aecb02 100644
--- a/old/dotnet/maccatalyst/generated-sources/CoreNFC/NFCTagReaderSession.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CoreNFC/NFCTagReaderSession.g.cs
@@ -84,12 +84,12 @@ namespace CoreNFC {
}
[Export ("connectToTag:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ConnectTo (INFCTag tag, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe virtual void ConnectTo (INFCTag tag, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
var tag__handle__ = tag!.GetNonNullHandle (nameof (tag));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("connectToTag:completionHandler:"), tag__handle__, (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/maccatalyst/generated-sources/CoreSpotlight/CSSearchQuery.g.cs b/new/dotnet/maccatalyst/generated-sources/CoreSpotlight/CSSearchQuery.g.cs
index 15b9831..67611dd 100644
--- a/old/dotnet/maccatalyst/generated-sources/CoreSpotlight/CSSearchQuery.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CoreSpotlight/CSSearchQuery.g.cs
@@ -142,7 +142,7 @@ namespace CoreSpotlight {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public unsafe virtual global::System.Action<NSError>? CompletionHandler {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V15))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V17))]
[Export ("completionHandler", ArgumentSemantic.Copy)]
get {
NativeHandle ret;
@@ -151,12 +151,12 @@ namespace CoreSpotlight {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("completionHandler"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity1V15.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V17.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]
[Export ("setCompletionHandler:", ArgumentSemantic.Copy)]
set {
- using var block_value = Trampolines.SDActionArity1V15.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity1V17.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
@@ -180,7 +180,7 @@ namespace CoreSpotlight {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public unsafe virtual global::System.Action<CSSearchableItem[]>? FoundItemsHandler {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V31))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V33))]
[Export ("foundItemsHandler", ArgumentSemantic.Copy)]
get {
NativeHandle ret;
@@ -189,12 +189,12 @@ namespace CoreSpotlight {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("foundItemsHandler"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity1V31.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V33.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V31))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V33))]
[Export ("setFoundItemsHandler:", ArgumentSemantic.Copy)]
set {
- using var block_value = Trampolines.SDActionArity1V31.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity1V33.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
diff --git a/old/dotnet/maccatalyst/generated-sources/CoreSpotlight/CSSearchableIndex.g.cs b/new/dotnet/maccatalyst/generated-sources/CoreSpotlight/CSSearchableIndex.g.cs
index e458ff8..fa2af0e 100644
--- a/old/dotnet/maccatalyst/generated-sources/CoreSpotlight/CSSearchableIndex.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CoreSpotlight/CSSearchableIndex.g.cs
@@ -119,12 +119,12 @@ namespace CoreSpotlight {
}
[Export ("deleteSearchableItemsWithIdentifiers:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void Delete (string[] identifiers, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completionHandler)
+ public unsafe virtual void Delete (string[] identifiers, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completionHandler)
{
if (identifiers is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (identifiers));
var nsa_identifiers = NSArray.FromStrings (identifiers);
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -149,9 +149,9 @@ namespace CoreSpotlight {
}
[Export ("deleteAllSearchableItemsWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void DeleteAll ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completionHandler)
+ public unsafe virtual void DeleteAll ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completionHandler)
{
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -175,12 +175,12 @@ namespace CoreSpotlight {
}
[Export ("deleteSearchableItemsWithDomainIdentifiers:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void DeleteWithDomain (string[] domainIdentifiers, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completionHandler)
+ public unsafe virtual void DeleteWithDomain (string[] domainIdentifiers, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completionHandler)
{
if (domainIdentifiers is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (domainIdentifiers));
var nsa_domainIdentifiers = NSArray.FromStrings (domainIdentifiers);
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -248,12 +248,12 @@ namespace CoreSpotlight {
}
[Export ("indexSearchableItems:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void Index (CSSearchableItem[] items, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completionHandler)
+ public unsafe virtual void Index (CSSearchableItem[] items, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completionHandler)
{
if (items is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (items));
var nsa_items = NSArray.FromNSObjects (items);
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
diff --git a/old/dotnet/maccatalyst/generated-sources/CoreSpotlight/CSSearchableIndex_CSOptionalBatchingExtension.g.cs b/new/dotnet/maccatalyst/generated-sources/CoreSpotlight/CSSearchableIndex_CSOptionalBatchingExtension.g.cs
index 8fb3ab8..99732f1 100644
--- a/old/dotnet/maccatalyst/generated-sources/CoreSpotlight/CSSearchableIndex_CSOptionalBatchingExtension.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CoreSpotlight/CSSearchableIndex_CSOptionalBatchingExtension.g.cs
@@ -64,10 +64,10 @@ namespace CoreSpotlight {
}
[Export ("endIndexBatchWithClientState:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void EndIndexBatch (this CSSearchableIndex This, NSData clientState, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completionHandler)
+ public unsafe static void EndIndexBatch (this CSSearchableIndex This, NSData clientState, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completionHandler)
{
var clientState__handle__ = clientState!.GetNonNullHandle (nameof (clientState));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
diff --git a/old/dotnet/maccatalyst/generated-sources/CoreSpotlight/CSUserQuery.g.cs b/new/dotnet/maccatalyst/generated-sources/CoreSpotlight/CSUserQuery.g.cs
index 456d975..503aa3a 100644
--- a/old/dotnet/maccatalyst/generated-sources/CoreSpotlight/CSUserQuery.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CoreSpotlight/CSUserQuery.g.cs
@@ -118,7 +118,7 @@ namespace CoreSpotlight {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public unsafe virtual global::System.Action<NSArray<CSSuggestion>>? FoundSuggestionsHandler {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V32))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V34))]
[Export ("foundSuggestionsHandler", ArgumentSemantic.Copy)]
get {
NativeHandle ret;
@@ -127,12 +127,12 @@ namespace CoreSpotlight {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("foundSuggestionsHandler"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity1V32.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V34.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V32))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V34))]
[Export ("setFoundSuggestionsHandler:", ArgumentSemantic.Copy)]
set {
- using var block_value = Trampolines.SDActionArity1V32.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity1V34.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
diff --git a/old/dotnet/maccatalyst/generated-sources/CoreTelephony/CTCallCenter.g.cs b/new/dotnet/maccatalyst/generated-sources/CoreTelephony/CTCallCenter.g.cs
index e19fdb3..725510d 100644
--- a/old/dotnet/maccatalyst/generated-sources/CoreTelephony/CTCallCenter.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CoreTelephony/CTCallCenter.g.cs
@@ -84,7 +84,7 @@ namespace CoreTelephony {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public unsafe virtual global::System.Action<CTCall>? CallEventHandler {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V33))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V35))]
[Export ("callEventHandler")]
get {
NativeHandle ret;
@@ -93,12 +93,12 @@ namespace CoreTelephony {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("callEventHandler"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity1V33.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V35.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V33))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V35))]
[Export ("setCallEventHandler:")]
set {
- using var block_value = Trampolines.SDActionArity1V33.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity1V35.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
diff --git a/old/dotnet/maccatalyst/generated-sources/CoreTelephony/CTTelephonyNetworkInfo.g.cs b/new/dotnet/maccatalyst/generated-sources/CoreTelephony/CTTelephonyNetworkInfo.g.cs
index 645b023..1b1f1ad 100644
--- a/old/dotnet/maccatalyst/generated-sources/CoreTelephony/CTTelephonyNetworkInfo.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CoreTelephony/CTTelephonyNetworkInfo.g.cs
@@ -86,7 +86,7 @@ namespace CoreTelephony {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("maccatalyst14.0")]
public unsafe virtual global::System.Action<CTCarrier>? CellularProviderUpdatedEventHandler {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V34))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V36))]
[Export ("subscriberCellularProviderDidUpdateNotifier")]
get {
NativeHandle ret;
@@ -95,12 +95,12 @@ namespace CoreTelephony {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("subscriberCellularProviderDidUpdateNotifier"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity1V34.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V36.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V34))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V36))]
[Export ("setSubscriberCellularProviderDidUpdateNotifier:")]
set {
- using var block_value = Trampolines.SDActionArity1V34.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity1V36.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
@@ -189,7 +189,7 @@ namespace CoreTelephony {
[SupportedOSPlatform ("ios12.0")]
[SupportedOSPlatform ("maccatalyst14.0")]
public unsafe virtual global::System.Action<NSString>? ServiceSubscriberCellularProvidersDidUpdateNotifier {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V35))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V37))]
[Export ("serviceSubscriberCellularProvidersDidUpdateNotifier", ArgumentSemantic.Copy)]
get {
NativeHandle ret;
@@ -198,12 +198,12 @@ namespace CoreTelephony {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("serviceSubscriberCellularProvidersDidUpdateNotifier"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity1V35.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V37.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V35))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V37))]
[Export ("setServiceSubscriberCellularProvidersDidUpdateNotifier:", ArgumentSemantic.Copy)]
set {
- using var block_value = Trampolines.SDActionArity1V35.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity1V37.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
diff --git a/old/dotnet/maccatalyst/generated-sources/EventKit/EKEventStore.g.cs b/new/dotnet/maccatalyst/generated-sources/EventKit/EKEventStore.g.cs
index 8e55d21..1bc0592 100644
--- a/old/dotnet/maccatalyst/generated-sources/EventKit/EKEventStore.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/EventKit/EKEventStore.g.cs
@@ -168,12 +168,12 @@ namespace EventKit {
}
[Export ("fetchRemindersMatchingPredicate:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual nint FetchReminders (NSPredicate predicate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V36))]global::System.Action<EKReminder[]> completion)
+ public unsafe virtual nint FetchReminders (NSPredicate predicate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V38))]global::System.Action<EKReminder[]> completion)
{
var predicate__handle__ = predicate!.GetNonNullHandle (nameof (predicate));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V36.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V38.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
return global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("fetchRemindersMatchingPredicate:completion:"), predicate__handle__, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/maccatalyst/generated-sources/Foundation/NSBundleResourceRequest.g.cs b/new/dotnet/maccatalyst/generated-sources/Foundation/NSBundleResourceRequest.g.cs
index df41ccf..770fddd 100644
--- a/old/dotnet/maccatalyst/generated-sources/Foundation/NSBundleResourceRequest.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Foundation/NSBundleResourceRequest.g.cs
@@ -98,11 +98,11 @@ namespace Foundation {
}
[Export ("beginAccessingResourcesWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void BeginAccessingResources ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe virtual void BeginAccessingResources ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("beginAccessingResourcesWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/maccatalyst/generated-sources/Foundation/NSFileCoordinator.g.cs b/new/dotnet/maccatalyst/generated-sources/Foundation/NSFileCoordinator.g.cs
index 90809ae..6896fd6 100644
--- a/old/dotnet/maccatalyst/generated-sources/Foundation/NSFileCoordinator.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Foundation/NSFileCoordinator.g.cs
@@ -120,7 +120,7 @@ namespace Foundation {
[SupportedOSPlatform ("maccatalyst")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void CoordinateAccess (NSFileAccessIntent[] intents, NSOperationQueue executionQueue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> accessor)
+ public unsafe virtual void CoordinateAccess (NSFileAccessIntent[] intents, NSOperationQueue executionQueue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> accessor)
{
if (intents is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (intents));
@@ -128,7 +128,7 @@ namespace Foundation {
if (accessor is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (accessor));
var nsa_intents = NSArray.FromNSObjects (intents);
- using var block_accessor = Trampolines.SDActionArity1V15.CreateBlock (accessor);
+ using var block_accessor = Trampolines.SDActionArity1V17.CreateBlock (accessor);
BlockLiteral *block_ptr_accessor = &block_accessor;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("coordinateAccessWithIntents:queue:byAccessor:"), nsa_intents.Handle, executionQueue__handle__, (IntPtr) block_ptr_accessor);
@@ -163,13 +163,13 @@ namespace Foundation {
}
[Export ("coordinateReadingItemAtURL:options:error:byAccessor:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void CoordinateRead (NSUrl itemUrl, NSFileCoordinatorReadingOptions options, out NSError error, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V37))]global::System.Action<NSUrl> worker)
+ public unsafe virtual void CoordinateRead (NSUrl itemUrl, NSFileCoordinatorReadingOptions options, out NSError error, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V39))]global::System.Action<NSUrl> worker)
{
var itemUrl__handle__ = itemUrl!.GetNonNullHandle (nameof (itemUrl));
if (worker is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (worker));
NativeHandle errorValue = IntPtr.Zero;
- using var block_worker = Trampolines.SDActionArity1V37.CreateBlock (worker);
+ using var block_worker = Trampolines.SDActionArity1V39.CreateBlock (worker);
BlockLiteral *block_ptr_worker = &block_worker;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_UIntPtr_ref_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("coordinateReadingItemAtURL:options:error:byAccessor:"), itemUrl__handle__, (UIntPtr) (ulong) options, ref errorValue, (IntPtr) block_ptr_worker);
@@ -198,13 +198,13 @@ namespace Foundation {
}
[Export ("coordinateWritingItemAtURL:options:error:byAccessor:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void CoordinateWrite (NSUrl url, NSFileCoordinatorWritingOptions options, out NSError error, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V37))]global::System.Action<NSUrl> worker)
+ public unsafe virtual void CoordinateWrite (NSUrl url, NSFileCoordinatorWritingOptions options, out NSError error, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V39))]global::System.Action<NSUrl> worker)
{
var url__handle__ = url!.GetNonNullHandle (nameof (url));
if (worker is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (worker));
NativeHandle errorValue = IntPtr.Zero;
- using var block_worker = Trampolines.SDActionArity1V37.CreateBlock (worker);
+ using var block_worker = Trampolines.SDActionArity1V39.CreateBlock (worker);
BlockLiteral *block_ptr_worker = &block_worker;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_UIntPtr_ref_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("coordinateWritingItemAtURL:options:error:byAccessor:"), url__handle__, (UIntPtr) (ulong) options, ref errorValue, (IntPtr) block_ptr_worker);
diff --git a/old/dotnet/maccatalyst/generated-sources/Foundation/NSFileHandle.g.cs b/new/dotnet/maccatalyst/generated-sources/Foundation/NSFileHandle.g.cs
index 45912c6..71f8ec2 100644
--- a/old/dotnet/maccatalyst/generated-sources/Foundation/NSFileHandle.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Foundation/NSFileHandle.g.cs
@@ -521,9 +521,9 @@ namespace Foundation {
}
[Export ("setReadabilityHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void SetReadabilityHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V38))]global::System.Action<NSFileHandle>? readCallback)
+ public unsafe virtual void SetReadabilityHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V40))]global::System.Action<NSFileHandle>? readCallback)
{
- using var block_readCallback = Trampolines.SDActionArity1V38.CreateNullableBlock (readCallback);
+ using var block_readCallback = Trampolines.SDActionArity1V40.CreateNullableBlock (readCallback);
BlockLiteral *block_ptr_readCallback = null;
if (readCallback is not null)
block_ptr_readCallback = &block_readCallback;
@@ -535,9 +535,9 @@ namespace Foundation {
}
[Export ("setWriteabilityHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void SetWriteabilityHandle ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V38))]global::System.Action<NSFileHandle>? writeCallback)
+ public unsafe virtual void SetWriteabilityHandle ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V40))]global::System.Action<NSFileHandle>? writeCallback)
{
- using var block_writeCallback = Trampolines.SDActionArity1V38.CreateNullableBlock (writeCallback);
+ using var block_writeCallback = Trampolines.SDActionArity1V40.CreateNullableBlock (writeCallback);
BlockLiteral *block_ptr_writeCallback = null;
if (writeCallback is not null)
block_ptr_writeCallback = &block_writeCallback;
diff --git a/old/dotnet/maccatalyst/generated-sources/Foundation/NSFilePresenter.g.cs b/new/dotnet/maccatalyst/generated-sources/Foundation/NSFilePresenter.g.cs
index 844bedd..f4d294a 100644
--- a/old/dotnet/maccatalyst/generated-sources/Foundation/NSFilePresenter.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Foundation/NSFilePresenter.g.cs
@@ -52,14 +52,14 @@ namespace Foundation {
[Protocol (Name = "NSFilePresenter", WrapperType = typeof (NSFilePresenterWrapper))]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "RelinquishPresentedItemToReader", Selector = "relinquishPresentedItemToReader:", ParameterType = new Type [] { typeof (NSFilePresenterReacquirer) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDNSFilePresenterReacquirer) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "RelinquishPresentedItemToWriter", Selector = "relinquishPresentedItemToWriter:", ParameterType = new Type [] { typeof (NSFilePresenterReacquirer) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDNSFilePresenterReacquirer) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "SavePresentedItemChanges", Selector = "savePresentedItemChangesWithCompletionHandler:", ParameterType = new Type [] { typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V15) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "AccommodatePresentedItemDeletion", Selector = "accommodatePresentedItemDeletionWithCompletionHandler:", ParameterType = new Type [] { typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V15) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "SavePresentedItemChanges", Selector = "savePresentedItemChangesWithCompletionHandler:", ParameterType = new Type [] { typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V17) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "AccommodatePresentedItemDeletion", Selector = "accommodatePresentedItemDeletionWithCompletionHandler:", ParameterType = new Type [] { typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V17) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "PresentedItemMoved", Selector = "presentedItemDidMoveToURL:", ParameterType = new Type [] { typeof (NSUrl) }, ParameterByRef = new bool [] { false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "PresentedItemChanged", Selector = "presentedItemDidChange")]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "PresentedItemGainedVersion", Selector = "presentedItemDidGainVersion:", ParameterType = new Type [] { typeof (NSFileVersion) }, ParameterByRef = new bool [] { false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "PresentedItemLostVersion", Selector = "presentedItemDidLoseVersion:", ParameterType = new Type [] { typeof (NSFileVersion) }, ParameterByRef = new bool [] { false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "PresentedItemResolveConflictVersion", Selector = "presentedItemDidResolveConflictVersion:", ParameterType = new Type [] { typeof (NSFileVersion) }, ParameterByRef = new bool [] { false })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "AccommodatePresentedSubitemDeletion", Selector = "accommodatePresentedSubitemDeletionAtURL:completionHandler:", ParameterType = new Type [] { typeof (NSUrl), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V15) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "AccommodatePresentedSubitemDeletion", Selector = "accommodatePresentedSubitemDeletionAtURL:completionHandler:", ParameterType = new Type [] { typeof (NSUrl), typeof (global::System.Action<NSError>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V17) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "PresentedSubitemAppeared", Selector = "presentedSubitemDidAppearAtURL:", ParameterType = new Type [] { typeof (NSUrl) }, ParameterByRef = new bool [] { false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "PresentedSubitemMoved", Selector = "presentedSubitemAtURL:didMoveToURL:", ParameterType = new Type [] { typeof (NSUrl), typeof (NSUrl) }, ParameterByRef = new bool [] { false, false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "PresentedSubitemChanged", Selector = "presentedSubitemDidChangeAtURL:", ParameterType = new Type [] { typeof (NSUrl) }, ParameterByRef = new bool [] { false })]
@@ -103,20 +103,20 @@ namespace Foundation {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("relinquishPresentedItemToWriter:"), (IntPtr) block_ptr_writerAction);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void SavePresentedItemChanges (this INSFilePresenter This, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe static void SavePresentedItemChanges (this INSFilePresenter This, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("savePresentedItemChangesWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void AccommodatePresentedItemDeletion (this INSFilePresenter This, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe static void AccommodatePresentedItemDeletion (this INSFilePresenter This, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("accommodatePresentedItemDeletionWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
}
@@ -150,12 +150,12 @@ namespace Foundation {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("presentedItemDidResolveConflictVersion:"), version__handle__);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void AccommodatePresentedSubitemDeletion (this INSFilePresenter This, NSUrl url, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe static void AccommodatePresentedSubitemDeletion (this INSFilePresenter This, NSUrl url, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
var url__handle__ = url!.GetNonNullHandle (nameof (url));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("accommodatePresentedSubitemDeletionAtURL:completionHandler:"), url__handle__, (IntPtr) block_ptr_completionHandler);
}
@@ -267,13 +267,13 @@ namespace Foundation {
[Export ("accommodatePresentedItemDeletionWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AccommodatePresentedItemDeletion ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe virtual void AccommodatePresentedItemDeletion ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
throw new You_Should_Not_Call_base_In_This_Method ();
}
[Export ("accommodatePresentedSubitemDeletionAtURL:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AccommodatePresentedSubitemDeletion (NSUrl url, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe virtual void AccommodatePresentedSubitemDeletion (NSUrl url, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
throw new You_Should_Not_Call_base_In_This_Method ();
}
@@ -367,7 +367,7 @@ namespace Foundation {
}
[Export ("savePresentedItemChangesWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void SavePresentedItemChanges ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe virtual void SavePresentedItemChanges ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
throw new You_Should_Not_Call_base_In_This_Method ();
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Foundation/NSHttpCookieStorage.g.cs b/new/dotnet/maccatalyst/generated-sources/Foundation/NSHttpCookieStorage.g.cs
index 4b60265..e96ca3b 100644
--- a/old/dotnet/maccatalyst/generated-sources/Foundation/NSHttpCookieStorage.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Foundation/NSHttpCookieStorage.g.cs
@@ -94,12 +94,12 @@ namespace Foundation {
[SupportedOSPlatform ("maccatalyst")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetCookiesForTask (NSUrlSessionTask task, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V39))]global::System.Action<NSHttpCookie[]> completionHandler)
+ public unsafe virtual void GetCookiesForTask (NSUrlSessionTask task, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V41))]global::System.Action<NSHttpCookie[]> completionHandler)
{
var task__handle__ = task!.GetNonNullHandle (nameof (task));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V39.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V41.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("getCookiesForTask:completionHandler:"), task__handle__, (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/maccatalyst/generated-sources/Foundation/NSNotificationCenter.g.cs b/new/dotnet/maccatalyst/generated-sources/Foundation/NSNotificationCenter.g.cs
index 0ba3b04..8ecee87 100644
--- a/old/dotnet/maccatalyst/generated-sources/Foundation/NSNotificationCenter.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Foundation/NSNotificationCenter.g.cs
@@ -95,14 +95,14 @@ namespace Foundation {
}
[Export ("addObserverForName:object:queue:usingBlock:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual NSObject AddObserver (string? name, NSObject? obj, NSOperationQueue? queue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V40))]global::System.Action<NSNotification> handler)
+ public unsafe virtual NSObject AddObserver (string? name, NSObject? obj, NSOperationQueue? queue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V42))]global::System.Action<NSNotification> handler)
{
var obj__handle__ = obj.GetHandle ();
var queue__handle__ = queue.GetHandle ();
if (handler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler));
var nsname = CFString.CreateNative (name);
- using var block_handler = Trampolines.SDActionArity1V40.CreateBlock (handler);
+ using var block_handler = Trampolines.SDActionArity1V42.CreateBlock (handler);
BlockLiteral *block_ptr_handler = &block_handler;
NSObject? ret;
if (IsDirectBinding) {
diff --git a/old/dotnet/maccatalyst/generated-sources/Foundation/NSTimer.g.cs b/new/dotnet/maccatalyst/generated-sources/Foundation/NSTimer.g.cs
index ee7a755..c71505b 100644
--- a/old/dotnet/maccatalyst/generated-sources/Foundation/NSTimer.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Foundation/NSTimer.g.cs
@@ -88,13 +88,13 @@ namespace Foundation {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NSTimer (NSDate date, double seconds, bool repeats, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V41))]global::System.Action<NSTimer> block)
+ public unsafe NSTimer (NSDate date, double seconds, bool repeats, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V43))]global::System.Action<NSTimer> block)
: base (NSObjectFlag.Empty)
{
var date__handle__ = date!.GetNonNullHandle (nameof (date));
if (block is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (block));
- using var block_block = Trampolines.SDActionArity1V41.CreateBlock (block);
+ using var block_block = Trampolines.SDActionArity1V43.CreateBlock (block);
BlockLiteral *block_ptr_block = &block_block;
if (IsDirectBinding) {
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_Double_bool_NativeHandle (this.Handle, Selector.GetHandle ("initWithFireDate:interval:repeats:block:"), date__handle__, seconds, repeats, (IntPtr) block_ptr_block), "initWithFireDate:interval:repeats:block:");
@@ -117,11 +117,11 @@ namespace Foundation {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static NSTimer CreateScheduledTimer (double interval, bool repeats, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V41))]global::System.Action<NSTimer> block)
+ public unsafe static NSTimer CreateScheduledTimer (double interval, bool repeats, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V43))]global::System.Action<NSTimer> block)
{
if (block is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (block));
- using var block_block = Trampolines.SDActionArity1V41.CreateBlock (block);
+ using var block_block = Trampolines.SDActionArity1V43.CreateBlock (block);
BlockLiteral *block_ptr_block = &block_block;
return Runtime.GetNSObject<NSTimer> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_Double_bool_NativeHandle (class_ptr, Selector.GetHandle ("scheduledTimerWithTimeInterval:repeats:block:"), interval, repeats, (IntPtr) block_ptr_block))!;
}
@@ -140,11 +140,11 @@ namespace Foundation {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static NSTimer CreateTimer (double interval, bool repeats, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V41))]global::System.Action<NSTimer> block)
+ public unsafe static NSTimer CreateTimer (double interval, bool repeats, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V43))]global::System.Action<NSTimer> block)
{
if (block is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (block));
- using var block_block = Trampolines.SDActionArity1V41.CreateBlock (block);
+ using var block_block = Trampolines.SDActionArity1V43.CreateBlock (block);
BlockLiteral *block_ptr_block = &block_block;
return Runtime.GetNSObject<NSTimer> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_Double_bool_NativeHandle (class_ptr, Selector.GetHandle ("timerWithTimeInterval:repeats:block:"), interval, repeats, (IntPtr) block_ptr_block))!;
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Foundation/NSUndoManager.g.cs b/new/dotnet/maccatalyst/generated-sources/Foundation/NSUndoManager.g.cs
index b1f5ca6..b8b83f1 100644
--- a/old/dotnet/maccatalyst/generated-sources/Foundation/NSUndoManager.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Foundation/NSUndoManager.g.cs
@@ -161,12 +161,12 @@ namespace Foundation {
[SupportedOSPlatform ("maccatalyst")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RegisterUndo (NSObject target, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V42))]global::System.Action<NSObject> undoHandler)
+ public unsafe virtual void RegisterUndo (NSObject target, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V44))]global::System.Action<NSObject> undoHandler)
{
var target__handle__ = target!.GetNonNullHandle (nameof (target));
if (undoHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (undoHandler));
- using var block_undoHandler = Trampolines.SDActionArity1V42.CreateBlock (undoHandler);
+ using var block_undoHandler = Trampolines.SDActionArity1V44.CreateBlock (undoHandler);
BlockLiteral *block_ptr_undoHandler = &block_undoHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("registerUndoWithTarget:handler:"), target__handle__, (IntPtr) block_ptr_undoHandler);
diff --git a/old/dotnet/maccatalyst/generated-sources/Foundation/NSUrl.g.cs b/new/dotnet/maccatalyst/generated-sources/Foundation/NSUrl.g.cs
index 77ceb5a..ae6b7da 100644
--- a/old/dotnet/maccatalyst/generated-sources/Foundation/NSUrl.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Foundation/NSUrl.g.cs
@@ -1236,6 +1236,24 @@ namespace Foundation {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static NSString? _FileIdentifierKey;
+ [Field ("NSURLFileIdentifierKey", "Foundation")]
+ [SupportedOSPlatform ("tvos16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public static NSString FileIdentifierKey {
+ [SupportedOSPlatform ("tvos16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ get {
+ if (_FileIdentifierKey is null)
+ _FileIdentifierKey = Dlfcn.GetStringConstant (Libraries.Foundation.Handle, "NSURLFileIdentifierKey")!;
+ return _FileIdentifierKey;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static NSString? _FileProtectionComplete;
[Field ("NSURLFileProtectionComplete", "Foundation")]
[SupportedOSPlatform ("ios")]
@@ -2538,6 +2556,24 @@ namespace Foundation {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static NSString? _VolumeMountFromLocationKey;
+ [Field ("NSURLVolumeMountFromLocationKey", "Foundation")]
+ [SupportedOSPlatform ("tvos16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public static NSString VolumeMountFromLocationKey {
+ [SupportedOSPlatform ("tvos16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ get {
+ if (_VolumeMountFromLocationKey is null)
+ _VolumeMountFromLocationKey = Dlfcn.GetStringConstant (Libraries.Foundation.Handle, "NSURLVolumeMountFromLocationKey")!;
+ return _VolumeMountFromLocationKey;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static NSString? _VolumeNameKey;
[Field ("NSURLVolumeNameKey", "Foundation")]
public static NSString VolumeNameKey {
@@ -2558,6 +2594,24 @@ namespace Foundation {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static NSString? _VolumeSubtypeKey;
+ [Field ("NSURLVolumeSubtypeKey", "Foundation")]
+ [SupportedOSPlatform ("tvos16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public static NSString VolumeSubtypeKey {
+ [SupportedOSPlatform ("tvos16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ get {
+ if (_VolumeSubtypeKey is null)
+ _VolumeSubtypeKey = Dlfcn.GetStringConstant (Libraries.Foundation.Handle, "NSURLVolumeSubtypeKey")!;
+ return _VolumeSubtypeKey;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static NSString? _VolumeSupportsAccessPermissionsKey;
[Field ("NSURLVolumeSupportsAccessPermissionsKey", "Foundation")]
[SupportedOSPlatform ("tvos11.0")]
@@ -2824,6 +2878,24 @@ namespace Foundation {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static NSString? _VolumeTypeNameKey;
+ [Field ("NSURLVolumeTypeNameKey", "Foundation")]
+ [SupportedOSPlatform ("tvos16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public static NSString VolumeTypeNameKey {
+ [SupportedOSPlatform ("tvos16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ get {
+ if (_VolumeTypeNameKey is null)
+ _VolumeTypeNameKey = Dlfcn.GetStringConstant (Libraries.Foundation.Handle, "NSURLVolumeTypeNameKey")!;
+ return _VolumeTypeNameKey;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static NSString? _VolumeURLForRemountingKey;
[Field ("NSURLVolumeURLForRemountingKey", "Foundation")]
public static NSString VolumeURLForRemountingKey {
diff --git a/old/dotnet/maccatalyst/generated-sources/Foundation/NSUrlCache.g.cs b/new/dotnet/maccatalyst/generated-sources/Foundation/NSUrlCache.g.cs
index ae1edba..4caf2ef 100644
--- a/old/dotnet/maccatalyst/generated-sources/Foundation/NSUrlCache.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Foundation/NSUrlCache.g.cs
@@ -132,12 +132,12 @@ namespace Foundation {
[SupportedOSPlatform ("maccatalyst")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetCachedResponse (NSUrlSessionDataTask dataTask, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V43))]global::System.Action<NSCachedUrlResponse> completionHandler)
+ public unsafe virtual void GetCachedResponse (NSUrlSessionDataTask dataTask, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V45))]global::System.Action<NSCachedUrlResponse> completionHandler)
{
var dataTask__handle__ = dataTask!.GetNonNullHandle (nameof (dataTask));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V43.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V45.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("getCachedResponseForDataTask:completionHandler:"), dataTask__handle__, (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/maccatalyst/generated-sources/Foundation/NSUrlCredentialStorage.g.cs b/new/dotnet/maccatalyst/generated-sources/Foundation/NSUrlCredentialStorage.g.cs
index 292bc56..7640d41 100644
--- a/old/dotnet/maccatalyst/generated-sources/Foundation/NSUrlCredentialStorage.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Foundation/NSUrlCredentialStorage.g.cs
@@ -83,11 +83,11 @@ namespace Foundation {
[SupportedOSPlatform ("maccatalyst")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetCredentials (NSUrlProtectionSpace protectionSpace, NSUrlSessionTask task, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V44))]global::System.Action<NSDictionary>? completionHandler)
+ public unsafe virtual void GetCredentials (NSUrlProtectionSpace protectionSpace, NSUrlSessionTask task, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V46))]global::System.Action<NSDictionary>? completionHandler)
{
var protectionSpace__handle__ = protectionSpace!.GetNonNullHandle (nameof (protectionSpace));
var task__handle__ = task!.GetNonNullHandle (nameof (task));
- using var block_completionHandler = Trampolines.SDActionArity1V44.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V46.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -127,11 +127,11 @@ namespace Foundation {
[SupportedOSPlatform ("maccatalyst")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void GetDefaultCredential (NSUrlProtectionSpace space, NSUrlSessionTask task, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V45))]global::System.Action<NSUrlCredential>? completionHandler)
+ public unsafe virtual void GetDefaultCredential (NSUrlProtectionSpace space, NSUrlSessionTask task, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V47))]global::System.Action<NSUrlCredential>? completionHandler)
{
var space__handle__ = space!.GetNonNullHandle (nameof (space));
var task__handle__ = task!.GetNonNullHandle (nameof (task));
- using var block_completionHandler = Trampolines.SDActionArity1V45.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V47.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
diff --git a/old/dotnet/maccatalyst/generated-sources/Foundation/NSUrlSessionDataDelegate.g.cs b/new/dotnet/maccatalyst/generated-sources/Foundation/NSUrlSessionDataDelegate.g.cs
index 309ce0c..20d8233 100644
--- a/old/dotnet/maccatalyst/generated-sources/Foundation/NSUrlSessionDataDelegate.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Foundation/NSUrlSessionDataDelegate.g.cs
@@ -54,10 +54,10 @@ namespace Foundation {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[Protocol (Name = "NSURLSessionDataDelegate", WrapperType = typeof (NSUrlSessionDataDelegateWrapper))]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidReceiveResponse", Selector = "URLSession:dataTask:didReceiveResponse:completionHandler:", ParameterType = new Type [] { typeof (NSUrlSession), typeof (NSUrlSessionDataTask), typeof (NSUrlResponse), typeof (global::System.Action<NSUrlSessionResponseDisposition>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V46) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidReceiveResponse", Selector = "URLSession:dataTask:didReceiveResponse:completionHandler:", ParameterType = new Type [] { typeof (NSUrlSession), typeof (NSUrlSessionDataTask), typeof (NSUrlResponse), typeof (global::System.Action<NSUrlSessionResponseDisposition>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V48) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidBecomeDownloadTask", Selector = "URLSession:dataTask:didBecomeDownloadTask:", ParameterType = new Type [] { typeof (NSUrlSession), typeof (NSUrlSessionDataTask), typeof (NSUrlSessionDownloadTask) }, ParameterByRef = new bool [] { false, false, false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidReceiveData", Selector = "URLSession:dataTask:didReceiveData:", ParameterType = new Type [] { typeof (NSUrlSession), typeof (NSUrlSessionDataTask), typeof (NSData) }, ParameterByRef = new bool [] { false, false, false })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WillCacheResponse", Selector = "URLSession:dataTask:willCacheResponse:completionHandler:", ParameterType = new Type [] { typeof (NSUrlSession), typeof (NSUrlSessionDataTask), typeof (NSCachedUrlResponse), typeof (global::System.Action<NSCachedUrlResponse>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V43) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WillCacheResponse", Selector = "URLSession:dataTask:willCacheResponse:completionHandler:", ParameterType = new Type [] { typeof (NSUrlSession), typeof (NSUrlSessionDataTask), typeof (NSCachedUrlResponse), typeof (global::System.Action<NSCachedUrlResponse>) }, ParameterByRef = new bool [] { false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V45) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "DidBecomeStreamTask", Selector = "URLSession:dataTask:didBecomeStreamTask:", ParameterType = new Type [] { typeof (NSUrlSession), typeof (NSUrlSessionDataTask), typeof (NSUrlSessionStreamTask) }, ParameterByRef = new bool [] { false, false, false })]
public partial interface INSUrlSessionDataDelegate : INativeObject, IDisposable,
Foundation.INSUrlSessionTaskDelegate
@@ -65,14 +65,14 @@ namespace Foundation {
}
public static partial class NSUrlSessionDataDelegate_Extensions {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void DidReceiveResponse (this INSUrlSessionDataDelegate This, NSUrlSession session, NSUrlSessionDataTask dataTask, NSUrlResponse response, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V46))]global::System.Action<NSUrlSessionResponseDisposition> completionHandler)
+ public unsafe static void DidReceiveResponse (this INSUrlSessionDataDelegate This, NSUrlSession session, NSUrlSessionDataTask dataTask, NSUrlResponse response, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V48))]global::System.Action<NSUrlSessionResponseDisposition> completionHandler)
{
var session__handle__ = session!.GetNonNullHandle (nameof (session));
var dataTask__handle__ = dataTask!.GetNonNullHandle (nameof (dataTask));
var response__handle__ = response!.GetNonNullHandle (nameof (response));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V46.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V48.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("URLSession:dataTask:didReceiveResponse:completionHandler:"), session__handle__, dataTask__handle__, response__handle__, (IntPtr) block_ptr_completionHandler);
}
@@ -93,14 +93,14 @@ namespace Foundation {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("URLSession:dataTask:didReceiveData:"), session__handle__, dataTask__handle__, data__handle__);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void WillCacheResponse (this INSUrlSessionDataDelegate This, NSUrlSession session, NSUrlSessionDataTask dataTask, NSCachedUrlResponse proposedResponse, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V43))]global::System.Action<NSCachedUrlResponse> completionHandler)
+ public unsafe static void WillCacheResponse (this INSUrlSessionDataDelegate This, NSUrlSession session, NSUrlSessionDataTask dataTask, NSCachedUrlResponse proposedResponse, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V45))]global::System.Action<NSCachedUrlResponse> completionHandler)
{
var session__handle__ = session!.GetNonNullHandle (nameof (session));
var dataTask__handle__ = dataTask!.GetNonNullHandle (nameof (dataTask));
var proposedResponse__handle__ = proposedResponse!.GetNonNullHandle (nameof (proposedResponse));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V43.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V45.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("URLSession:dataTask:willCacheResponse:completionHandler:"), session__handle__, dataTask__handle__, proposedResponse__handle__, (IntPtr) block_ptr_completionHandler);
}
@@ -181,13 +181,13 @@ namespace Foundation {
}
[Export ("URLSession:dataTask:didReceiveResponse:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void DidReceiveResponse (NSUrlSession session, NSUrlSessionDataTask dataTask, NSUrlResponse response, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V46))]global::System.Action<NSUrlSessionResponseDisposition> completionHandler)
+ public unsafe virtual void DidReceiveResponse (NSUrlSession session, NSUrlSessionDataTask dataTask, NSUrlResponse response, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V48))]global::System.Action<NSUrlSessionResponseDisposition> completionHandler)
{
throw new You_Should_Not_Call_base_In_This_Method ();
}
[Export ("URLSession:dataTask:willCacheResponse:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void WillCacheResponse (NSUrlSession session, NSUrlSessionDataTask dataTask, NSCachedUrlResponse proposedResponse, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V43))]global::System.Action<NSCachedUrlResponse> completionHandler)
+ public unsafe virtual void WillCacheResponse (NSUrlSession session, NSUrlSessionDataTask dataTask, NSCachedUrlResponse proposedResponse, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V45))]global::System.Action<NSCachedUrlResponse> completionHandler)
{
throw new You_Should_Not_Call_base_In_This_Method ();
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Foundation/NSUrlSessionDownloadTask.g.cs b/new/dotnet/maccatalyst/generated-sources/Foundation/NSUrlSessionDownloadTask.g.cs
index 469538d..ac482c2 100644
--- a/old/dotnet/maccatalyst/generated-sources/Foundation/NSUrlSessionDownloadTask.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Foundation/NSUrlSessionDownloadTask.g.cs
@@ -91,11 +91,11 @@ namespace Foundation {
}
[Export ("cancelByProducingResumeData:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void Cancel ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V47))]global::System.Action<NSData> resumeCallback)
+ public unsafe virtual void Cancel ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V49))]global::System.Action<NSData> resumeCallback)
{
if (resumeCallback is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (resumeCallback));
- using var block_resumeCallback = Trampolines.SDActionArity1V47.CreateBlock (resumeCallback);
+ using var block_resumeCallback = Trampolines.SDActionArity1V49.CreateBlock (resumeCallback);
BlockLiteral *block_ptr_resumeCallback = &block_resumeCallback;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("cancelByProducingResumeData:"), (IntPtr) block_ptr_resumeCallback);
diff --git a/old/dotnet/maccatalyst/generated-sources/Foundation/NSUrlSessionStreamTask.g.cs b/new/dotnet/maccatalyst/generated-sources/Foundation/NSUrlSessionStreamTask.g.cs
index 8c7ab72..caee6ba 100644
--- a/old/dotnet/maccatalyst/generated-sources/Foundation/NSUrlSessionStreamTask.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Foundation/NSUrlSessionStreamTask.g.cs
@@ -156,12 +156,12 @@ namespace Foundation {
}
[Export ("writeData:timeout:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void WriteData (NSData data, double timeout, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe virtual void WriteData (NSData data, double timeout, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
var data__handle__ = data!.GetNonNullHandle (nameof (data));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_Double_NativeHandle (this.Handle, Selector.GetHandle ("writeData:timeout:completionHandler:"), data__handle__, timeout, (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/maccatalyst/generated-sources/Foundation/NSUrlSessionWebSocketTask.g.cs b/new/dotnet/maccatalyst/generated-sources/Foundation/NSUrlSessionWebSocketTask.g.cs
index fa4693f..b64b22f 100644
--- a/old/dotnet/maccatalyst/generated-sources/Foundation/NSUrlSessionWebSocketTask.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Foundation/NSUrlSessionWebSocketTask.g.cs
@@ -109,12 +109,12 @@ namespace Foundation {
}
[Export ("sendMessage:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void SendMessage (NSUrlSessionWebSocketMessage message, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe virtual void SendMessage (NSUrlSessionWebSocketMessage message, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
var message__handle__ = message!.GetNonNullHandle (nameof (message));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("sendMessage:completionHandler:"), message__handle__, (IntPtr) block_ptr_completionHandler);
@@ -136,11 +136,11 @@ namespace Foundation {
}
[Export ("sendPingWithPongReceiveHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void SendPing ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> pongReceiveHandler)
+ public unsafe virtual void SendPing ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> pongReceiveHandler)
{
if (pongReceiveHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (pongReceiveHandler));
- using var block_pongReceiveHandler = Trampolines.SDActionArity1V15.CreateBlock (pongReceiveHandler);
+ using var block_pongReceiveHandler = Trampolines.SDActionArity1V17.CreateBlock (pongReceiveHandler);
BlockLiteral *block_ptr_pongReceiveHandler = &block_pongReceiveHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("sendPingWithPongReceiveHandler:"), (IntPtr) block_ptr_pongReceiveHandler);
diff --git a/old/dotnet/maccatalyst/generated-sources/Foundation/NSXpcConnection.g.cs b/new/dotnet/maccatalyst/generated-sources/Foundation/NSXpcConnection.g.cs
index 27ba947..df612eb 100644
--- a/old/dotnet/maccatalyst/generated-sources/Foundation/NSXpcConnection.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Foundation/NSXpcConnection.g.cs
@@ -153,11 +153,11 @@ namespace Foundation {
}
[Export ("remoteObjectProxyWithErrorHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- internal unsafe virtual nint _CreateRemoteObjectProxy ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> errorHandler)
+ internal unsafe virtual nint _CreateRemoteObjectProxy ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> errorHandler)
{
if (errorHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (errorHandler));
- using var block_errorHandler = Trampolines.SDActionArity1V15.CreateBlock (errorHandler);
+ using var block_errorHandler = Trampolines.SDActionArity1V17.CreateBlock (errorHandler);
BlockLiteral *block_ptr_errorHandler = &block_errorHandler;
if (IsDirectBinding) {
return global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("remoteObjectProxyWithErrorHandler:"), (IntPtr) block_ptr_errorHandler);
@@ -171,11 +171,11 @@ namespace Foundation {
[SupportedOSPlatform ("maccatalyst")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- internal unsafe virtual nint _CreateSynchronousRemoteObjectProxy ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> errorHandler)
+ internal unsafe virtual nint _CreateSynchronousRemoteObjectProxy ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> errorHandler)
{
if (errorHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (errorHandler));
- using var block_errorHandler = Trampolines.SDActionArity1V15.CreateBlock (errorHandler);
+ using var block_errorHandler = Trampolines.SDActionArity1V17.CreateBlock (errorHandler);
BlockLiteral *block_ptr_errorHandler = &block_errorHandler;
if (IsDirectBinding) {
return global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("synchronousRemoteObjectProxyWithErrorHandler:"), (IntPtr) block_ptr_errorHandler);
diff --git a/old/dotnet/maccatalyst/generated-sources/GameController/GCController.g.cs b/new/dotnet/maccatalyst/generated-sources/GameController/GCController.g.cs
index 75b126f..143099a 100644
--- a/old/dotnet/maccatalyst/generated-sources/GameController/GCController.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/GameController/GCController.g.cs
@@ -179,7 +179,7 @@ namespace GameController {
[SupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
public unsafe virtual global::System.Action<GCController>? ControllerPausedHandler {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V48))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V50))]
[Export ("controllerPausedHandler", ArgumentSemantic.Copy)]
get {
NativeHandle ret;
@@ -188,12 +188,12 @@ namespace GameController {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("controllerPausedHandler"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity1V48.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V50.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V48))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V50))]
[Export ("setControllerPausedHandler:", ArgumentSemantic.Copy)]
set {
- using var block_value = Trampolines.SDActionArity1V48.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity1V50.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
diff --git a/old/dotnet/maccatalyst/generated-sources/GameController/GCMotion.g.cs b/new/dotnet/maccatalyst/generated-sources/GameController/GCMotion.g.cs
index ad33e14..478caf8 100644
--- a/old/dotnet/maccatalyst/generated-sources/GameController/GCMotion.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/GameController/GCMotion.g.cs
@@ -387,7 +387,7 @@ namespace GameController {
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public unsafe virtual global::System.Action<GCMotion>? ValueChangedHandler {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V49))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V51))]
[Export ("valueChangedHandler", ArgumentSemantic.Copy)]
get {
NativeHandle ret;
@@ -396,12 +396,12 @@ namespace GameController {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("valueChangedHandler"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity1V49.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V51.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V49))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V51))]
[Export ("setValueChangedHandler:", ArgumentSemantic.Copy)]
set {
- using var block_value = Trampolines.SDActionArity1V49.CreateNullableBlock (value);
+ using var block_value = Trampolines.SDActionArity1V51.CreateNullableBlock (value);
BlockLiteral *block_ptr_value = null;
if (value is not null)
block_ptr_value = &block_value;
diff --git a/old/dotnet/maccatalyst/generated-sources/GameController/GCVirtualController.g.cs b/new/dotnet/maccatalyst/generated-sources/GameController/GCVirtualController.g.cs
index 39cd290..75a1234 100644
--- a/old/dotnet/maccatalyst/generated-sources/GameController/GCVirtualController.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/GameController/GCVirtualController.g.cs
@@ -85,9 +85,9 @@ namespace GameController {
}
[Export ("connectWithReplyHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void Connect ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? reply)
+ public unsafe virtual void Connect ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? reply)
{
- using var block_reply = Trampolines.SDActionArity1V15.CreateNullableBlock (reply);
+ using var block_reply = Trampolines.SDActionArity1V17.CreateNullableBlock (reply);
BlockLiteral *block_ptr_reply = null;
if (reply is not null)
block_ptr_reply = &block_reply;
diff --git a/old/dotnet/maccatalyst/generated-sources/GameKit/GKAchievement.g.cs b/new/dotnet/maccatalyst/generated-sources/GameKit/GKAchievement.g.cs
index 41ca5aa..282dda1 100644
--- a/old/dotnet/maccatalyst/generated-sources/GameKit/GKAchievement.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/GameKit/GKAchievement.g.cs
@@ -299,10 +299,10 @@ namespace GameKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("macos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ReportAchievement ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completionHandler)
+ public unsafe virtual void ReportAchievement ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -333,13 +333,13 @@ namespace GameKit {
}
[Export ("reportAchievements:withCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ReportAchievements (GKAchievement[] achievements, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completionHandler)
+ public unsafe static void ReportAchievements (GKAchievement[] achievements, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (achievements is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (achievements));
var nsa_achievements = NSArray.FromNSObjects (achievements);
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -364,7 +364,7 @@ namespace GameKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ReportAchievements (GKAchievement[] achievements, GKChallenge[] challenges, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completionHandler)
+ public unsafe static void ReportAchievements (GKAchievement[] achievements, GKChallenge[] challenges, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (achievements is null)
@@ -373,7 +373,7 @@ namespace GameKit {
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (challenges));
var nsa_achievements = NSArray.FromNSObjects (achievements);
var nsa_challenges = NSArray.FromNSObjects (challenges);
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -399,10 +399,10 @@ namespace GameKit {
}
[Export ("resetAchievementsWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResetAchivements ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completionHandler)
+ public unsafe static void ResetAchivements ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
diff --git a/old/dotnet/maccatalyst/generated-sources/GameKit/GKBasePlayer.g.cs b/new/dotnet/maccatalyst/generated-sources/GameKit/GKBasePlayer.g.cs
index c691ea4..07b3943 100644
--- a/old/dotnet/maccatalyst/generated-sources/GameKit/GKBasePlayer.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/GameKit/GKBasePlayer.g.cs
@@ -99,7 +99,7 @@ namespace GameKit {
[ObsoletedOSPlatform ("ios16.0", "Use the GKPlayer.TeamPlayerId property to identify a player instead.")]
[ObsoletedOSPlatform ("tvos16.0", "Use the GKPlayer.TeamPlayerId property to identify a player instead.")]
[ObsoletedOSPlatform ("maccatalyst16.0", "Use the GKPlayer.TeamPlayerId property to identify a player instead.")]
- [ObsoletedOSPlatform ("macos13.0", "Use the GKPlayer.TeamPlayerId property to identify a player instead.")]
+ [ObsoletedOSPlatform ("macos10.15", "Use the GKPlayer.TeamPlayerId property to identify a player instead.")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("tvos")]
diff --git a/old/dotnet/maccatalyst/generated-sources/GameKit/GKGameSession.g.cs b/new/dotnet/maccatalyst/generated-sources/GameKit/GKGameSession.g.cs
index a2367ff..447a0da 100644
--- a/old/dotnet/maccatalyst/generated-sources/GameKit/GKGameSession.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/GameKit/GKGameSession.g.cs
@@ -105,7 +105,7 @@ namespace GameKit {
}
[Export ("clearBadgeForPlayers:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ClearBadge (GKCloudPlayer[] players, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe virtual void ClearBadge (GKCloudPlayer[] players, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (players is null)
@@ -113,7 +113,7 @@ namespace GameKit {
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
var nsa_players = NSArray.FromNSObjects (players);
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("clearBadgeForPlayers:completionHandler:"), nsa_players.Handle, (IntPtr) block_ptr_completionHandler);
@@ -298,7 +298,7 @@ namespace GameKit {
}
[Export ("removeSessionWithIdentifier:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void RemoveSession (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe static void RemoveSession (string identifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (identifier is null)
@@ -306,7 +306,7 @@ namespace GameKit {
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
var nsidentifier = CFString.CreateNative (identifier);
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("removeSessionWithIdentifier:completionHandler:"), nsidentifier, (IntPtr) block_ptr_completionHandler);
CFString.ReleaseNative (nsidentifier);
@@ -353,13 +353,13 @@ namespace GameKit {
}
[Export ("sendData:withTransportType:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void SendData (NSData data, GKTransportType transport, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe virtual void SendData (NSData data, GKTransportType transport, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
var data__handle__ = data!.GetNonNullHandle (nameof (data));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_IntPtr_NativeHandle (this.Handle, Selector.GetHandle ("sendData:withTransportType:completionHandler:"), data__handle__, (IntPtr) (long) transport, (IntPtr) block_ptr_completionHandler);
@@ -381,7 +381,7 @@ namespace GameKit {
}
[Export ("sendMessageWithLocalizedFormatKey:arguments:data:toPlayers:badgePlayers:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void SendMessage (string key, string[] arguments, NSData? data, GKCloudPlayer[] players, bool badgePlayers, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe virtual void SendMessage (string key, string[] arguments, NSData? data, GKCloudPlayer[] players, bool badgePlayers, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (key is null)
@@ -396,7 +396,7 @@ namespace GameKit {
var nskey = CFString.CreateNative (key);
var nsa_arguments = NSArray.FromStrings (arguments);
var nsa_players = NSArray.FromNSObjects (players);
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle_NativeHandle_bool_NativeHandle (this.Handle, Selector.GetHandle ("sendMessageWithLocalizedFormatKey:arguments:data:toPlayers:badgePlayers:completionHandler:"), nskey, nsa_arguments.Handle, data__handle__, nsa_players.Handle, badgePlayers, (IntPtr) block_ptr_completionHandler);
@@ -421,12 +421,12 @@ namespace GameKit {
}
[Export ("setConnectionState:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void SetConnectionState (GKConnectionState state, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe virtual void SetConnectionState (GKConnectionState state, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_NativeHandle (this.Handle, Selector.GetHandle ("setConnectionState:completionHandler:"), (IntPtr) (long) state, (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/maccatalyst/generated-sources/GameKit/GKLeaderboard.g.cs b/new/dotnet/maccatalyst/generated-sources/GameKit/GKLeaderboard.g.cs
index c2f5502..699bb04 100644
--- a/old/dotnet/maccatalyst/generated-sources/GameKit/GKLeaderboard.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/GameKit/GKLeaderboard.g.cs
@@ -443,11 +443,11 @@ namespace GameKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("macos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void SetDefaultLeaderboard (string? leaderboardIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? notificationHandler)
+ public unsafe static void SetDefaultLeaderboard (string? leaderboardIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? notificationHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
var nsleaderboardIdentifier = CFString.CreateNative (leaderboardIdentifier);
- using var block_notificationHandler = Trampolines.SDActionArity1V15.CreateNullableBlock (notificationHandler);
+ using var block_notificationHandler = Trampolines.SDActionArity1V17.CreateNullableBlock (notificationHandler);
BlockLiteral *block_ptr_notificationHandler = null;
if (notificationHandler is not null)
block_ptr_notificationHandler = &block_notificationHandler;
@@ -479,7 +479,7 @@ namespace GameKit {
[SupportedOSPlatform ("ios14.0")]
[SupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void SubmitScore (nint score, nuint context, GKPlayer player, string[] leaderboardIds, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe static void SubmitScore (nint score, nuint context, GKPlayer player, string[] leaderboardIds, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
var player__handle__ = player!.GetNonNullHandle (nameof (player));
@@ -488,7 +488,7 @@ namespace GameKit {
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
var nsa_leaderboardIds = NSArray.FromStrings (leaderboardIds);
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_UIntPtr_NativeHandle_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("submitScore:context:player:leaderboardIDs:completionHandler:"), score, context, player__handle__, nsa_leaderboardIds.Handle, (IntPtr) block_ptr_completionHandler);
nsa_leaderboardIds.Dispose ();
@@ -515,13 +515,13 @@ namespace GameKit {
[SupportedOSPlatform ("ios14.0")]
[SupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void SubmitScore (nint score, nuint context, GKPlayer player, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe virtual void SubmitScore (nint score, nuint context, GKPlayer player, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
var player__handle__ = player!.GetNonNullHandle (nameof (player));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_IntPtr_UIntPtr_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("submitScore:context:player:completionHandler:"), score, context, player__handle__, (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/maccatalyst/generated-sources/GameKit/GKLocalPlayer.g.cs b/new/dotnet/maccatalyst/generated-sources/GameKit/GKLocalPlayer.g.cs
index 89fdbba..e57af84 100644
--- a/old/dotnet/maccatalyst/generated-sources/GameKit/GKLocalPlayer.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/GameKit/GKLocalPlayer.g.cs
@@ -106,10 +106,10 @@ namespace GameKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("macos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void Authenticate ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? handler)
+ public unsafe virtual void Authenticate ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? handler)
{
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_handler = Trampolines.SDActionArity1V15.CreateNullableBlock (handler);
+ using var block_handler = Trampolines.SDActionArity1V17.CreateNullableBlock (handler);
BlockLiteral *block_ptr_handler = null;
if (handler is not null)
block_ptr_handler = &block_handler;
@@ -144,13 +144,13 @@ namespace GameKit {
[SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void DeleteSavedGames (string name, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? handler)
+ public unsafe virtual void DeleteSavedGames (string name, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? handler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (name is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (name));
var nsname = CFString.CreateNative (name);
- using var block_handler = Trampolines.SDActionArity1V15.CreateNullableBlock (handler);
+ using var block_handler = Trampolines.SDActionArity1V17.CreateNullableBlock (handler);
BlockLiteral *block_ptr_handler = null;
if (handler is not null)
block_ptr_handler = &block_handler;
@@ -711,11 +711,11 @@ namespace GameKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("macos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void SetDefaultLeaderboardCategoryID (string? categoryID, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completionHandler)
+ public unsafe virtual void SetDefaultLeaderboardCategoryID (string? categoryID, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
var nscategoryID = CFString.CreateNative (categoryID);
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -751,13 +751,13 @@ namespace GameKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void SetDefaultLeaderboardIdentifier (string leaderboardIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completionHandler)
+ public unsafe virtual void SetDefaultLeaderboardIdentifier (string leaderboardIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (leaderboardIdentifier is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (leaderboardIdentifier));
var nsleaderboardIdentifier = CFString.CreateNative (leaderboardIdentifier);
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
diff --git a/old/dotnet/maccatalyst/generated-sources/GameKit/GKMatch.g.cs b/new/dotnet/maccatalyst/generated-sources/GameKit/GKMatch.g.cs
index ad4f39d..d254295 100644
--- a/old/dotnet/maccatalyst/generated-sources/GameKit/GKMatch.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/GameKit/GKMatch.g.cs
@@ -79,12 +79,12 @@ namespace GameKit {
[ObsoletedOSPlatform ("maccatalyst13.1", "Use 'ChooseBestHostingPlayer' instead.")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ChooseBestHostPlayer ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V50))]global::System.Action<string> completionHandler)
+ public unsafe virtual void ChooseBestHostPlayer ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V52))]global::System.Action<string> completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V50.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V52.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("chooseBestHostPlayerWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
@@ -114,12 +114,12 @@ namespace GameKit {
[SupportedOSPlatform ("maccatalyst")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ChooseBestHostingPlayer ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V51))]global::System.Action<GKPlayer> completionHandler)
+ public unsafe virtual void ChooseBestHostingPlayer ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V53))]global::System.Action<GKPlayer> completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V51.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V53.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("chooseBestHostingPlayerWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/maccatalyst/generated-sources/GameKit/GKMatchmaker.g.cs b/new/dotnet/maccatalyst/generated-sources/GameKit/GKMatchmaker.g.cs
index cdeed4a..4472c45 100644
--- a/old/dotnet/maccatalyst/generated-sources/GameKit/GKMatchmaker.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/GameKit/GKMatchmaker.g.cs
@@ -85,12 +85,12 @@ namespace GameKit {
[Export ("addPlayersToMatch:matchRequest:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AddPlayers (GKMatch toMatch, GKMatchRequest matchRequest, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completionHandler)
+ public unsafe virtual void AddPlayers (GKMatch toMatch, GKMatchRequest matchRequest, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
var toMatch__handle__ = toMatch!.GetNonNullHandle (nameof (toMatch));
var matchRequest__handle__ = matchRequest!.GetNonNullHandle (nameof (matchRequest));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -420,12 +420,12 @@ namespace GameKit {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst16.2")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void StartGroupActivity ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V51))]global::System.Action<GKPlayer> handler)
+ public unsafe virtual void StartGroupActivity ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V53))]global::System.Action<GKPlayer> handler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (handler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler));
- using var block_handler = Trampolines.SDActionArity1V51.CreateBlock (handler);
+ using var block_handler = Trampolines.SDActionArity1V53.CreateBlock (handler);
BlockLiteral *block_ptr_handler = &block_handler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("startGroupActivityWithPlayerHandler:"), (IntPtr) block_ptr_handler);
diff --git a/old/dotnet/maccatalyst/generated-sources/GameKit/GKScore.g.cs b/new/dotnet/maccatalyst/generated-sources/GameKit/GKScore.g.cs
index 310d616..031cf80 100644
--- a/old/dotnet/maccatalyst/generated-sources/GameKit/GKScore.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/GameKit/GKScore.g.cs
@@ -350,7 +350,7 @@ namespace GameKit {
[ObsoletedOSPlatform ("macos11.0", "Use 'GKLeaderboardEntry' instead.")]
[ObsoletedOSPlatform ("maccatalyst14.0", "Use 'GKLeaderboardEntry' instead.")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ReportLeaderboardScores (GKLeaderboardScore[] scores, GKChallenge[] eligibleChallenges, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completionHandler)
+ public unsafe static void ReportLeaderboardScores (GKLeaderboardScore[] scores, GKChallenge[] eligibleChallenges, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (scores is null)
@@ -359,7 +359,7 @@ namespace GameKit {
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (eligibleChallenges));
var nsa_scores = NSArray.FromNSObjects (scores);
var nsa_eligibleChallenges = NSArray.FromNSObjects (eligibleChallenges);
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -397,10 +397,10 @@ namespace GameKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("macos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ReportScore ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? errorHandler)
+ public unsafe virtual void ReportScore ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? errorHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_errorHandler = Trampolines.SDActionArity1V15.CreateNullableBlock (errorHandler);
+ using var block_errorHandler = Trampolines.SDActionArity1V17.CreateNullableBlock (errorHandler);
BlockLiteral *block_ptr_errorHandler = null;
if (errorHandler is not null)
block_ptr_errorHandler = &block_errorHandler;
@@ -432,13 +432,13 @@ namespace GameKit {
}
[Export ("reportScores:withCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ReportScores (GKScore[] scores, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completionHandler)
+ public unsafe static void ReportScores (GKScore[] scores, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (scores is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (scores));
var nsa_scores = NSArray.FromNSObjects (scores);
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -467,7 +467,7 @@ namespace GameKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ReportScores (GKScore[] scores, GKChallenge[] challenges, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completionHandler)
+ public unsafe static void ReportScores (GKScore[] scores, GKChallenge[] challenges, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (scores is null)
@@ -476,7 +476,7 @@ namespace GameKit {
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (challenges));
var nsa_scores = NSArray.FromNSObjects (scores);
var nsa_challenges = NSArray.FromNSObjects (challenges);
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
diff --git a/old/dotnet/maccatalyst/generated-sources/GameKit/GKTurnBasedExchange.g.cs b/new/dotnet/maccatalyst/generated-sources/GameKit/GKTurnBasedExchange.g.cs
index 71858df..bd089b7 100644
--- a/old/dotnet/maccatalyst/generated-sources/GameKit/GKTurnBasedExchange.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/GameKit/GKTurnBasedExchange.g.cs
@@ -85,7 +85,7 @@ namespace GameKit {
[Export ("cancelWithLocalizableMessageKey:arguments:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void Cancel (string localizableMessage, NSObject[] arguments, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completionHandler)
+ public unsafe virtual void Cancel (string localizableMessage, NSObject[] arguments, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (localizableMessage is null)
@@ -94,7 +94,7 @@ namespace GameKit {
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (arguments));
var nslocalizableMessage = CFString.CreateNative (localizableMessage);
var nsa_arguments = NSArray.FromNSObjects (arguments);
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -120,7 +120,7 @@ namespace GameKit {
}
[Export ("replyWithLocalizableMessageKey:arguments:data:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void Reply (string localizableMessage, NSObject[] arguments, NSData data, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completionHandler)
+ public unsafe virtual void Reply (string localizableMessage, NSObject[] arguments, NSData data, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (localizableMessage is null)
@@ -130,7 +130,7 @@ namespace GameKit {
var data__handle__ = data!.GetNonNullHandle (nameof (data));
var nslocalizableMessage = CFString.CreateNative (localizableMessage);
var nsa_arguments = NSArray.FromNSObjects (arguments);
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
diff --git a/old/dotnet/maccatalyst/generated-sources/GameKit/GKTurnBasedMatch.g.cs b/new/dotnet/maccatalyst/generated-sources/GameKit/GKTurnBasedMatch.g.cs
index 4c20dd1..fc921fb 100644
--- a/old/dotnet/maccatalyst/generated-sources/GameKit/GKTurnBasedMatch.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/GameKit/GKTurnBasedMatch.g.cs
@@ -139,11 +139,11 @@ namespace GameKit {
}
[Export ("endMatchInTurnWithMatchData:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void EndMatchInTurn (NSData matchData, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? onCompletion)
+ public unsafe virtual void EndMatchInTurn (NSData matchData, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? onCompletion)
{
global::UIKit.UIApplication.EnsureUIThread ();
var matchData__handle__ = matchData!.GetNonNullHandle (nameof (matchData));
- using var block_onCompletion = Trampolines.SDActionArity1V15.CreateNullableBlock (onCompletion);
+ using var block_onCompletion = Trampolines.SDActionArity1V17.CreateNullableBlock (onCompletion);
BlockLiteral *block_ptr_onCompletion = null;
if (onCompletion is not null)
block_ptr_onCompletion = &block_onCompletion;
@@ -175,13 +175,13 @@ namespace GameKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void EndMatchInTurn (NSData matchData, GKScore[]? scores, GKAchievement[]? achievements, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completionHandler)
+ public unsafe virtual void EndMatchInTurn (NSData matchData, GKScore[]? scores, GKAchievement[]? achievements, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
var matchData__handle__ = matchData!.GetNonNullHandle (nameof (matchData));
var nsa_scores = scores is null ? null : NSArray.FromNSObjects (scores);
var nsa_achievements = achievements is null ? null : NSArray.FromNSObjects (achievements);
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -221,7 +221,7 @@ namespace GameKit {
[SupportedOSPlatform ("tvos14.0")]
[SupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void EndMatchInTurn (NSData matchData, GKLeaderboardScore[] scores, NSObject[] achievements, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completionHandler)
+ public unsafe virtual void EndMatchInTurn (NSData matchData, GKLeaderboardScore[] scores, NSObject[] achievements, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
var matchData__handle__ = matchData!.GetNonNullHandle (nameof (matchData));
@@ -233,7 +233,7 @@ namespace GameKit {
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
var nsa_scores = NSArray.FromNSObjects (scores);
var nsa_achievements = NSArray.FromNSObjects (achievements);
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("endMatchInTurnWithMatchData:leaderboardScores:achievements:completionHandler:"), matchData__handle__, nsa_scores.Handle, nsa_achievements.Handle, (IntPtr) block_ptr_completionHandler);
@@ -265,14 +265,14 @@ namespace GameKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void EndTurn (GKTurnBasedParticipant[] nextParticipants, double timeoutSeconds, NSData matchData, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completionHandler)
+ public unsafe virtual void EndTurn (GKTurnBasedParticipant[] nextParticipants, double timeoutSeconds, NSData matchData, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (nextParticipants is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (nextParticipants));
var matchData__handle__ = matchData!.GetNonNullHandle (nameof (matchData));
var nsa_nextParticipants = NSArray.FromNSObjects (nextParticipants);
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -308,12 +308,12 @@ namespace GameKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("macos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void EndTurnWithNextParticipant (GKTurnBasedParticipant nextParticipant, NSData matchData, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? noCompletion)
+ public unsafe virtual void EndTurnWithNextParticipant (GKTurnBasedParticipant nextParticipant, NSData matchData, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? noCompletion)
{
global::UIKit.UIApplication.EnsureUIThread ();
var nextParticipant__handle__ = nextParticipant!.GetNonNullHandle (nameof (nextParticipant));
var matchData__handle__ = matchData!.GetNonNullHandle (nameof (matchData));
- using var block_noCompletion = Trampolines.SDActionArity1V15.CreateNullableBlock (noCompletion);
+ using var block_noCompletion = Trampolines.SDActionArity1V17.CreateNullableBlock (noCompletion);
BlockLiteral *block_ptr_noCompletion = null;
if (noCompletion is not null)
block_ptr_noCompletion = &block_noCompletion;
@@ -452,12 +452,12 @@ namespace GameKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("macos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ParticipantQuitInTurn (GKTurnBasedMatchOutcome matchOutcome, GKTurnBasedParticipant nextParticipant, NSData matchData, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? onCompletion)
+ public unsafe virtual void ParticipantQuitInTurn (GKTurnBasedMatchOutcome matchOutcome, GKTurnBasedParticipant nextParticipant, NSData matchData, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? onCompletion)
{
global::UIKit.UIApplication.EnsureUIThread ();
var nextParticipant__handle__ = nextParticipant!.GetNonNullHandle (nameof (nextParticipant));
var matchData__handle__ = matchData!.GetNonNullHandle (nameof (matchData));
- using var block_onCompletion = Trampolines.SDActionArity1V15.CreateNullableBlock (onCompletion);
+ using var block_onCompletion = Trampolines.SDActionArity1V17.CreateNullableBlock (onCompletion);
BlockLiteral *block_ptr_onCompletion = null;
if (onCompletion is not null)
block_ptr_onCompletion = &block_onCompletion;
@@ -492,14 +492,14 @@ namespace GameKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ParticipantQuitInTurn (GKTurnBasedMatchOutcome matchOutcome, GKTurnBasedParticipant[] nextParticipants, double timeoutSeconds, NSData matchData, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completionHandler)
+ public unsafe virtual void ParticipantQuitInTurn (GKTurnBasedMatchOutcome matchOutcome, GKTurnBasedParticipant[] nextParticipants, double timeoutSeconds, NSData matchData, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (nextParticipants is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (nextParticipants));
var matchData__handle__ = matchData!.GetNonNullHandle (nameof (matchData));
var nsa_nextParticipants = NSArray.FromNSObjects (nextParticipants);
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -528,10 +528,10 @@ namespace GameKit {
}
[Export ("participantQuitOutOfTurnWithOutcome:withCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ParticipantQuitOutOfTurn (GKTurnBasedMatchOutcome matchOutcome, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? onCompletion)
+ public unsafe virtual void ParticipantQuitOutOfTurn (GKTurnBasedMatchOutcome matchOutcome, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? onCompletion)
{
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_onCompletion = Trampolines.SDActionArity1V15.CreateNullableBlock (onCompletion);
+ using var block_onCompletion = Trampolines.SDActionArity1V17.CreateNullableBlock (onCompletion);
BlockLiteral *block_ptr_onCompletion = null;
if (onCompletion is not null)
block_ptr_onCompletion = &block_onCompletion;
@@ -590,10 +590,10 @@ namespace GameKit {
}
[Export ("removeWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void Remove ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? onCompletion)
+ public unsafe virtual void Remove ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? onCompletion)
{
global::UIKit.UIApplication.EnsureUIThread ();
- using var block_onCompletion = Trampolines.SDActionArity1V15.CreateNullableBlock (onCompletion);
+ using var block_onCompletion = Trampolines.SDActionArity1V17.CreateNullableBlock (onCompletion);
BlockLiteral *block_ptr_onCompletion = null;
if (onCompletion is not null)
block_ptr_onCompletion = &block_onCompletion;
@@ -617,11 +617,11 @@ namespace GameKit {
}
[Export ("saveCurrentTurnWithMatchData:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void SaveCurrentTurn (NSData matchData, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completionHandler)
+ public unsafe virtual void SaveCurrentTurn (NSData matchData, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
var matchData__handle__ = matchData!.GetNonNullHandle (nameof (matchData));
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -649,14 +649,14 @@ namespace GameKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void SaveMergedMatchData (NSData matchData, GKTurnBasedExchange[] exchanges, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completionHandler)
+ public unsafe virtual void SaveMergedMatchData (NSData matchData, GKTurnBasedExchange[] exchanges, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
var matchData__handle__ = matchData!.GetNonNullHandle (nameof (matchData));
if (exchanges is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (exchanges));
var nsa_exchanges = NSArray.FromNSObjects (exchanges);
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
@@ -737,7 +737,7 @@ namespace GameKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void SendReminder (GKTurnBasedParticipant[] participants, string localizableMessage, NSObject[] arguments, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completionHandler)
+ public unsafe virtual void SendReminder (GKTurnBasedParticipant[] participants, string localizableMessage, NSObject[] arguments, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completionHandler)
{
global::UIKit.UIApplication.EnsureUIThread ();
if (participants is null)
@@ -749,7 +749,7 @@ namespace GameKit {
var nsa_participants = NSArray.FromNSObjects (participants);
var nslocalizableMessage = CFString.CreateNative (localizableMessage);
var nsa_arguments = NSArray.FromNSObjects (arguments);
- using var block_completionHandler = Trampolines.SDActionArity1V15.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V17.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
diff --git a/old/dotnet/maccatalyst/generated-sources/GameplayKit/GKRule.g.cs b/new/dotnet/maccatalyst/generated-sources/GameplayKit/GKRule.g.cs
index 62086bc..e433abe 100644
--- a/old/dotnet/maccatalyst/generated-sources/GameplayKit/GKRule.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/GameplayKit/GKRule.g.cs
@@ -95,7 +95,7 @@ namespace GameplayKit {
}
[Export ("ruleWithBlockPredicate:action:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static GKRule FromPredicate ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDFuncArity2V1))]global::System.Func<GKRuleSystem, bool> predicate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V52))]global::System.Action<GKRuleSystem> action)
+ public unsafe static GKRule FromPredicate ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDFuncArity2V1))]global::System.Func<GKRuleSystem, bool> predicate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V54))]global::System.Action<GKRuleSystem> action)
{
if (predicate is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (predicate));
@@ -103,7 +103,7 @@ namespace GameplayKit {
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (action));
using var block_predicate = Trampolines.SDFuncArity2V1.CreateBlock (predicate);
BlockLiteral *block_ptr_predicate = &block_predicate;
- using var block_action = Trampolines.SDActionArity1V52.CreateBlock (action);
+ using var block_action = Trampolines.SDActionArity1V54.CreateBlock (action);
BlockLiteral *block_ptr_action = &block_action;
return Runtime.GetNSObject<GKRule> (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle (class_ptr, Selector.GetHandle ("ruleWithBlockPredicate:action:"), (IntPtr) block_ptr_predicate, (IntPtr) block_ptr_action))!;
}
diff --git a/old/dotnet/maccatalyst/generated-sources/HealthKit/HKClinicalTypeIdentifier.g.cs b/new/dotnet/maccatalyst/generated-sources/HealthKit/HKClinicalTypeIdentifier.g.cs
index 78032e9..3989a2b 100644
--- a/old/dotnet/maccatalyst/generated-sources/HealthKit/HKClinicalTypeIdentifier.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HealthKit/HKClinicalTypeIdentifier.g.cs
@@ -64,13 +64,17 @@ namespace HealthKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("macos13.0")]
CoverageRecord = 7,
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ ClinicalNoteRecord = 8,
}
[SupportedOSPlatform ("ios12.0")]
[SupportedOSPlatform ("macos13.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static public partial class HKClinicalTypeIdentifierExtensions {
- static IntPtr[] values = new IntPtr [8];
+ static IntPtr[] values = new IntPtr [9];
[Field ("HKClinicalTypeIdentifierAllergyRecord", "HealthKit")]
internal unsafe static IntPtr HKClinicalTypeIdentifierAllergyRecord {
get {
@@ -130,6 +134,16 @@ namespace HealthKit {
return Dlfcn.CachePointer (Libraries.HealthKit.Handle, "HKClinicalTypeIdentifierCoverageRecord", storage);
}
}
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [Field ("HKClinicalTypeIdentifierClinicalNoteRecord", "HealthKit")]
+ internal unsafe static IntPtr HKClinicalTypeIdentifierClinicalNoteRecord {
+ get {
+ fixed (IntPtr *storage = &values [8])
+ return Dlfcn.CachePointer (Libraries.HealthKit.Handle, "HKClinicalTypeIdentifierClinicalNoteRecord", storage);
+ }
+ }
public static NSString? GetConstant (this HKClinicalTypeIdentifier self)
{
IntPtr ptr = IntPtr.Zero;
@@ -158,6 +172,9 @@ namespace HealthKit {
case 7: // HKClinicalTypeIdentifier.CoverageRecord
ptr = HKClinicalTypeIdentifierCoverageRecord;
break;
+ case 8: // HKClinicalTypeIdentifier.ClinicalNoteRecord
+ ptr = HKClinicalTypeIdentifierClinicalNoteRecord;
+ break;
}
return (NSString?) Runtime.GetNSObject (ptr);
}
@@ -181,6 +198,8 @@ namespace HealthKit {
return HKClinicalTypeIdentifier.VitalSignRecord;
if (constant.IsEqualTo (HKClinicalTypeIdentifierCoverageRecord))
return HKClinicalTypeIdentifier.CoverageRecord;
+ if (constant.IsEqualTo (HKClinicalTypeIdentifierClinicalNoteRecord))
+ return HKClinicalTypeIdentifier.ClinicalNoteRecord;
throw new NotSupportedException ($"{constant} has no associated enum value on this platform.");
}
}
diff --git a/old/dotnet/maccatalyst/generated-sources/HealthKit/HKContactsPrescription.g.cs b/new/dotnet/maccatalyst/generated-sources/HealthKit/HKContactsPrescription.g.cs
index 15aa75a..5b17e61 100644
--- a/old/dotnet/maccatalyst/generated-sources/HealthKit/HKContactsPrescription.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HealthKit/HKContactsPrescription.g.cs
@@ -54,7 +54,7 @@ namespace HealthKit {
[SupportedOSPlatform ("macos13.0")]
[SupportedOSPlatform ("ios16.0")]
[UnsupportedOSPlatform ("tvos")]
- public unsafe partial class HKContactsPrescription : HKVisionPrescription {
+ public unsafe partial class HKContactsPrescription : HKVisionPrescription, INSCoding, INSCopying, INSSecureCoding {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static readonly NativeHandle class_ptr = Class.GetHandle ("HKContactsPrescription");
public override NativeHandle ClassHandle { get { return class_ptr; } }
@@ -83,6 +83,41 @@ namespace HealthKit {
{
}
+ [Export ("copyWithZone:")]
+ [return: ReleaseAttribute ()]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public new virtual NSObject Copy (NSZone? zone)
+ {
+ var zone__handle__ = zone.GetHandle ();
+ NSObject? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ } else {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ }
+ if (ret != null)
+ global::ObjCRuntime.Messaging.void_objc_msgSend (ret.Handle, Selector.GetHandle ("release"));
+ return ret!;
+ }
+ [Export ("encodeWithCoder:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public new virtual void EncodeTo (NSCoder encoder)
+ {
+ var encoder__handle__ = encoder!.GetNonNullHandle (nameof (encoder));
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ }
+ }
[Export ("prescriptionWithRightEyeSpecification:leftEyeSpecification:brand:dateIssued:expirationDate:device:metadata:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public static HKContactsPrescription GetPrescription (HKContactsLensSpecification? rightEyeSpecification, HKContactsLensSpecification? leftEyeSpecification, string brand, NSDate dateIssued, NSDate? expirationDate, HKDevice? device, NSDictionary<NSString, NSObject>? metadata)
diff --git a/old/dotnet/maccatalyst/generated-sources/HealthKit/HKFhirResourceType.g.cs b/new/dotnet/maccatalyst/generated-sources/HealthKit/HKFhirResourceType.g.cs
index a94e281..e03da5f 100644
--- a/old/dotnet/maccatalyst/generated-sources/HealthKit/HKFhirResourceType.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HealthKit/HKFhirResourceType.g.cs
@@ -69,13 +69,21 @@ namespace HealthKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("macos13.0")]
Coverage = 9,
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ DiagnosticReport = 10,
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ DocumentReference = 11,
}
[SupportedOSPlatform ("ios12.0")]
[SupportedOSPlatform ("macos13.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static public partial class HKFhirResourceTypeExtensions {
- static IntPtr[] values = new IntPtr [10];
+ static IntPtr[] values = new IntPtr [12];
[Field ("HKFHIRResourceTypeAllergyIntolerance", "HealthKit")]
internal unsafe static IntPtr HKFHIRResourceTypeAllergyIntolerance {
get {
@@ -152,6 +160,26 @@ namespace HealthKit {
return Dlfcn.CachePointer (Libraries.HealthKit.Handle, "HKFHIRResourceTypeCoverage", storage);
}
}
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [Field ("HKFHIRResourceTypeDiagnosticReport", "HealthKit")]
+ internal unsafe static IntPtr HKFHIRResourceTypeDiagnosticReport {
+ get {
+ fixed (IntPtr *storage = &values [10])
+ return Dlfcn.CachePointer (Libraries.HealthKit.Handle, "HKFHIRResourceTypeDiagnosticReport", storage);
+ }
+ }
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [Field ("HKFHIRResourceTypeDocumentReference", "HealthKit")]
+ internal unsafe static IntPtr HKFHIRResourceTypeDocumentReference {
+ get {
+ fixed (IntPtr *storage = &values [11])
+ return Dlfcn.CachePointer (Libraries.HealthKit.Handle, "HKFHIRResourceTypeDocumentReference", storage);
+ }
+ }
public static NSString? GetConstant (this HKFhirResourceType self)
{
IntPtr ptr = IntPtr.Zero;
@@ -186,6 +214,12 @@ namespace HealthKit {
case 9: // HKFhirResourceType.Coverage
ptr = HKFHIRResourceTypeCoverage;
break;
+ case 10: // HKFhirResourceType.DiagnosticReport
+ ptr = HKFHIRResourceTypeDiagnosticReport;
+ break;
+ case 11: // HKFhirResourceType.DocumentReference
+ ptr = HKFHIRResourceTypeDocumentReference;
+ break;
}
return (NSString?) Runtime.GetNSObject (ptr);
}
@@ -213,6 +247,10 @@ namespace HealthKit {
return HKFhirResourceType.MedicationRequest;
if (constant.IsEqualTo (HKFHIRResourceTypeCoverage))
return HKFhirResourceType.Coverage;
+ if (constant.IsEqualTo (HKFHIRResourceTypeDiagnosticReport))
+ return HKFhirResourceType.DiagnosticReport;
+ if (constant.IsEqualTo (HKFHIRResourceTypeDocumentReference))
+ return HKFhirResourceType.DocumentReference;
throw new NotSupportedException ($"{constant} has no associated enum value on this platform.");
}
}
diff --git a/old/dotnet/maccatalyst/generated-sources/HealthKit/HKGlassesPrescription.g.cs b/new/dotnet/maccatalyst/generated-sources/HealthKit/HKGlassesPrescription.g.cs
index 9f13940..05898dd 100644
--- a/old/dotnet/maccatalyst/generated-sources/HealthKit/HKGlassesPrescription.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HealthKit/HKGlassesPrescription.g.cs
@@ -54,7 +54,7 @@ namespace HealthKit {
[SupportedOSPlatform ("macos13.0")]
[SupportedOSPlatform ("ios16.0")]
[UnsupportedOSPlatform ("tvos")]
- public unsafe partial class HKGlassesPrescription : HKVisionPrescription {
+ public unsafe partial class HKGlassesPrescription : HKVisionPrescription, INSCoding, INSCopying, INSSecureCoding {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static readonly NativeHandle class_ptr = Class.GetHandle ("HKGlassesPrescription");
public override NativeHandle ClassHandle { get { return class_ptr; } }
@@ -83,6 +83,41 @@ namespace HealthKit {
{
}
+ [Export ("copyWithZone:")]
+ [return: ReleaseAttribute ()]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public new virtual NSObject Copy (NSZone? zone)
+ {
+ var zone__handle__ = zone.GetHandle ();
+ NSObject? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ } else {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ }
+ if (ret != null)
+ global::ObjCRuntime.Messaging.void_objc_msgSend (ret.Handle, Selector.GetHandle ("release"));
+ return ret!;
+ }
+ [Export ("encodeWithCoder:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public new virtual void EncodeTo (NSCoder encoder)
+ {
+ var encoder__handle__ = encoder!.GetNonNullHandle (nameof (encoder));
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ }
+ }
[Export ("prescriptionWithRightEyeSpecification:leftEyeSpecification:dateIssued:expirationDate:device:metadata:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public static HKGlassesPrescription GetPrescription (HKGlassesLensSpecification? rightEyeSpecification, HKGlassesLensSpecification? leftEyeSpecification, NSDate dateIssued, NSDate? expirationDate, HKDevice? device, NSDictionary<NSString, NSObject>? metadata)
diff --git a/old/dotnet/maccatalyst/generated-sources/HealthKit/HKMetadataKey.g.cs b/new/dotnet/maccatalyst/generated-sources/HealthKit/HKMetadataKey.g.cs
index a7d9cfb..fcaaf5d 100644
--- a/old/dotnet/maccatalyst/generated-sources/HealthKit/HKMetadataKey.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HealthKit/HKMetadataKey.g.cs
@@ -416,6 +416,22 @@ namespace HealthKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static NSString? _HeadphoneGain;
+ [Field ("HKMetadataKeyHeadphoneGain", "HealthKit")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ public static NSString HeadphoneGain {
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ get {
+ if (_HeadphoneGain is null)
+ _HeadphoneGain = Dlfcn.GetStringConstant (Libraries.HealthKit.Handle, "HKMetadataKeyHeadphoneGain")!;
+ return _HeadphoneGain;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static NSString? _HeartRateEventThreshold;
[Field ("HKMetadataKeyHeartRateEventThreshold", "HealthKit")]
[SupportedOSPlatform ("ios12.2")]
diff --git a/old/dotnet/maccatalyst/generated-sources/HealthKit/HKVisionPrescription.g.cs b/new/dotnet/maccatalyst/generated-sources/HealthKit/HKVisionPrescription.g.cs
index 577a6b4..ea79b04 100644
--- a/old/dotnet/maccatalyst/generated-sources/HealthKit/HKVisionPrescription.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HealthKit/HKVisionPrescription.g.cs
@@ -54,7 +54,7 @@ namespace HealthKit {
[SupportedOSPlatform ("macos13.0")]
[SupportedOSPlatform ("ios16.0")]
[UnsupportedOSPlatform ("tvos")]
- public unsafe partial class HKVisionPrescription : HKSample {
+ public unsafe partial class HKVisionPrescription : HKSample, INSCoding, INSCopying, INSSecureCoding {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static readonly NativeHandle class_ptr = Class.GetHandle ("HKVisionPrescription");
public override NativeHandle ClassHandle { get { return class_ptr; } }
@@ -83,6 +83,41 @@ namespace HealthKit {
{
}
+ [Export ("copyWithZone:")]
+ [return: ReleaseAttribute ()]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual NSObject Copy (NSZone? zone)
+ {
+ var zone__handle__ = zone.GetHandle ();
+ NSObject? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ } else {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ }
+ if (ret != null)
+ global::ObjCRuntime.Messaging.void_objc_msgSend (ret.Handle, Selector.GetHandle ("release"));
+ return ret!;
+ }
+ [Export ("encodeWithCoder:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public new virtual void EncodeTo (NSCoder encoder)
+ {
+ var encoder__handle__ = encoder!.GetNonNullHandle (nameof (encoder));
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ }
+ }
[Export ("prescriptionWithType:dateIssued:expirationDate:device:metadata:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public static HKVisionPrescription GetPrescription (HKVisionPrescriptionType type, NSDate dateIssued, NSDate? expirationDate, HKDevice? device, NSDictionary<NSString, NSObject>? metadata)
diff --git a/old/dotnet/maccatalyst/generated-sources/HealthKit/HKWorkoutActivity.g.cs b/new/dotnet/maccatalyst/generated-sources/HealthKit/HKWorkoutActivity.g.cs
index 958ec6d..52b9066 100644
--- a/old/dotnet/maccatalyst/generated-sources/HealthKit/HKWorkoutActivity.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HealthKit/HKWorkoutActivity.g.cs
@@ -54,10 +54,23 @@ namespace HealthKit {
[SupportedOSPlatform ("macos13.0")]
[SupportedOSPlatform ("ios16.0")]
[UnsupportedOSPlatform ("tvos")]
- public unsafe partial class HKWorkoutActivity : NSObject {
+ public unsafe partial class HKWorkoutActivity : NSObject, INSCoding, INSCopying, INSSecureCoding {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static readonly NativeHandle class_ptr = Class.GetHandle ("HKWorkoutActivity");
public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [DesignatedInitializer]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("initWithCoder:")]
+ public HKWorkoutActivity (NSCoder coder) : base (NSObjectFlag.Empty)
+ {
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr (this.Handle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper_IntPtr (this.SuperHandle, Selector.GetHandle ("initWithCoder:"), coder.Handle), "initWithCoder:");
+ }
+ }
+
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable (EditorBrowsableState.Advanced)]
protected HKWorkoutActivity (NSObjectFlag t) : base (t)
@@ -85,6 +98,41 @@ namespace HealthKit {
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle_NativeHandle_NativeHandle_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithWorkoutConfiguration:startDate:endDate:metadata:"), workoutConfiguration__handle__, startDate__handle__, endDate__handle__, metadata__handle__), "initWithWorkoutConfiguration:startDate:endDate:metadata:");
}
}
+ [Export ("copyWithZone:")]
+ [return: ReleaseAttribute ()]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual NSObject Copy (NSZone? zone)
+ {
+ var zone__handle__ = zone.GetHandle ();
+ NSObject? ret;
+ if (IsDirectBinding) {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ } else {
+ ret = Runtime.GetNSObject (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("copyWithZone:"), zone__handle__))!;
+ }
+ if (ret != null)
+ global::ObjCRuntime.Messaging.void_objc_msgSend (ret.Handle, Selector.GetHandle ("release"));
+ return ret!;
+ }
+ [Export ("encodeWithCoder:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void EncodeTo (NSCoder encoder)
+ {
+ var encoder__handle__ = encoder!.GetNonNullHandle (nameof (encoder));
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("encodeWithCoder:"), encoder__handle__);
+ }
+ }
[Export ("statisticsForType:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public virtual HKStatistics? GetStatistics (HKQuantityType quantityType)
diff --git a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMAccessory.g.cs b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMAccessory.g.cs
index 551eb62..7e63be4 100644
--- a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMAccessory.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMAccessory.g.cs
@@ -83,11 +83,11 @@ namespace HomeKit {
[Export ("identifyWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void Identify ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void Identify ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("identifyWithCompletionHandler:"), (IntPtr) block_ptr_completion);
@@ -112,14 +112,14 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void UpdateName (string name, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void UpdateName (string name, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
if (name is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (name));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
var nsname = CFString.CreateNative (name);
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("updateName:completionHandler:"), nsname, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMAction.g.cs b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMAction.g.cs
index 956fead..2174a24 100644
--- a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMAction.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMAction.g.cs
@@ -59,28 +59,33 @@ namespace HomeKit {
public override NativeHandle ClassHandle { get { return class_ptr; } }
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable (EditorBrowsableState.Advanced)]
- [Export ("init")]
- public HMAction () : base (NSObjectFlag.Empty)
+ protected HMAction (NSObjectFlag t) : base (t)
{
- if (IsDirectBinding) {
- InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
- } else {
- InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
- }
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable (EditorBrowsableState.Advanced)]
- protected HMAction (NSObjectFlag t) : base (t)
+ protected internal HMAction (NativeHandle handle) : base (handle)
{
}
+ [Export ("init")]
+ [ObsoletedOSPlatform ("ios16.4", "Use subclasses instead.")]
+ [ObsoletedOSPlatform ("tvos16.4", "Use subclasses instead.")]
+ [ObsoletedOSPlatform ("maccatalyst16.4", "Use subclasses instead.")]
+ [SupportedOSPlatform ("ios")]
+ [SupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- protected internal HMAction (NativeHandle handle) : base (handle)
+ public HMAction ()
+ : base (NSObjectFlag.Empty)
{
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("init")), "init");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("init")), "init");
+ }
}
-
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("maccatalyst14.0")]
diff --git a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMActionSet.g.cs b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMActionSet.g.cs
index 9c3ddec..763f314 100644
--- a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMActionSet.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMActionSet.g.cs
@@ -74,12 +74,12 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AddAction (HMAction action, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void AddAction (HMAction action, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var action__handle__ = action!.GetNonNullHandle (nameof (action));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("addAction:completionHandler:"), action__handle__, (IntPtr) block_ptr_completion);
@@ -107,12 +107,12 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RemoveAction (HMAction action, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void RemoveAction (HMAction action, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var action__handle__ = action!.GetNonNullHandle (nameof (action));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("removeAction:completionHandler:"), action__handle__, (IntPtr) block_ptr_completion);
@@ -140,14 +140,14 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void UpdateName (string name, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void UpdateName (string name, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
if (name is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (name));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
var nsname = CFString.CreateNative (name);
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("updateName:completionHandler:"), nsname, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMCameraStream.g.cs b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMCameraStream.g.cs
index 967f6d8..f4fc225 100644
--- a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMCameraStream.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMCameraStream.g.cs
@@ -86,11 +86,11 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void UpdateAudioStreamSetting (HMCameraAudioStreamSetting audioStreamSetting, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void UpdateAudioStreamSetting (HMCameraAudioStreamSetting audioStreamSetting, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_UIntPtr_NativeHandle (this.Handle, Selector.GetHandle ("updateAudioStreamSetting:completionHandler:"), (UIntPtr) (ulong) audioStreamSetting, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMCharacteristic.g.cs b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMCharacteristic.g.cs
index 0013ee2..30d20ae 100644
--- a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMCharacteristic.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMCharacteristic.g.cs
@@ -83,11 +83,11 @@ namespace HomeKit {
[Export ("enableNotification:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void EnableNotification (bool enable, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void EnableNotification (bool enable, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_bool_NativeHandle (this.Handle, Selector.GetHandle ("enableNotification:completionHandler:"), enable, (IntPtr) block_ptr_completion);
@@ -109,11 +109,11 @@ namespace HomeKit {
}
[Export ("readValueWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ReadValue ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void ReadValue ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("readValueWithCompletionHandler:"), (IntPtr) block_ptr_completion);
@@ -138,12 +138,12 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void UpdateAuthorizationData (NSData? data, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void UpdateAuthorizationData (NSData? data, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var data__handle__ = data.GetHandle ();
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("updateAuthorizationData:completionHandler:"), data__handle__, (IntPtr) block_ptr_completion);
@@ -168,12 +168,12 @@ namespace HomeKit {
}
[Export ("writeValue:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void WriteValue (NSObject value, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void WriteValue (NSObject value, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var value__handle__ = value!.GetNonNullHandle (nameof (value));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("writeValue:completionHandler:"), value__handle__, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMCharacteristicEvent.g.cs b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMCharacteristicEvent.g.cs
index a54659b..58de925 100644
--- a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMCharacteristicEvent.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMCharacteristicEvent.g.cs
@@ -132,12 +132,12 @@ namespace HomeKit {
[ObsoletedOSPlatform ("maccatalyst13.1")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void UpdateTriggerValue (INSCopying? triggerValue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void UpdateTriggerValue (INSCopying? triggerValue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var triggerValue__handle__ = triggerValue.GetHandle ();
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("updateTriggerValue:completionHandler:"), triggerValue__handle__, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMCharacteristicWriteAction.g.cs b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMCharacteristicWriteAction.g.cs
index cd3227c..1a7ca04 100644
--- a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMCharacteristicWriteAction.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMCharacteristicWriteAction.g.cs
@@ -90,12 +90,12 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void UpdateTargetValue (INSCopying targetValue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void UpdateTargetValue (INSCopying targetValue, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var targetValue__handle__ = targetValue!.GetNonNullHandle (nameof (targetValue));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("updateTargetValue:completionHandler:"), targetValue__handle__, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMEvent.g.cs b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMEvent.g.cs
index 0dd6007..8e9af98 100644
--- a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMEvent.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMEvent.g.cs
@@ -59,28 +59,33 @@ namespace HomeKit {
public override NativeHandle ClassHandle { get { return class_ptr; } }
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable (EditorBrowsableState.Advanced)]
- [Export ("init")]
- public HMEvent () : base (NSObjectFlag.Empty)
+ protected HMEvent (NSObjectFlag t) : base (t)
{
- if (IsDirectBinding) {
- InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
- } else {
- InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
- }
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable (EditorBrowsableState.Advanced)]
- protected HMEvent (NSObjectFlag t) : base (t)
+ protected internal HMEvent (NativeHandle handle) : base (handle)
{
}
+ [Export ("init")]
+ [ObsoletedOSPlatform ("ios16.4", "Use subclasses instead.")]
+ [ObsoletedOSPlatform ("tvos16.4", "Use subclasses instead.")]
+ [ObsoletedOSPlatform ("maccatalyst16.4", "Use subclasses instead.")]
+ [SupportedOSPlatform ("ios")]
+ [SupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- [EditorBrowsable (EditorBrowsableState.Advanced)]
- protected internal HMEvent (NativeHandle handle) : base (handle)
+ public HMEvent ()
+ : base (NSObjectFlag.Empty)
{
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("init")), "init");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("init")), "init");
+ }
}
-
[Export ("isSupportedForHome:")]
[SupportedOSPlatform ("tvos11.0")]
[SupportedOSPlatform ("ios11.0")]
diff --git a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMEventTrigger.g.cs b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMEventTrigger.g.cs
index 7f6d025..6ff4a39 100644
--- a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMEventTrigger.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMEventTrigger.g.cs
@@ -128,12 +128,12 @@ namespace HomeKit {
[ObsoletedOSPlatform ("maccatalyst13.1", "Use 'UpdateEvents' instead.")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AddEvent (HMEvent @event, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void AddEvent (HMEvent @event, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var @event__handle__ = @event!.GetNonNullHandle (nameof (@event));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("addEvent:completionHandler:"), @event__handle__, (IntPtr) block_ptr_completion);
@@ -262,12 +262,12 @@ namespace HomeKit {
[ObsoletedOSPlatform ("maccatalyst13.1", "Use 'UpdateEvents' instead.")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RemoveEvent (HMEvent @event, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void RemoveEvent (HMEvent @event, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var @event__handle__ = @event!.GetNonNullHandle (nameof (@event));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("removeEvent:completionHandler:"), @event__handle__, (IntPtr) block_ptr_completion);
@@ -297,14 +297,14 @@ namespace HomeKit {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void UpdateEndEvents (HMEvent[] endEvents, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void UpdateEndEvents (HMEvent[] endEvents, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
if (endEvents is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (endEvents));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
var nsa_endEvents = NSArray.FromNSObjects (endEvents);
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("updateEndEvents:completionHandler:"), nsa_endEvents.Handle, (IntPtr) block_ptr_completion);
@@ -333,14 +333,14 @@ namespace HomeKit {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void UpdateEvents (HMEvent[] events, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void UpdateEvents (HMEvent[] events, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
if (events is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (events));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
var nsa_events = NSArray.FromNSObjects (events);
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("updateEvents:completionHandler:"), nsa_events.Handle, (IntPtr) block_ptr_completion);
@@ -369,11 +369,11 @@ namespace HomeKit {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void UpdateExecuteOnce (bool executeOnce, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void UpdateExecuteOnce (bool executeOnce, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_bool_NativeHandle (this.Handle, Selector.GetHandle ("updateExecuteOnce:completionHandler:"), executeOnce, (IntPtr) block_ptr_completion);
@@ -401,12 +401,12 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void UpdatePredicate (NSPredicate? predicate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void UpdatePredicate (NSPredicate? predicate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var predicate__handle__ = predicate.GetHandle ();
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("updatePredicate:completionHandler:"), predicate__handle__, (IntPtr) block_ptr_completion);
@@ -434,12 +434,12 @@ namespace HomeKit {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void UpdateRecurrences (NSDateComponents[]? recurrences, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void UpdateRecurrences (NSDateComponents[]? recurrences, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
var nsa_recurrences = recurrences is null ? null : NSArray.FromNSObjects (recurrences);
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("updateRecurrences:completionHandler:"), nsa_recurrences.GetHandle (), (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMHome.g.cs b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMHome.g.cs
index 7e88d47..0d3c7da 100644
--- a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMHome.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMHome.g.cs
@@ -74,12 +74,12 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AddAccessory (HMAccessory accessory, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void AddAccessory (HMAccessory accessory, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var accessory__handle__ = accessory!.GetNonNullHandle (nameof (accessory));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("addAccessory:completionHandler:"), accessory__handle__, (IntPtr) block_ptr_completion);
@@ -215,12 +215,12 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AddTrigger (HMTrigger trigger, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void AddTrigger (HMTrigger trigger, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var trigger__handle__ = trigger!.GetNonNullHandle (nameof (trigger));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("addTrigger:completionHandler:"), trigger__handle__, (IntPtr) block_ptr_completion);
@@ -320,13 +320,13 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AssignAccessory (HMAccessory accessory, HMRoom room, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void AssignAccessory (HMAccessory accessory, HMRoom room, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var accessory__handle__ = accessory!.GetNonNullHandle (nameof (accessory));
var room__handle__ = room!.GetNonNullHandle (nameof (room));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("assignAccessory:toRoom:completionHandler:"), accessory__handle__, room__handle__, (IntPtr) block_ptr_completion);
@@ -351,12 +351,12 @@ namespace HomeKit {
}
[Export ("executeActionSet:completionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ExecuteActionSet (HMActionSet actionSet, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void ExecuteActionSet (HMActionSet actionSet, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var actionSet__handle__ = actionSet!.GetNonNullHandle (nameof (actionSet));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("executeActionSet:completionHandler:"), actionSet__handle__, (IntPtr) block_ptr_completion);
@@ -441,11 +441,11 @@ namespace HomeKit {
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ManageUsers ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void ManageUsers ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("manageUsersWithCompletionHandler:"), (IntPtr) block_ptr_completion);
@@ -473,12 +473,12 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RemoveAccessory (HMAccessory accessory, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void RemoveAccessory (HMAccessory accessory, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var accessory__handle__ = accessory!.GetNonNullHandle (nameof (accessory));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("removeAccessory:completionHandler:"), accessory__handle__, (IntPtr) block_ptr_completion);
@@ -506,12 +506,12 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RemoveActionSet (HMActionSet actionSet, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void RemoveActionSet (HMActionSet actionSet, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var actionSet__handle__ = actionSet!.GetNonNullHandle (nameof (actionSet));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("removeActionSet:completionHandler:"), actionSet__handle__, (IntPtr) block_ptr_completion);
@@ -539,12 +539,12 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RemoveRoom (HMRoom room, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void RemoveRoom (HMRoom room, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var room__handle__ = room!.GetNonNullHandle (nameof (room));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("removeRoom:completionHandler:"), room__handle__, (IntPtr) block_ptr_completion);
@@ -572,12 +572,12 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RemoveServiceGroup (HMServiceGroup group, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void RemoveServiceGroup (HMServiceGroup group, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var group__handle__ = group!.GetNonNullHandle (nameof (group));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("removeServiceGroup:completionHandler:"), group__handle__, (IntPtr) block_ptr_completion);
@@ -605,12 +605,12 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RemoveTrigger (HMTrigger trigger, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void RemoveTrigger (HMTrigger trigger, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var trigger__handle__ = trigger!.GetNonNullHandle (nameof (trigger));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("removeTrigger:completionHandler:"), trigger__handle__, (IntPtr) block_ptr_completion);
@@ -638,12 +638,12 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RemoveZone (HMZone zone, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void RemoveZone (HMZone zone, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var zone__handle__ = zone!.GetNonNullHandle (nameof (zone));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("removeZone:completionHandler:"), zone__handle__, (IntPtr) block_ptr_completion);
@@ -671,12 +671,12 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void UnblockAccessory (HMAccessory accessory, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void UnblockAccessory (HMAccessory accessory, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var accessory__handle__ = accessory!.GetNonNullHandle (nameof (accessory));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("unblockAccessory:completionHandler:"), accessory__handle__, (IntPtr) block_ptr_completion);
@@ -704,14 +704,14 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void UpdateName (string name, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void UpdateName (string name, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
if (name is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (name));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
var nsname = CFString.CreateNative (name);
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("updateName:completionHandler:"), nsname, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMHomeManager.g.cs b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMHomeManager.g.cs
index c4bc092..f93fb1c 100644
--- a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMHomeManager.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMHomeManager.g.cs
@@ -122,12 +122,12 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RemoveHome (HMHome home, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void RemoveHome (HMHome home, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var home__handle__ = home!.GetNonNullHandle (nameof (home));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("removeHome:completionHandler:"), home__handle__, (IntPtr) block_ptr_completion);
@@ -158,12 +158,12 @@ namespace HomeKit {
[SupportedOSPlatform ("ios")]
[UnsupportedOSPlatform ("macos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void UpdatePrimaryHome (HMHome home, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void UpdatePrimaryHome (HMHome home, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var home__handle__ = home!.GetNonNullHandle (nameof (home));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("updatePrimaryHome:completionHandler:"), home__handle__, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMLocationEvent.g.cs b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMLocationEvent.g.cs
index 477325e..c9e52ec 100644
--- a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMLocationEvent.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMLocationEvent.g.cs
@@ -131,12 +131,12 @@ namespace HomeKit {
[ObsoletedOSPlatform ("maccatalyst13.1")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void UpdateRegion (global::CoreLocation.CLRegion region, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void UpdateRegion (global::CoreLocation.CLRegion region, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var region__handle__ = region!.GetNonNullHandle (nameof (region));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("updateRegion:completionHandler:"), region__handle__, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMRoom.g.cs b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMRoom.g.cs
index fe36939..e70dd42 100644
--- a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMRoom.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMRoom.g.cs
@@ -74,14 +74,14 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void UpdateName (string name, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void UpdateName (string name, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
if (name is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (name));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
var nsname = CFString.CreateNative (name);
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("updateName:completionHandler:"), nsname, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMService.g.cs b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMService.g.cs
index 26ac00c..ba11903 100644
--- a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMService.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMService.g.cs
@@ -87,12 +87,12 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void UpdateAssociatedServiceType (string? serviceType, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void UpdateAssociatedServiceType (string? serviceType, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
var nsserviceType = CFString.CreateNative (serviceType);
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("updateAssociatedServiceType:completionHandler:"), nsserviceType, (IntPtr) block_ptr_completion);
@@ -122,14 +122,14 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void UpdateName (string name, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void UpdateName (string name, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
if (name is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (name));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
var nsname = CFString.CreateNative (name);
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("updateName:completionHandler:"), nsname, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMServiceGroup.g.cs b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMServiceGroup.g.cs
index 6913a57..31bc982 100644
--- a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMServiceGroup.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMServiceGroup.g.cs
@@ -74,12 +74,12 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AddService (HMService service, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void AddService (HMService service, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var service__handle__ = service!.GetNonNullHandle (nameof (service));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("addService:completionHandler:"), service__handle__, (IntPtr) block_ptr_completion);
@@ -107,12 +107,12 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RemoveService (HMService service, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void RemoveService (HMService service, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var service__handle__ = service!.GetNonNullHandle (nameof (service));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("removeService:completionHandler:"), service__handle__, (IntPtr) block_ptr_completion);
@@ -140,14 +140,14 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void UpdateName (string name, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void UpdateName (string name, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
if (name is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (name));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
var nsname = CFString.CreateNative (name);
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("updateName:completionHandler:"), nsname, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMTimerTrigger.g.cs b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMTimerTrigger.g.cs
index 5a7b865..3d70af3 100644
--- a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMTimerTrigger.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMTimerTrigger.g.cs
@@ -69,11 +69,32 @@ namespace HomeKit {
{
}
+ [Export ("initWithName:fireDate:recurrence:")]
+ [SupportedOSPlatform ("tvos16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [SupportedOSPlatform ("ios16.4")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public HMTimerTrigger (string name, NSDate fireDate, NSDateComponents? recurrence)
+ : base (NSObjectFlag.Empty)
+ {
+ if (name is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (name));
+ var fireDate__handle__ = fireDate!.GetNonNullHandle (nameof (fireDate));
+ var recurrence__handle__ = recurrence.GetHandle ();
+ var nsname = CFString.CreateNative (name);
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("initWithName:fireDate:recurrence:"), nsname, fireDate__handle__, recurrence__handle__), "initWithName:fireDate:recurrence:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper_NativeHandle_NativeHandle_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithName:fireDate:recurrence:"), nsname, fireDate__handle__, recurrence__handle__), "initWithName:fireDate:recurrence:");
+ }
+ CFString.ReleaseNative (nsname);
+ }
[Export ("initWithName:fireDate:timeZone:recurrence:recurrenceCalendar:")]
+ [ObsoletedOSPlatform ("ios16.4", "Use '.ctor (string, NSDate, NSDateComponents' instead.")]
+ [ObsoletedOSPlatform ("maccatalyst16.4", "Use '.ctor (string, NSDate, NSDateComponents' instead.")]
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
- [DesignatedInitializer]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public HMTimerTrigger (string name, NSDate fireDate, NSTimeZone? timeZone, NSDateComponents? recurrence, NSCalendar? recurrenceCalendar)
: base (NSObjectFlag.Empty)
@@ -97,12 +118,12 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void UpdateFireDate (NSDate fireDate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void UpdateFireDate (NSDate fireDate, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var fireDate__handle__ = fireDate!.GetNonNullHandle (nameof (fireDate));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("updateFireDate:completionHandler:"), fireDate__handle__, (IntPtr) block_ptr_completion);
@@ -130,12 +151,12 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void UpdateRecurrence (NSDateComponents? recurrence, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void UpdateRecurrence (NSDateComponents? recurrence, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var recurrence__handle__ = recurrence.GetHandle ();
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("updateRecurrence:completionHandler:"), recurrence__handle__, (IntPtr) block_ptr_completion);
@@ -159,16 +180,18 @@ namespace HomeKit {
return tcs.Task;
}
[Export ("updateTimeZone:completionHandler:")]
+ [ObsoletedOSPlatform ("ios16.4", "Use 'HMEventTrigger' with 'HMCalendarEvent' for triggers based on a time-zone-relative time of day.")]
+ [ObsoletedOSPlatform ("maccatalyst16.4", "Use 'HMEventTrigger' with 'HMCalendarEvent' for triggers based on a time-zone-relative time of day.")]
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void UpdateTimeZone (NSTimeZone? timeZone, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void UpdateTimeZone (NSTimeZone? timeZone, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var timeZone__handle__ = timeZone.GetHandle ();
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("updateTimeZone:completionHandler:"), timeZone__handle__, (IntPtr) block_ptr_completion);
@@ -176,6 +199,8 @@ namespace HomeKit {
global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle_NativeHandle (this.SuperHandle, Selector.GetHandle ("updateTimeZone:completionHandler:"), timeZone__handle__, (IntPtr) block_ptr_completion);
}
}
+ [ObsoletedOSPlatform ("ios16.4", "Use 'HMEventTrigger' with 'HMCalendarEvent' for triggers based on a time-zone-relative time of day.")]
+ [ObsoletedOSPlatform ("maccatalyst16.4", "Use 'HMEventTrigger' with 'HMCalendarEvent' for triggers based on a time-zone-relative time of day.")]
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
@@ -218,6 +243,12 @@ namespace HomeKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [ObsoletedOSPlatform ("ios16.4", "No longer supported.")]
+ [ObsoletedOSPlatform ("maccatalyst16.4", "No longer supported.")]
+ [ObsoletedOSPlatform ("tvos16.4", "No longer supported.")]
+ [SupportedOSPlatform ("ios")]
+ [SupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("maccatalyst14.0")]
public virtual NSCalendar? RecurrenceCalendar {
[Export ("recurrenceCalendar", ArgumentSemantic.Copy)]
get {
@@ -231,6 +262,12 @@ namespace HomeKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [ObsoletedOSPlatform ("ios16.4", "Use 'HMEventTrigger' with 'HMCalendarEvent' for triggers based on a time-zone-relative time of day.")]
+ [ObsoletedOSPlatform ("maccatalyst16.4", "Use 'HMEventTrigger' with 'HMCalendarEvent' for triggers based on a time-zone-relative time of day.")]
+ [ObsoletedOSPlatform ("tvos16.4", "Use 'HMEventTrigger' with 'HMCalendarEvent' for triggers based on a time-zone-relative time of day.")]
+ [SupportedOSPlatform ("ios")]
+ [SupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("maccatalyst14.0")]
public virtual NSTimeZone? TimeZone {
[Export ("timeZone", ArgumentSemantic.Copy)]
get {
diff --git a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMTrigger.g.cs b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMTrigger.g.cs
index cdaf36a..5135911 100644
--- a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMTrigger.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMTrigger.g.cs
@@ -74,12 +74,12 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AddActionSet (HMActionSet actionSet, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void AddActionSet (HMActionSet actionSet, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var actionSet__handle__ = actionSet!.GetNonNullHandle (nameof (actionSet));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("addActionSet:completionHandler:"), actionSet__handle__, (IntPtr) block_ptr_completion);
@@ -107,11 +107,11 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void Enable (bool enable, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void Enable (bool enable, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_bool_NativeHandle (this.Handle, Selector.GetHandle ("enable:completionHandler:"), enable, (IntPtr) block_ptr_completion);
@@ -139,12 +139,12 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RemoveActionSet (HMActionSet actionSet, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void RemoveActionSet (HMActionSet actionSet, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var actionSet__handle__ = actionSet!.GetNonNullHandle (nameof (actionSet));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("removeActionSet:completionHandler:"), actionSet__handle__, (IntPtr) block_ptr_completion);
@@ -172,14 +172,14 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void UpdateName (string name, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void UpdateName (string name, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
if (name is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (name));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
var nsname = CFString.CreateNative (name);
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("updateName:completionHandler:"), nsname, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMZone.g.cs b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMZone.g.cs
index 5378536..633842b 100644
--- a/old/dotnet/maccatalyst/generated-sources/HomeKit/HMZone.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/HomeKit/HMZone.g.cs
@@ -74,12 +74,12 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AddRoom (HMRoom room, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void AddRoom (HMRoom room, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var room__handle__ = room!.GetNonNullHandle (nameof (room));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("addRoom:completionHandler:"), room__handle__, (IntPtr) block_ptr_completion);
@@ -107,12 +107,12 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RemoveRoom (HMRoom room, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void RemoveRoom (HMRoom room, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
var room__handle__ = room!.GetNonNullHandle (nameof (room));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("removeRoom:completionHandler:"), room__handle__, (IntPtr) block_ptr_completion);
@@ -140,14 +140,14 @@ namespace HomeKit {
[SupportedOSPlatform ("maccatalyst14.0")]
[SupportedOSPlatform ("ios")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void UpdateName (string name, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError> completion)
+ public unsafe virtual void UpdateName (string name, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError> completion)
{
if (name is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (name));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
var nsname = CFString.CreateNative (name);
- using var block_completion = Trampolines.SDActionArity1V15.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("updateName:completionHandler:"), nsname, (IntPtr) block_ptr_completion);
diff --git a/old/dotnet/maccatalyst/generated-sources/IdentityLookup/ILMessageFilterCapabilitiesQueryHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/IdentityLookup/ILMessageFilterCapabilitiesQueryHandling.g.cs
index a79df33..e3bc512 100644
--- a/old/dotnet/maccatalyst/generated-sources/IdentityLookup/ILMessageFilterCapabilitiesQueryHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/IdentityLookup/ILMessageFilterCapabilitiesQueryHandling.g.cs
@@ -54,13 +54,13 @@ namespace IdentityLookup {
[SupportedOSPlatform ("maccatalyst16.0")]
[SupportedOSPlatform ("ios16.0")]
[Protocol (Name = "ILMessageFilterCapabilitiesQueryHandling", WrapperType = typeof (ILMessageFilterCapabilitiesQueryHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleQueryRequest", Selector = "handleCapabilitiesQueryRequest:context:completion:", ParameterType = new Type [] { typeof (IdentityLookup.ILMessageFilterCapabilitiesQueryRequest), typeof (IdentityLookup.ILMessageFilterExtensionContext), typeof (global::System.Action<global::IdentityLookup.ILMessageFilterCapabilitiesQueryResponse>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V53) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleQueryRequest", Selector = "handleCapabilitiesQueryRequest:context:completion:", ParameterType = new Type [] { typeof (IdentityLookup.ILMessageFilterCapabilitiesQueryRequest), typeof (IdentityLookup.ILMessageFilterExtensionContext), typeof (global::System.Action<global::IdentityLookup.ILMessageFilterCapabilitiesQueryResponse>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V55) })]
public partial interface IILMessageFilterCapabilitiesQueryHandling : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleCapabilitiesQueryRequest:context:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleQueryRequest (ILMessageFilterCapabilitiesQueryRequest capabilitiesQueryRequest, ILMessageFilterExtensionContext context, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V53))]global::System.Action<ILMessageFilterCapabilitiesQueryResponse> completion);
+ unsafe void HandleQueryRequest (ILMessageFilterCapabilitiesQueryRequest capabilitiesQueryRequest, ILMessageFilterExtensionContext context, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V55))]global::System.Action<ILMessageFilterCapabilitiesQueryResponse> completion);
}
internal sealed class ILMessageFilterCapabilitiesQueryHandlingWrapper : BaseWrapper, IILMessageFilterCapabilitiesQueryHandling {
[Preserve (Conditional = true)]
@@ -70,13 +70,13 @@ namespace IdentityLookup {
}
[Export ("handleCapabilitiesQueryRequest:context:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleQueryRequest (ILMessageFilterCapabilitiesQueryRequest capabilitiesQueryRequest, ILMessageFilterExtensionContext context, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V53))]global::System.Action<ILMessageFilterCapabilitiesQueryResponse> completion)
+ public unsafe void HandleQueryRequest (ILMessageFilterCapabilitiesQueryRequest capabilitiesQueryRequest, ILMessageFilterExtensionContext context, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V55))]global::System.Action<ILMessageFilterCapabilitiesQueryResponse> completion)
{
var capabilitiesQueryRequest__handle__ = capabilitiesQueryRequest!.GetNonNullHandle (nameof (capabilitiesQueryRequest));
var context__handle__ = context!.GetNonNullHandle (nameof (context));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V53.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V55.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleCapabilitiesQueryRequest:context:completion:"), capabilitiesQueryRequest__handle__, context__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/IdentityLookup/ILMessageFilterQueryHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/IdentityLookup/ILMessageFilterQueryHandling.g.cs
index 99b5e58..e659f68 100644
--- a/old/dotnet/maccatalyst/generated-sources/IdentityLookup/ILMessageFilterQueryHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/IdentityLookup/ILMessageFilterQueryHandling.g.cs
@@ -54,13 +54,13 @@ namespace IdentityLookup {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
[Protocol (Name = "ILMessageFilterQueryHandling", WrapperType = typeof (ILMessageFilterQueryHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleQueryRequest", Selector = "handleQueryRequest:context:completion:", ParameterType = new Type [] { typeof (IdentityLookup.ILMessageFilterQueryRequest), typeof (IdentityLookup.ILMessageFilterExtensionContext), typeof (global::System.Action<global::IdentityLookup.ILMessageFilterQueryResponse>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V54) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleQueryRequest", Selector = "handleQueryRequest:context:completion:", ParameterType = new Type [] { typeof (IdentityLookup.ILMessageFilterQueryRequest), typeof (IdentityLookup.ILMessageFilterExtensionContext), typeof (global::System.Action<global::IdentityLookup.ILMessageFilterQueryResponse>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V56) })]
public partial interface IILMessageFilterQueryHandling : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleQueryRequest:context:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleQueryRequest (ILMessageFilterQueryRequest queryRequest, ILMessageFilterExtensionContext context, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V54))]global::System.Action<ILMessageFilterQueryResponse> completion);
+ unsafe void HandleQueryRequest (ILMessageFilterQueryRequest queryRequest, ILMessageFilterExtensionContext context, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V56))]global::System.Action<ILMessageFilterQueryResponse> completion);
}
internal sealed class ILMessageFilterQueryHandlingWrapper : BaseWrapper, IILMessageFilterQueryHandling {
[Preserve (Conditional = true)]
@@ -70,13 +70,13 @@ namespace IdentityLookup {
}
[Export ("handleQueryRequest:context:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleQueryRequest (ILMessageFilterQueryRequest queryRequest, ILMessageFilterExtensionContext context, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V54))]global::System.Action<ILMessageFilterQueryResponse> completion)
+ public unsafe void HandleQueryRequest (ILMessageFilterQueryRequest queryRequest, ILMessageFilterExtensionContext context, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V56))]global::System.Action<ILMessageFilterQueryResponse> completion)
{
var queryRequest__handle__ = queryRequest!.GetNonNullHandle (nameof (queryRequest));
var context__handle__ = context!.GetNonNullHandle (nameof (context));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V54.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V56.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleQueryRequest:context:completion:"), queryRequest__handle__, context__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/ImageIO/CGImageProperties.g.cs b/new/dotnet/maccatalyst/generated-sources/ImageIO/CGImageProperties.g.cs
index 8333115..060ff7e 100644
--- a/old/dotnet/maccatalyst/generated-sources/ImageIO/CGImageProperties.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/ImageIO/CGImageProperties.g.cs
@@ -8375,6 +8375,24 @@ namespace ImageIO {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static NSString? _OpenExrCompression;
+ [Field ("kCGImagePropertyOpenEXRCompression", "ImageIO")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("tvos16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ public static NSString OpenExrCompression {
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("tvos16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ get {
+ if (_OpenExrCompression is null)
+ _OpenExrCompression = Dlfcn.GetStringConstant (Libraries.ImageIO.Handle, "kCGImagePropertyOpenEXRCompression")!;
+ return _OpenExrCompression;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static NSString? _OpenExrDictionary;
[Field ("kCGImagePropertyOpenEXRDictionary", "ImageIO")]
[SupportedOSPlatform ("macos")]
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INActivateCarSignalIntentHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INActivateCarSignalIntentHandling.g.cs
index f74e01a..3a40e13 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INActivateCarSignalIntentHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INActivateCarSignalIntentHandling.g.cs
@@ -54,45 +54,45 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
[Protocol (Name = "INActivateCarSignalIntentHandling", WrapperType = typeof (INActivateCarSignalIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleActivateCarSignal", Selector = "handleActivateCarSignal:completion:", ParameterType = new Type [] { typeof (Intents.INActivateCarSignalIntent), typeof (global::System.Action<global::Intents.INActivateCarSignalIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V55) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmActivateCarSignal:completion:", ParameterType = new Type [] { typeof (Intents.INActivateCarSignalIntent), typeof (global::System.Action<global::Intents.INActivateCarSignalIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V55) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCarName", Selector = "resolveCarNameForActivateCarSignal:withCompletion:", ParameterType = new Type [] { typeof (Intents.INActivateCarSignalIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V56) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveSignals", Selector = "resolveSignalsForActivateCarSignal:withCompletion:", ParameterType = new Type [] { typeof (Intents.INActivateCarSignalIntent), typeof (global::System.Action<global::Intents.INCarSignalOptionsResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V57) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleActivateCarSignal", Selector = "handleActivateCarSignal:completion:", ParameterType = new Type [] { typeof (Intents.INActivateCarSignalIntent), typeof (global::System.Action<global::Intents.INActivateCarSignalIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V57) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmActivateCarSignal:completion:", ParameterType = new Type [] { typeof (Intents.INActivateCarSignalIntent), typeof (global::System.Action<global::Intents.INActivateCarSignalIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V57) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCarName", Selector = "resolveCarNameForActivateCarSignal:withCompletion:", ParameterType = new Type [] { typeof (Intents.INActivateCarSignalIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V58) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveSignals", Selector = "resolveSignalsForActivateCarSignal:withCompletion:", ParameterType = new Type [] { typeof (Intents.INActivateCarSignalIntent), typeof (global::System.Action<global::Intents.INCarSignalOptionsResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V59) })]
public partial interface IINActivateCarSignalIntentHandling : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleActivateCarSignal:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleActivateCarSignal (INActivateCarSignalIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V55))]global::System.Action<INActivateCarSignalIntentResponse> completion);
+ unsafe void HandleActivateCarSignal (INActivateCarSignalIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V57))]global::System.Action<INActivateCarSignalIntentResponse> completion);
}
public static partial class INActivateCarSignalIntentHandling_Extensions {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINActivateCarSignalIntentHandling This, INActivateCarSignalIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V55))]global::System.Action<INActivateCarSignalIntentResponse> completion)
+ public unsafe static void Confirm (this IINActivateCarSignalIntentHandling This, INActivateCarSignalIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V57))]global::System.Action<INActivateCarSignalIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V55.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V57.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmActivateCarSignal:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveCarName (this IINActivateCarSignalIntentHandling This, INActivateCarSignalIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V56))]global::System.Action<INSpeakableStringResolutionResult> completion)
+ public unsafe static void ResolveCarName (this IINActivateCarSignalIntentHandling This, INActivateCarSignalIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V58))]global::System.Action<INSpeakableStringResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V56.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V58.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveCarNameForActivateCarSignal:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveSignals (this IINActivateCarSignalIntentHandling This, INActivateCarSignalIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V57))]global::System.Action<INCarSignalOptionsResolutionResult> completion)
+ public unsafe static void ResolveSignals (this IINActivateCarSignalIntentHandling This, INActivateCarSignalIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V59))]global::System.Action<INCarSignalOptionsResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V57.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V59.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveSignalsForActivateCarSignal:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
@@ -105,12 +105,12 @@ namespace Intents {
}
[Export ("handleActivateCarSignal:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleActivateCarSignal (INActivateCarSignalIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V55))]global::System.Action<INActivateCarSignalIntentResponse> completion)
+ public unsafe void HandleActivateCarSignal (INActivateCarSignalIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V57))]global::System.Action<INActivateCarSignalIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V55.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V57.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleActivateCarSignal:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INAddMediaIntentHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INAddMediaIntentHandling.g.cs
index 8ce5dd9..1650483 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INAddMediaIntentHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INAddMediaIntentHandling.g.cs
@@ -54,45 +54,45 @@ namespace Intents {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst")]
[Protocol (Name = "INAddMediaIntentHandling", WrapperType = typeof (INAddMediaIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleAddMedia", Selector = "handleAddMedia:completion:", ParameterType = new Type [] { typeof (Intents.INAddMediaIntent), typeof (global::System.Action<global::Intents.INAddMediaIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V58) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmAddMedia:completion:", ParameterType = new Type [] { typeof (Intents.INAddMediaIntent), typeof (global::System.Action<global::Intents.INAddMediaIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V58) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveMediaItems", Selector = "resolveMediaItemsForAddMedia:withCompletion:", ParameterType = new Type [] { typeof (Intents.INAddMediaIntent), typeof (global::System.Action<global::Intents.INAddMediaMediaItemResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V59) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveMediaDestination", Selector = "resolveMediaDestinationForAddMedia:withCompletion:", ParameterType = new Type [] { typeof (Intents.INAddMediaIntent), typeof (global::System.Action<global::Intents.INAddMediaMediaDestinationResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V60) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleAddMedia", Selector = "handleAddMedia:completion:", ParameterType = new Type [] { typeof (Intents.INAddMediaIntent), typeof (global::System.Action<global::Intents.INAddMediaIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V60) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmAddMedia:completion:", ParameterType = new Type [] { typeof (Intents.INAddMediaIntent), typeof (global::System.Action<global::Intents.INAddMediaIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V60) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveMediaItems", Selector = "resolveMediaItemsForAddMedia:withCompletion:", ParameterType = new Type [] { typeof (Intents.INAddMediaIntent), typeof (global::System.Action<global::Intents.INAddMediaMediaItemResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V61) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveMediaDestination", Selector = "resolveMediaDestinationForAddMedia:withCompletion:", ParameterType = new Type [] { typeof (Intents.INAddMediaIntent), typeof (global::System.Action<global::Intents.INAddMediaMediaDestinationResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V62) })]
public partial interface IINAddMediaIntentHandling : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleAddMedia:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleAddMedia (INAddMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V58))]global::System.Action<INAddMediaIntentResponse> completion);
+ unsafe void HandleAddMedia (INAddMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V60))]global::System.Action<INAddMediaIntentResponse> completion);
}
public static partial class INAddMediaIntentHandling_Extensions {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINAddMediaIntentHandling This, INAddMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V58))]global::System.Action<INAddMediaIntentResponse> completion)
+ public unsafe static void Confirm (this IINAddMediaIntentHandling This, INAddMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V60))]global::System.Action<INAddMediaIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V58.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V60.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmAddMedia:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveMediaItems (this IINAddMediaIntentHandling This, INAddMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V59))]global::System.Action<INAddMediaMediaItemResolutionResult[]> completion)
+ public unsafe static void ResolveMediaItems (this IINAddMediaIntentHandling This, INAddMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V61))]global::System.Action<INAddMediaMediaItemResolutionResult[]> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V59.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V61.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveMediaItemsForAddMedia:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveMediaDestination (this IINAddMediaIntentHandling This, INAddMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V60))]global::System.Action<INAddMediaMediaDestinationResolutionResult> completion)
+ public unsafe static void ResolveMediaDestination (this IINAddMediaIntentHandling This, INAddMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V62))]global::System.Action<INAddMediaMediaDestinationResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V60.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V62.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveMediaDestinationForAddMedia:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
@@ -105,12 +105,12 @@ namespace Intents {
}
[Export ("handleAddMedia:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleAddMedia (INAddMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V58))]global::System.Action<INAddMediaIntentResponse> completion)
+ public unsafe void HandleAddMedia (INAddMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V60))]global::System.Action<INAddMediaIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V58.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V60.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleAddMedia:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INAddTasksIntentHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INAddTasksIntentHandling.g.cs
index 662a689..583c705 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INAddTasksIntentHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INAddTasksIntentHandling.g.cs
@@ -54,30 +54,30 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
[Protocol (Name = "INAddTasksIntentHandling", WrapperType = typeof (INAddTasksIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleAddTasks", Selector = "handleAddTasks:completion:", ParameterType = new Type [] { typeof (Intents.INAddTasksIntent), typeof (global::System.Action<global::Intents.INAddTasksIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V61) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmAddTasks:completion:", ParameterType = new Type [] { typeof (Intents.INAddTasksIntent), typeof (global::System.Action<global::Intents.INAddTasksIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V61) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTargetTaskList", Selector = "resolveTargetTaskListForAddTasks:withCompletion:", ParameterType = new Type [] { typeof (Intents.INAddTasksIntent), typeof (global::System.Action<global::Intents.INTaskListResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V62) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTargetTaskList", Selector = "resolveTargetTaskListForAddTasks:completion:", ParameterType = new Type [] { typeof (Intents.INAddTasksIntent), typeof (global::System.Action<global::Intents.INAddTasksTargetTaskListResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V63) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTaskTitles", Selector = "resolveTaskTitlesForAddTasks:withCompletion:", ParameterType = new Type [] { typeof (Intents.INAddTasksIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V64) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveSpatialEventTrigger", Selector = "resolveSpatialEventTriggerForAddTasks:withCompletion:", ParameterType = new Type [] { typeof (Intents.INAddTasksIntent), typeof (global::System.Action<global::Intents.INSpatialEventTriggerResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V65) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTemporalEventTrigger", Selector = "resolveTemporalEventTriggerForAddTasks:withCompletion:", ParameterType = new Type [] { typeof (Intents.INAddTasksIntent), typeof (global::System.Action<global::Intents.INTemporalEventTriggerResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V66) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTemporalEventTrigger", Selector = "resolveTemporalEventTriggerForAddTasks:completion:", ParameterType = new Type [] { typeof (Intents.INAddTasksIntent), typeof (global::System.Action<global::Intents.INAddTasksTemporalEventTriggerResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V67) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePriority", Selector = "resolvePriorityForAddTasks:withCompletion:", ParameterType = new Type [] { typeof (Intents.INAddTasksIntent), typeof (global::System.Action<global::Intents.INTaskPriorityResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V68) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleAddTasks", Selector = "handleAddTasks:completion:", ParameterType = new Type [] { typeof (Intents.INAddTasksIntent), typeof (global::System.Action<global::Intents.INAddTasksIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V63) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmAddTasks:completion:", ParameterType = new Type [] { typeof (Intents.INAddTasksIntent), typeof (global::System.Action<global::Intents.INAddTasksIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V63) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTargetTaskList", Selector = "resolveTargetTaskListForAddTasks:withCompletion:", ParameterType = new Type [] { typeof (Intents.INAddTasksIntent), typeof (global::System.Action<global::Intents.INTaskListResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V64) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTargetTaskList", Selector = "resolveTargetTaskListForAddTasks:completion:", ParameterType = new Type [] { typeof (Intents.INAddTasksIntent), typeof (global::System.Action<global::Intents.INAddTasksTargetTaskListResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V65) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTaskTitles", Selector = "resolveTaskTitlesForAddTasks:withCompletion:", ParameterType = new Type [] { typeof (Intents.INAddTasksIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V66) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveSpatialEventTrigger", Selector = "resolveSpatialEventTriggerForAddTasks:withCompletion:", ParameterType = new Type [] { typeof (Intents.INAddTasksIntent), typeof (global::System.Action<global::Intents.INSpatialEventTriggerResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V67) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTemporalEventTrigger", Selector = "resolveTemporalEventTriggerForAddTasks:withCompletion:", ParameterType = new Type [] { typeof (Intents.INAddTasksIntent), typeof (global::System.Action<global::Intents.INTemporalEventTriggerResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V68) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTemporalEventTrigger", Selector = "resolveTemporalEventTriggerForAddTasks:completion:", ParameterType = new Type [] { typeof (Intents.INAddTasksIntent), typeof (global::System.Action<global::Intents.INAddTasksTemporalEventTriggerResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V69) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePriority", Selector = "resolvePriorityForAddTasks:withCompletion:", ParameterType = new Type [] { typeof (Intents.INAddTasksIntent), typeof (global::System.Action<global::Intents.INTaskPriorityResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V70) })]
public partial interface IINAddTasksIntentHandling : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleAddTasks:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleAddTasks (INAddTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V61))]global::System.Action<INAddTasksIntentResponse> completion);
+ unsafe void HandleAddTasks (INAddTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V63))]global::System.Action<INAddTasksIntentResponse> completion);
}
public static partial class INAddTasksIntentHandling_Extensions {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINAddTasksIntentHandling This, INAddTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V61))]global::System.Action<INAddTasksIntentResponse> completion)
+ public unsafe static void Confirm (this IINAddTasksIntentHandling This, INAddTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V63))]global::System.Action<INAddTasksIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V61.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V63.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmAddTasks:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
@@ -88,12 +88,12 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveTargetTaskList (this IINAddTasksIntentHandling This, INAddTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V62))]global::System.Action<INTaskListResolutionResult> completion)
+ public unsafe static void ResolveTargetTaskList (this IINAddTasksIntentHandling This, INAddTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V64))]global::System.Action<INTaskListResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V62.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V64.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveTargetTaskListForAddTasks:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
@@ -102,32 +102,32 @@ namespace Intents {
[UnsupportedOSPlatform ("macos")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveTargetTaskList (this IINAddTasksIntentHandling This, INAddTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V63))]global::System.Action<INAddTasksTargetTaskListResolutionResult> completionHandler)
+ public unsafe static void ResolveTargetTaskList (this IINAddTasksIntentHandling This, INAddTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V65))]global::System.Action<INAddTasksTargetTaskListResolutionResult> completionHandler)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V63.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V65.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveTargetTaskListForAddTasks:completion:"), intent__handle__, (IntPtr) block_ptr_completionHandler);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveTaskTitles (this IINAddTasksIntentHandling This, INAddTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V64))]global::System.Action<INSpeakableStringResolutionResult[]> completion)
+ public unsafe static void ResolveTaskTitles (this IINAddTasksIntentHandling This, INAddTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V66))]global::System.Action<INSpeakableStringResolutionResult[]> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V64.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V66.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveTaskTitlesForAddTasks:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveSpatialEventTrigger (this IINAddTasksIntentHandling This, INAddTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V65))]global::System.Action<INSpatialEventTriggerResolutionResult> completion)
+ public unsafe static void ResolveSpatialEventTrigger (this IINAddTasksIntentHandling This, INAddTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V67))]global::System.Action<INSpatialEventTriggerResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V65.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V67.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveSpatialEventTriggerForAddTasks:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
@@ -138,12 +138,12 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveTemporalEventTrigger (this IINAddTasksIntentHandling This, INAddTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V66))]global::System.Action<INTemporalEventTriggerResolutionResult> completion)
+ public unsafe static void ResolveTemporalEventTrigger (this IINAddTasksIntentHandling This, INAddTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V68))]global::System.Action<INTemporalEventTriggerResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V66.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V68.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveTemporalEventTriggerForAddTasks:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
@@ -152,12 +152,12 @@ namespace Intents {
[UnsupportedOSPlatform ("macos")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveTemporalEventTrigger (this IINAddTasksIntentHandling This, INAddTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V67))]global::System.Action<INAddTasksTemporalEventTriggerResolutionResult> completionHandler)
+ public unsafe static void ResolveTemporalEventTrigger (this IINAddTasksIntentHandling This, INAddTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V69))]global::System.Action<INAddTasksTemporalEventTriggerResolutionResult> completionHandler)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
- using var block_completionHandler = Trampolines.SDActionArity1V67.CreateBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V69.CreateBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = &block_completionHandler;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveTemporalEventTriggerForAddTasks:completion:"), intent__handle__, (IntPtr) block_ptr_completionHandler);
}
@@ -166,12 +166,12 @@ namespace Intents {
[UnsupportedOSPlatform ("macos")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolvePriority (this IINAddTasksIntentHandling This, INAddTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V68))]global::System.Action<INTaskPriorityResolutionResult> completion)
+ public unsafe static void ResolvePriority (this IINAddTasksIntentHandling This, INAddTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V70))]global::System.Action<INTaskPriorityResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V68.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V70.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolvePriorityForAddTasks:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
@@ -184,12 +184,12 @@ namespace Intents {
}
[Export ("handleAddTasks:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleAddTasks (INAddTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V61))]global::System.Action<INAddTasksIntentResponse> completion)
+ public unsafe void HandleAddTasks (INAddTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V63))]global::System.Action<INAddTasksIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V61.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V63.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleAddTasks:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INAnswerCallIntent.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INAnswerCallIntent.g.cs
index 19b0eb1..9856f4d 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INAnswerCallIntent.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INAnswerCallIntent.g.cs
@@ -109,5 +109,37 @@ namespace Intents {
}
CFString.ReleaseNative (nscallIdentifier);
}
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ public virtual INCallAudioRoute AudioRoute {
+ [Export ("audioRoute", ArgumentSemantic.Assign)]
+ get {
+ INCallAudioRoute ret;
+ if (IsDirectBinding) {
+ ret = (Intents.INCallAudioRoute) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("audioRoute"));
+ } else {
+ ret = (Intents.INCallAudioRoute) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("audioRoute"));
+ }
+ return ret!;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ public virtual string? CallIdentifier {
+ [Export ("callIdentifier")]
+ get {
+ if (IsDirectBinding) {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("callIdentifier")))!;
+ } else {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("callIdentifier")))!;
+ }
+ }
+ }
} /* class INAnswerCallIntent */
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INAnswerCallIntentHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INAnswerCallIntentHandling.g.cs
index ae72958..1a508a1 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INAnswerCallIntentHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INAnswerCallIntentHandling.g.cs
@@ -54,23 +54,23 @@ namespace Intents {
[SupportedOSPlatform ("ios16.2")]
[SupportedOSPlatform ("maccatalyst16.2")]
[Protocol (Name = "INAnswerCallIntentHandling", WrapperType = typeof (INAnswerCallIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleAnswerCall", Selector = "handleAnswerCall:completion:", ParameterType = new Type [] { typeof (Intents.INAnswerCallIntent), typeof (global::System.Action<global::Intents.INAnswerCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V69) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmAnswerCall", Selector = "confirmAnswerCall:completion:", ParameterType = new Type [] { typeof (Intents.INAnswerCallIntent), typeof (global::System.Action<global::Intents.INAnswerCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V69) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleAnswerCall", Selector = "handleAnswerCall:completion:", ParameterType = new Type [] { typeof (Intents.INAnswerCallIntent), typeof (global::System.Action<global::Intents.INAnswerCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V71) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmAnswerCall", Selector = "confirmAnswerCall:completion:", ParameterType = new Type [] { typeof (Intents.INAnswerCallIntent), typeof (global::System.Action<global::Intents.INAnswerCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V71) })]
public partial interface IINAnswerCallIntentHandling : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleAnswerCall:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleAnswerCall (INAnswerCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V69))]global::System.Action<INAnswerCallIntentResponse> completion);
+ unsafe void HandleAnswerCall (INAnswerCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V71))]global::System.Action<INAnswerCallIntentResponse> completion);
}
public static partial class INAnswerCallIntentHandling_Extensions {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ConfirmAnswerCall (this IINAnswerCallIntentHandling This, INAnswerCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V69))]global::System.Action<INAnswerCallIntentResponse> completion)
+ public unsafe static void ConfirmAnswerCall (this IINAnswerCallIntentHandling This, INAnswerCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V71))]global::System.Action<INAnswerCallIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V69.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V71.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmAnswerCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
@@ -83,12 +83,12 @@ namespace Intents {
}
[Export ("handleAnswerCall:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleAnswerCall (INAnswerCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V69))]global::System.Action<INAnswerCallIntentResponse> completion)
+ public unsafe void HandleAnswerCall (INAnswerCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V71))]global::System.Action<INAnswerCallIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V69.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V71.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleAnswerCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INAnswerCallIntentResponse.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INAnswerCallIntentResponse.g.cs
index 8a848a2..71646dc 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INAnswerCallIntentResponse.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INAnswerCallIntentResponse.g.cs
@@ -97,7 +97,7 @@ namespace Intents {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("macos13.3")]
[SupportedOSPlatform ("maccatalyst16.2")]
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("ios16.2")]
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INAppendToNoteIntentHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INAppendToNoteIntentHandling.g.cs
index d254a6f..c9a26e1 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INAppendToNoteIntentHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INAppendToNoteIntentHandling.g.cs
@@ -56,45 +56,45 @@ namespace Intents {
[SupportedOSPlatform ("maccatalyst")]
[ObsoletedOSPlatform ("maccatalyst15.0")]
[Protocol (Name = "INAppendToNoteIntentHandling", WrapperType = typeof (INAppendToNoteIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleAppendToNote", Selector = "handleAppendToNote:completion:", ParameterType = new Type [] { typeof (Intents.INAppendToNoteIntent), typeof (global::System.Action<global::Intents.INAppendToNoteIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V70) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmAppendToNote:completion:", ParameterType = new Type [] { typeof (Intents.INAppendToNoteIntent), typeof (global::System.Action<global::Intents.INAppendToNoteIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V70) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTargetNoteForAppend", Selector = "resolveTargetNoteForAppendToNote:withCompletion:", ParameterType = new Type [] { typeof (Intents.INAppendToNoteIntent), typeof (global::System.Action<global::Intents.INNoteResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V71) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveContentForAppend", Selector = "resolveContentForAppendToNote:withCompletion:", ParameterType = new Type [] { typeof (Intents.INAppendToNoteIntent), typeof (global::System.Action<global::Intents.INNoteContentResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V72) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleAppendToNote", Selector = "handleAppendToNote:completion:", ParameterType = new Type [] { typeof (Intents.INAppendToNoteIntent), typeof (global::System.Action<global::Intents.INAppendToNoteIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V72) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmAppendToNote:completion:", ParameterType = new Type [] { typeof (Intents.INAppendToNoteIntent), typeof (global::System.Action<global::Intents.INAppendToNoteIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V72) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTargetNoteForAppend", Selector = "resolveTargetNoteForAppendToNote:withCompletion:", ParameterType = new Type [] { typeof (Intents.INAppendToNoteIntent), typeof (global::System.Action<global::Intents.INNoteResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V73) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveContentForAppend", Selector = "resolveContentForAppendToNote:withCompletion:", ParameterType = new Type [] { typeof (Intents.INAppendToNoteIntent), typeof (global::System.Action<global::Intents.INNoteContentResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V74) })]
public partial interface IINAppendToNoteIntentHandling : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleAppendToNote:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleAppendToNote (INAppendToNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V70))]global::System.Action<INAppendToNoteIntentResponse> completion);
+ unsafe void HandleAppendToNote (INAppendToNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V72))]global::System.Action<INAppendToNoteIntentResponse> completion);
}
public static partial class INAppendToNoteIntentHandling_Extensions {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINAppendToNoteIntentHandling This, INAppendToNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V70))]global::System.Action<INAppendToNoteIntentResponse> completion)
+ public unsafe static void Confirm (this IINAppendToNoteIntentHandling This, INAppendToNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V72))]global::System.Action<INAppendToNoteIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V70.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V72.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmAppendToNote:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveTargetNoteForAppend (this IINAppendToNoteIntentHandling This, INAppendToNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V71))]global::System.Action<INNoteResolutionResult> completion)
+ public unsafe static void ResolveTargetNoteForAppend (this IINAppendToNoteIntentHandling This, INAppendToNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V73))]global::System.Action<INNoteResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V71.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V73.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveTargetNoteForAppendToNote:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveContentForAppend (this IINAppendToNoteIntentHandling This, INAppendToNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V72))]global::System.Action<INNoteContentResolutionResult> completion)
+ public unsafe static void ResolveContentForAppend (this IINAppendToNoteIntentHandling This, INAppendToNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V74))]global::System.Action<INNoteContentResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V72.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V74.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveContentForAppendToNote:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
@@ -107,12 +107,12 @@ namespace Intents {
}
[Export ("handleAppendToNote:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleAppendToNote (INAppendToNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V70))]global::System.Action<INAppendToNoteIntentResponse> completion)
+ public unsafe void HandleAppendToNote (INAppendToNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V72))]global::System.Action<INAppendToNoteIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V70.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V72.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleAppendToNote:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INBookRestaurantReservationIntentHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INBookRestaurantReservationIntentHandling.g.cs
index 0caa43f..35fe762 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INBookRestaurantReservationIntentHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INBookRestaurantReservationIntentHandling.g.cs
@@ -54,78 +54,78 @@ namespace Intents {
[UnsupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
[Protocol (Name = "INBookRestaurantReservationIntentHandling", WrapperType = typeof (INBookRestaurantReservationIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleBookRestaurantReservation", Selector = "handleBookRestaurantReservation:completion:", ParameterType = new Type [] { typeof (Intents.INBookRestaurantReservationIntent), typeof (global::System.Action<global::Intents.INBookRestaurantReservationIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V73) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmBookRestaurantReservation:completion:", ParameterType = new Type [] { typeof (Intents.INBookRestaurantReservationIntent), typeof (global::System.Action<global::Intents.INBookRestaurantReservationIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V73) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRestaurant", Selector = "resolveRestaurantForBookRestaurantReservation:withCompletion:", ParameterType = new Type [] { typeof (Intents.INBookRestaurantReservationIntent), typeof (global::System.Action<global::Intents.INRestaurantResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V74) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveBookingDate", Selector = "resolveBookingDateComponentsForBookRestaurantReservation:withCompletion:", ParameterType = new Type [] { typeof (Intents.INBookRestaurantReservationIntent), typeof (global::System.Action<global::Intents.INDateComponentsResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V75) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePartySize", Selector = "resolvePartySizeForBookRestaurantReservation:withCompletion:", ParameterType = new Type [] { typeof (Intents.INBookRestaurantReservationIntent), typeof (global::System.Action<global::Intents.INIntegerResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V76) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveGuest", Selector = "resolveGuestForBookRestaurantReservation:withCompletion:", ParameterType = new Type [] { typeof (Intents.INBookRestaurantReservationIntent), typeof (global::System.Action<global::Intents.INRestaurantGuestResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V77) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveGuestProvidedSpecialRequest", Selector = "resolveGuestProvidedSpecialRequestTextForBookRestaurantReservation:withCompletion:", ParameterType = new Type [] { typeof (Intents.INBookRestaurantReservationIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V78) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleBookRestaurantReservation", Selector = "handleBookRestaurantReservation:completion:", ParameterType = new Type [] { typeof (Intents.INBookRestaurantReservationIntent), typeof (global::System.Action<global::Intents.INBookRestaurantReservationIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V75) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmBookRestaurantReservation:completion:", ParameterType = new Type [] { typeof (Intents.INBookRestaurantReservationIntent), typeof (global::System.Action<global::Intents.INBookRestaurantReservationIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V75) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRestaurant", Selector = "resolveRestaurantForBookRestaurantReservation:withCompletion:", ParameterType = new Type [] { typeof (Intents.INBookRestaurantReservationIntent), typeof (global::System.Action<global::Intents.INRestaurantResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V76) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveBookingDate", Selector = "resolveBookingDateComponentsForBookRestaurantReservation:withCompletion:", ParameterType = new Type [] { typeof (Intents.INBookRestaurantReservationIntent), typeof (global::System.Action<global::Intents.INDateComponentsResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V77) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePartySize", Selector = "resolvePartySizeForBookRestaurantReservation:withCompletion:", ParameterType = new Type [] { typeof (Intents.INBookRestaurantReservationIntent), typeof (global::System.Action<global::Intents.INIntegerResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V78) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveGuest", Selector = "resolveGuestForBookRestaurantReservation:withCompletion:", ParameterType = new Type [] { typeof (Intents.INBookRestaurantReservationIntent), typeof (global::System.Action<global::Intents.INRestaurantGuestResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V79) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveGuestProvidedSpecialRequest", Selector = "resolveGuestProvidedSpecialRequestTextForBookRestaurantReservation:withCompletion:", ParameterType = new Type [] { typeof (Intents.INBookRestaurantReservationIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V80) })]
public partial interface IINBookRestaurantReservationIntentHandling : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleBookRestaurantReservation:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleBookRestaurantReservation (INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V73))]global::System.Action<INBookRestaurantReservationIntentResponse> completion);
+ unsafe void HandleBookRestaurantReservation (INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V75))]global::System.Action<INBookRestaurantReservationIntentResponse> completion);
}
public static partial class INBookRestaurantReservationIntentHandling_Extensions {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINBookRestaurantReservationIntentHandling This, INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V73))]global::System.Action<INBookRestaurantReservationIntentResponse> completion)
+ public unsafe static void Confirm (this IINBookRestaurantReservationIntentHandling This, INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V75))]global::System.Action<INBookRestaurantReservationIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V73.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V75.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmBookRestaurantReservation:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveRestaurant (this IINBookRestaurantReservationIntentHandling This, INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V74))]global::System.Action<INRestaurantResolutionResult> completion)
+ public unsafe static void ResolveRestaurant (this IINBookRestaurantReservationIntentHandling This, INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V76))]global::System.Action<INRestaurantResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V74.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V76.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveRestaurantForBookRestaurantReservation:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveBookingDate (this IINBookRestaurantReservationIntentHandling This, INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V75))]global::System.Action<INDateComponentsResolutionResult> completion)
+ public unsafe static void ResolveBookingDate (this IINBookRestaurantReservationIntentHandling This, INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V77))]global::System.Action<INDateComponentsResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V75.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V77.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveBookingDateComponentsForBookRestaurantReservation:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolvePartySize (this IINBookRestaurantReservationIntentHandling This, INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V76))]global::System.Action<INIntegerResolutionResult> completion)
+ public unsafe static void ResolvePartySize (this IINBookRestaurantReservationIntentHandling This, INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V78))]global::System.Action<INIntegerResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V76.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V78.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolvePartySizeForBookRestaurantReservation:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveGuest (this IINBookRestaurantReservationIntentHandling This, INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V77))]global::System.Action<INRestaurantGuestResolutionResult> completion)
+ public unsafe static void ResolveGuest (this IINBookRestaurantReservationIntentHandling This, INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V79))]global::System.Action<INRestaurantGuestResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V77.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V79.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveGuestForBookRestaurantReservation:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveGuestProvidedSpecialRequest (this IINBookRestaurantReservationIntentHandling This, INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V78))]global::System.Action<INStringResolutionResult> completion)
+ public unsafe static void ResolveGuestProvidedSpecialRequest (this IINBookRestaurantReservationIntentHandling This, INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V80))]global::System.Action<INStringResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V78.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V80.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveGuestProvidedSpecialRequestTextForBookRestaurantReservation:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
@@ -138,12 +138,12 @@ namespace Intents {
}
[Export ("handleBookRestaurantReservation:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleBookRestaurantReservation (INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V73))]global::System.Action<INBookRestaurantReservationIntentResponse> completion)
+ public unsafe void HandleBookRestaurantReservation (INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V75))]global::System.Action<INBookRestaurantReservationIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V73.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V75.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleBookRestaurantReservation:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INCallsDomainHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INCallsDomainHandling.g.cs
index df4e706..8bf08b0 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INCallsDomainHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INCallsDomainHandling.g.cs
@@ -70,34 +70,34 @@ namespace Intents {
}
[Export ("handleSearchCallHistory:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSearchCallHistory (INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V79))]global::System.Action<INSearchCallHistoryIntentResponse> completion)
+ public unsafe void HandleSearchCallHistory (INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V81))]global::System.Action<INSearchCallHistoryIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V79.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V81.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSearchCallHistory:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[Export ("handleStartAudioCall:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleStartAudioCall (INStartAudioCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V80))]global::System.Action<INStartAudioCallIntentResponse> completion)
+ public unsafe void HandleStartAudioCall (INStartAudioCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V82))]global::System.Action<INStartAudioCallIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V80.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V82.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleStartAudioCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[Export ("handleStartVideoCall:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleStartVideoCall (INStartVideoCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V81))]global::System.Action<INStartVideoCallIntentResponse> completion)
+ public unsafe void HandleStartVideoCall (INStartVideoCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V83))]global::System.Action<INStartVideoCallIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V81.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V83.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleStartVideoCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INCancelRideIntentHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INCancelRideIntentHandling.g.cs
index 398ddc5..1d08afc 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INCancelRideIntentHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INCancelRideIntentHandling.g.cs
@@ -54,23 +54,23 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst")]
[Protocol (Name = "INCancelRideIntentHandling", WrapperType = typeof (INCancelRideIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleCancelRide", Selector = "handleCancelRide:completion:", ParameterType = new Type [] { typeof (Intents.INCancelRideIntent), typeof (global::System.Action<global::Intents.INCancelRideIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V82) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmCancelRide:completion:", ParameterType = new Type [] { typeof (Intents.INCancelRideIntent), typeof (global::System.Action<global::Intents.INCancelRideIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V82) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleCancelRide", Selector = "handleCancelRide:completion:", ParameterType = new Type [] { typeof (Intents.INCancelRideIntent), typeof (global::System.Action<global::Intents.INCancelRideIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V84) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmCancelRide:completion:", ParameterType = new Type [] { typeof (Intents.INCancelRideIntent), typeof (global::System.Action<global::Intents.INCancelRideIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V84) })]
public partial interface IINCancelRideIntentHandling : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleCancelRide:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleCancelRide (INCancelRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V82))]global::System.Action<INCancelRideIntentResponse> completion);
+ unsafe void HandleCancelRide (INCancelRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V84))]global::System.Action<INCancelRideIntentResponse> completion);
}
public static partial class INCancelRideIntentHandling_Extensions {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINCancelRideIntentHandling This, INCancelRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V82))]global::System.Action<INCancelRideIntentResponse> completion)
+ public unsafe static void Confirm (this IINCancelRideIntentHandling This, INCancelRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V84))]global::System.Action<INCancelRideIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V82.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V84.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmCancelRide:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
@@ -83,12 +83,12 @@ namespace Intents {
}
[Export ("handleCancelRide:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleCancelRide (INCancelRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V82))]global::System.Action<INCancelRideIntentResponse> completion)
+ public unsafe void HandleCancelRide (INCancelRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V84))]global::System.Action<INCancelRideIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V82.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V84.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleCancelRide:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INCancelWorkoutIntentHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INCancelWorkoutIntentHandling.g.cs
index d496304..1f113dd 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INCancelWorkoutIntentHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INCancelWorkoutIntentHandling.g.cs
@@ -54,34 +54,34 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
[Protocol (Name = "INCancelWorkoutIntentHandling", WrapperType = typeof (INCancelWorkoutIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleCancelWorkout", Selector = "handleCancelWorkout:completion:", ParameterType = new Type [] { typeof (Intents.INCancelWorkoutIntent), typeof (global::System.Action<global::Intents.INCancelWorkoutIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V83) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmCancelWorkout:completion:", ParameterType = new Type [] { typeof (Intents.INCancelWorkoutIntent), typeof (global::System.Action<global::Intents.INCancelWorkoutIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V83) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveWorkoutName", Selector = "resolveWorkoutNameForCancelWorkout:withCompletion:", ParameterType = new Type [] { typeof (Intents.INCancelWorkoutIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V56) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleCancelWorkout", Selector = "handleCancelWorkout:completion:", ParameterType = new Type [] { typeof (Intents.INCancelWorkoutIntent), typeof (global::System.Action<global::Intents.INCancelWorkoutIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V85) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmCancelWorkout:completion:", ParameterType = new Type [] { typeof (Intents.INCancelWorkoutIntent), typeof (global::System.Action<global::Intents.INCancelWorkoutIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V85) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveWorkoutName", Selector = "resolveWorkoutNameForCancelWorkout:withCompletion:", ParameterType = new Type [] { typeof (Intents.INCancelWorkoutIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V58) })]
public partial interface IINCancelWorkoutIntentHandling : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleCancelWorkout:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleCancelWorkout (INCancelWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V83))]global::System.Action<INCancelWorkoutIntentResponse> completion);
+ unsafe void HandleCancelWorkout (INCancelWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V85))]global::System.Action<INCancelWorkoutIntentResponse> completion);
}
public static partial class INCancelWorkoutIntentHandling_Extensions {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINCancelWorkoutIntentHandling This, INCancelWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V83))]global::System.Action<INCancelWorkoutIntentResponse> completion)
+ public unsafe static void Confirm (this IINCancelWorkoutIntentHandling This, INCancelWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V85))]global::System.Action<INCancelWorkoutIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V83.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V85.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmCancelWorkout:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveWorkoutName (this IINCancelWorkoutIntentHandling This, INCancelWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V56))]global::System.Action<INSpeakableStringResolutionResult> completion)
+ public unsafe static void ResolveWorkoutName (this IINCancelWorkoutIntentHandling This, INCancelWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V58))]global::System.Action<INSpeakableStringResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V56.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V58.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveWorkoutNameForCancelWorkout:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
@@ -94,12 +94,12 @@ namespace Intents {
}
[Export ("handleCancelWorkout:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleCancelWorkout (INCancelWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V83))]global::System.Action<INCancelWorkoutIntentResponse> completion)
+ public unsafe void HandleCancelWorkout (INCancelWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V85))]global::System.Action<INCancelWorkoutIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V83.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V85.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleCancelWorkout:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INCarCommandsDomainHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INCarCommandsDomainHandling.g.cs
index c8173bd..fd4ea97 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INCarCommandsDomainHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INCarCommandsDomainHandling.g.cs
@@ -71,45 +71,45 @@ namespace Intents {
}
[Export ("handleActivateCarSignal:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleActivateCarSignal (INActivateCarSignalIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V55))]global::System.Action<INActivateCarSignalIntentResponse> completion)
+ public unsafe void HandleActivateCarSignal (INActivateCarSignalIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V57))]global::System.Action<INActivateCarSignalIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V55.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V57.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleActivateCarSignal:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[Export ("handleGetCarLockStatus:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleGetCarLockStatus (INGetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V84))]global::System.Action<INGetCarLockStatusIntentResponse> completion)
+ public unsafe void HandleGetCarLockStatus (INGetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V86))]global::System.Action<INGetCarLockStatusIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V84.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V86.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleGetCarLockStatus:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[Export ("handleGetCarPowerLevelStatus:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleGetCarPowerLevelStatus (INGetCarPowerLevelStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V85))]global::System.Action<INGetCarPowerLevelStatusIntentResponse> completion)
+ public unsafe void HandleGetCarPowerLevelStatus (INGetCarPowerLevelStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V87))]global::System.Action<INGetCarPowerLevelStatusIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V85.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V87.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleGetCarPowerLevelStatus:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[Export ("handleSetCarLockStatus:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSetCarLockStatus (INSetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V86))]global::System.Action<INSetCarLockStatusIntentResponse> completion)
+ public unsafe void HandleSetCarLockStatus (INSetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V88))]global::System.Action<INSetCarLockStatusIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V86.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V88.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSetCarLockStatus:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INCarPlayDomainHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INCarPlayDomainHandling.g.cs
index f039052..91b9c02 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INCarPlayDomainHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INCarPlayDomainHandling.g.cs
@@ -73,67 +73,67 @@ namespace Intents {
}
[Export ("handleSaveProfileInCar:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSaveProfileInCar (INSaveProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V87))]global::System.Action<INSaveProfileInCarIntentResponse> completion)
+ public unsafe void HandleSaveProfileInCar (INSaveProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V89))]global::System.Action<INSaveProfileInCarIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V87.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V89.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSaveProfileInCar:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[Export ("handleSetAudioSourceInCar:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSetAudioSourceInCar (INSetAudioSourceInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V88))]global::System.Action<INSetAudioSourceInCarIntentResponse> completion)
+ public unsafe void HandleSetAudioSourceInCar (INSetAudioSourceInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V90))]global::System.Action<INSetAudioSourceInCarIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V88.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V90.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSetAudioSourceInCar:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[Export ("handleSetClimateSettingsInCar:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSetClimateSettingsInCar (INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V89))]global::System.Action<INSetClimateSettingsInCarIntentResponse> completion)
+ public unsafe void HandleSetClimateSettingsInCar (INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V91))]global::System.Action<INSetClimateSettingsInCarIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V89.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V91.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSetClimateSettingsInCar:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[Export ("handleSetDefrosterSettingsInCar:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSetDefrosterSettingsInCar (INSetDefrosterSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V90))]global::System.Action<INSetDefrosterSettingsInCarIntentResponse> completion)
+ public unsafe void HandleSetDefrosterSettingsInCar (INSetDefrosterSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V92))]global::System.Action<INSetDefrosterSettingsInCarIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V90.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V92.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSetDefrosterSettingsInCar:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[Export ("handleSetProfileInCar:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSetProfileInCar (INSetProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V91))]global::System.Action<INSetProfileInCarIntentResponse> completion)
+ public unsafe void HandleSetProfileInCar (INSetProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V93))]global::System.Action<INSetProfileInCarIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V91.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V93.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSetProfileInCar:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[Export ("handleSetSeatSettingsInCar:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSetSeatSettingsInCar (INSetSeatSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V92))]global::System.Action<INSetSeatSettingsInCarIntentResponse> completion)
+ public unsafe void HandleSetSeatSettingsInCar (INSetSeatSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V94))]global::System.Action<INSetSeatSettingsInCarIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V92.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V94.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSetSeatSettingsInCar:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INCreateNoteIntentHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INCreateNoteIntentHandling.g.cs
index 33516fb..48e8648 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INCreateNoteIntentHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INCreateNoteIntentHandling.g.cs
@@ -54,56 +54,56 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst")]
[Protocol (Name = "INCreateNoteIntentHandling", WrapperType = typeof (INCreateNoteIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleCreateNote", Selector = "handleCreateNote:completion:", ParameterType = new Type [] { typeof (Intents.INCreateNoteIntent), typeof (global::System.Action<global::Intents.INCreateNoteIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V93) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmCreateNote:completion:", ParameterType = new Type [] { typeof (Intents.INCreateNoteIntent), typeof (global::System.Action<global::Intents.INCreateNoteIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V93) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTitle", Selector = "resolveTitleForCreateNote:withCompletion:", ParameterType = new Type [] { typeof (Intents.INCreateNoteIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V56) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveContent", Selector = "resolveContentForCreateNote:withCompletion:", ParameterType = new Type [] { typeof (Intents.INCreateNoteIntent), typeof (global::System.Action<global::Intents.INNoteContentResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V72) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveGroupName", Selector = "resolveGroupNameForCreateNote:withCompletion:", ParameterType = new Type [] { typeof (Intents.INCreateNoteIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V56) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleCreateNote", Selector = "handleCreateNote:completion:", ParameterType = new Type [] { typeof (Intents.INCreateNoteIntent), typeof (global::System.Action<global::Intents.INCreateNoteIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V95) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmCreateNote:completion:", ParameterType = new Type [] { typeof (Intents.INCreateNoteIntent), typeof (global::System.Action<global::Intents.INCreateNoteIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V95) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTitle", Selector = "resolveTitleForCreateNote:withCompletion:", ParameterType = new Type [] { typeof (Intents.INCreateNoteIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V58) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveContent", Selector = "resolveContentForCreateNote:withCompletion:", ParameterType = new Type [] { typeof (Intents.INCreateNoteIntent), typeof (global::System.Action<global::Intents.INNoteContentResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V74) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveGroupName", Selector = "resolveGroupNameForCreateNote:withCompletion:", ParameterType = new Type [] { typeof (Intents.INCreateNoteIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V58) })]
public partial interface IINCreateNoteIntentHandling : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleCreateNote:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleCreateNote (INCreateNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V93))]global::System.Action<INCreateNoteIntentResponse> completion);
+ unsafe void HandleCreateNote (INCreateNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V95))]global::System.Action<INCreateNoteIntentResponse> completion);
}
public static partial class INCreateNoteIntentHandling_Extensions {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINCreateNoteIntentHandling This, INCreateNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V93))]global::System.Action<INCreateNoteIntentResponse> completion)
+ public unsafe static void Confirm (this IINCreateNoteIntentHandling This, INCreateNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V95))]global::System.Action<INCreateNoteIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V93.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V95.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmCreateNote:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveTitle (this IINCreateNoteIntentHandling This, INCreateNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V56))]global::System.Action<INSpeakableStringResolutionResult> completion)
+ public unsafe static void ResolveTitle (this IINCreateNoteIntentHandling This, INCreateNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V58))]global::System.Action<INSpeakableStringResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V56.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V58.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveTitleForCreateNote:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveContent (this IINCreateNoteIntentHandling This, INCreateNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V72))]global::System.Action<INNoteContentResolutionResult> completion)
+ public unsafe static void ResolveContent (this IINCreateNoteIntentHandling This, INCreateNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V74))]global::System.Action<INNoteContentResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V72.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V74.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveContentForCreateNote:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveGroupName (this IINCreateNoteIntentHandling This, INCreateNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V56))]global::System.Action<INSpeakableStringResolutionResult> completion)
+ public unsafe static void ResolveGroupName (this IINCreateNoteIntentHandling This, INCreateNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V58))]global::System.Action<INSpeakableStringResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V56.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V58.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveGroupNameForCreateNote:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
@@ -116,12 +116,12 @@ namespace Intents {
}
[Export ("handleCreateNote:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleCreateNote (INCreateNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V93))]global::System.Action<INCreateNoteIntentResponse> completion)
+ public unsafe void HandleCreateNote (INCreateNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V95))]global::System.Action<INCreateNoteIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V93.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V95.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleCreateNote:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INCreateTaskListIntentHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INCreateTaskListIntentHandling.g.cs
index 2317cf7..8cf7aa2 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INCreateTaskListIntentHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INCreateTaskListIntentHandling.g.cs
@@ -56,56 +56,56 @@ namespace Intents {
[SupportedOSPlatform ("maccatalyst")]
[ObsoletedOSPlatform ("maccatalyst15.0")]
[Protocol (Name = "INCreateTaskListIntentHandling", WrapperType = typeof (INCreateTaskListIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleCreateTaskList", Selector = "handleCreateTaskList:completion:", ParameterType = new Type [] { typeof (Intents.INCreateTaskListIntent), typeof (global::System.Action<global::Intents.INCreateTaskListIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V94) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmCreateTaskList:completion:", ParameterType = new Type [] { typeof (Intents.INCreateTaskListIntent), typeof (global::System.Action<global::Intents.INCreateTaskListIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V94) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTitle", Selector = "resolveTitleForCreateTaskList:withCompletion:", ParameterType = new Type [] { typeof (Intents.INCreateTaskListIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V56) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTaskTitles", Selector = "resolveTaskTitlesForCreateTaskList:withCompletion:", ParameterType = new Type [] { typeof (Intents.INCreateTaskListIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V64) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveGroupName", Selector = "resolveGroupNameForCreateTaskList:withCompletion:", ParameterType = new Type [] { typeof (Intents.INCreateTaskListIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V56) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleCreateTaskList", Selector = "handleCreateTaskList:completion:", ParameterType = new Type [] { typeof (Intents.INCreateTaskListIntent), typeof (global::System.Action<global::Intents.INCreateTaskListIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V96) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmCreateTaskList:completion:", ParameterType = new Type [] { typeof (Intents.INCreateTaskListIntent), typeof (global::System.Action<global::Intents.INCreateTaskListIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V96) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTitle", Selector = "resolveTitleForCreateTaskList:withCompletion:", ParameterType = new Type [] { typeof (Intents.INCreateTaskListIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V58) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTaskTitles", Selector = "resolveTaskTitlesForCreateTaskList:withCompletion:", ParameterType = new Type [] { typeof (Intents.INCreateTaskListIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V66) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveGroupName", Selector = "resolveGroupNameForCreateTaskList:withCompletion:", ParameterType = new Type [] { typeof (Intents.INCreateTaskListIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V58) })]
public partial interface IINCreateTaskListIntentHandling : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleCreateTaskList:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleCreateTaskList (INCreateTaskListIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V94))]global::System.Action<INCreateTaskListIntentResponse> completion);
+ unsafe void HandleCreateTaskList (INCreateTaskListIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V96))]global::System.Action<INCreateTaskListIntentResponse> completion);
}
public static partial class INCreateTaskListIntentHandling_Extensions {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINCreateTaskListIntentHandling This, INCreateTaskListIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V94))]global::System.Action<INCreateTaskListIntentResponse> completion)
+ public unsafe static void Confirm (this IINCreateTaskListIntentHandling This, INCreateTaskListIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V96))]global::System.Action<INCreateTaskListIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V94.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V96.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmCreateTaskList:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveTitle (this IINCreateTaskListIntentHandling This, INCreateTaskListIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V56))]global::System.Action<INSpeakableStringResolutionResult> completion)
+ public unsafe static void ResolveTitle (this IINCreateTaskListIntentHandling This, INCreateTaskListIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V58))]global::System.Action<INSpeakableStringResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V56.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V58.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveTitleForCreateTaskList:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveTaskTitles (this IINCreateTaskListIntentHandling This, INCreateTaskListIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V64))]global::System.Action<INSpeakableStringResolutionResult[]> completion)
+ public unsafe static void ResolveTaskTitles (this IINCreateTaskListIntentHandling This, INCreateTaskListIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V66))]global::System.Action<INSpeakableStringResolutionResult[]> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V64.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V66.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveTaskTitlesForCreateTaskList:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveGroupName (this IINCreateTaskListIntentHandling This, INCreateTaskListIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V56))]global::System.Action<INSpeakableStringResolutionResult> completion)
+ public unsafe static void ResolveGroupName (this IINCreateTaskListIntentHandling This, INCreateTaskListIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V58))]global::System.Action<INSpeakableStringResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V56.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V58.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveGroupNameForCreateTaskList:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
@@ -118,12 +118,12 @@ namespace Intents {
}
[Export ("handleCreateTaskList:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleCreateTaskList (INCreateTaskListIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V94))]global::System.Action<INCreateTaskListIntentResponse> completion)
+ public unsafe void HandleCreateTaskList (INCreateTaskListIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V96))]global::System.Action<INCreateTaskListIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V94.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V96.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleCreateTaskList:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INDeleteTasksIntentHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INDeleteTasksIntentHandling.g.cs
index 50758e8..39794ab 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INDeleteTasksIntentHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INDeleteTasksIntentHandling.g.cs
@@ -56,45 +56,45 @@ namespace Intents {
[SupportedOSPlatform ("maccatalyst")]
[ObsoletedOSPlatform ("maccatalyst15.0")]
[Protocol (Name = "INDeleteTasksIntentHandling", WrapperType = typeof (INDeleteTasksIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleDeleteTasks", Selector = "handleDeleteTasks:completion:", ParameterType = new Type [] { typeof (Intents.INDeleteTasksIntent), typeof (global::System.Action<global::Intents.INDeleteTasksIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V95) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmDeleteTasks:completion:", ParameterType = new Type [] { typeof (Intents.INDeleteTasksIntent), typeof (global::System.Action<global::Intents.INDeleteTasksIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V95) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTaskList", Selector = "resolveTaskListForDeleteTasks:withCompletion:", ParameterType = new Type [] { typeof (Intents.INDeleteTasksIntent), typeof (global::System.Action<global::Intents.INDeleteTasksTaskListResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V96) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTasks", Selector = "resolveTasksForDeleteTasks:withCompletion:", ParameterType = new Type [] { typeof (Intents.INDeleteTasksIntent), typeof (global::System.Action<global::Intents.INDeleteTasksTaskResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V97) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleDeleteTasks", Selector = "handleDeleteTasks:completion:", ParameterType = new Type [] { typeof (Intents.INDeleteTasksIntent), typeof (global::System.Action<global::Intents.INDeleteTasksIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V97) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmDeleteTasks:completion:", ParameterType = new Type [] { typeof (Intents.INDeleteTasksIntent), typeof (global::System.Action<global::Intents.INDeleteTasksIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V97) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTaskList", Selector = "resolveTaskListForDeleteTasks:withCompletion:", ParameterType = new Type [] { typeof (Intents.INDeleteTasksIntent), typeof (global::System.Action<global::Intents.INDeleteTasksTaskListResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V98) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTasks", Selector = "resolveTasksForDeleteTasks:withCompletion:", ParameterType = new Type [] { typeof (Intents.INDeleteTasksIntent), typeof (global::System.Action<global::Intents.INDeleteTasksTaskResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V99) })]
public partial interface IINDeleteTasksIntentHandling : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleDeleteTasks:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleDeleteTasks (INDeleteTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V95))]global::System.Action<INDeleteTasksIntentResponse> completion);
+ unsafe void HandleDeleteTasks (INDeleteTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V97))]global::System.Action<INDeleteTasksIntentResponse> completion);
}
public static partial class INDeleteTasksIntentHandling_Extensions {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINDeleteTasksIntentHandling This, INDeleteTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V95))]global::System.Action<INDeleteTasksIntentResponse> completion)
+ public unsafe static void Confirm (this IINDeleteTasksIntentHandling This, INDeleteTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V97))]global::System.Action<INDeleteTasksIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V95.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V97.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmDeleteTasks:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveTaskList (this IINDeleteTasksIntentHandling This, INDeleteTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V96))]global::System.Action<INDeleteTasksTaskListResolutionResult> completion)
+ public unsafe static void ResolveTaskList (this IINDeleteTasksIntentHandling This, INDeleteTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V98))]global::System.Action<INDeleteTasksTaskListResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V96.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V98.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveTaskListForDeleteTasks:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveTasks (this IINDeleteTasksIntentHandling This, INDeleteTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V97))]global::System.Action<INDeleteTasksTaskResolutionResult[]> completion)
+ public unsafe static void ResolveTasks (this IINDeleteTasksIntentHandling This, INDeleteTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V99))]global::System.Action<INDeleteTasksTaskResolutionResult[]> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V97.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V99.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveTasksForDeleteTasks:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
@@ -107,12 +107,12 @@ namespace Intents {
}
[Export ("handleDeleteTasks:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleDeleteTasks (INDeleteTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V95))]global::System.Action<INDeleteTasksIntentResponse> completion)
+ public unsafe void HandleDeleteTasks (INDeleteTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V97))]global::System.Action<INDeleteTasksIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V95.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V97.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleDeleteTasks:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INEndWorkoutIntentHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INEndWorkoutIntentHandling.g.cs
index d46209d..ea4e9f5 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INEndWorkoutIntentHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INEndWorkoutIntentHandling.g.cs
@@ -54,34 +54,34 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
[Protocol (Name = "INEndWorkoutIntentHandling", WrapperType = typeof (INEndWorkoutIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleEndWorkout", Selector = "handleEndWorkout:completion:", ParameterType = new Type [] { typeof (Intents.INEndWorkoutIntent), typeof (global::System.Action<global::Intents.INEndWorkoutIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V98) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmEndWorkout:completion:", ParameterType = new Type [] { typeof (Intents.INEndWorkoutIntent), typeof (global::System.Action<global::Intents.INEndWorkoutIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V98) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveWorkoutName", Selector = "resolveWorkoutNameForEndWorkout:withCompletion:", ParameterType = new Type [] { typeof (Intents.INEndWorkoutIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V56) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleEndWorkout", Selector = "handleEndWorkout:completion:", ParameterType = new Type [] { typeof (Intents.INEndWorkoutIntent), typeof (global::System.Action<global::Intents.INEndWorkoutIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V100) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmEndWorkout:completion:", ParameterType = new Type [] { typeof (Intents.INEndWorkoutIntent), typeof (global::System.Action<global::Intents.INEndWorkoutIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V100) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveWorkoutName", Selector = "resolveWorkoutNameForEndWorkout:withCompletion:", ParameterType = new Type [] { typeof (Intents.INEndWorkoutIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V58) })]
public partial interface IINEndWorkoutIntentHandling : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleEndWorkout:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleEndWorkout (INEndWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V98))]global::System.Action<INEndWorkoutIntentResponse> completion);
+ unsafe void HandleEndWorkout (INEndWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V100))]global::System.Action<INEndWorkoutIntentResponse> completion);
}
public static partial class INEndWorkoutIntentHandling_Extensions {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINEndWorkoutIntentHandling This, INEndWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V98))]global::System.Action<INEndWorkoutIntentResponse> completion)
+ public unsafe static void Confirm (this IINEndWorkoutIntentHandling This, INEndWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V100))]global::System.Action<INEndWorkoutIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V98.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V100.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmEndWorkout:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveWorkoutName (this IINEndWorkoutIntentHandling This, INEndWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V56))]global::System.Action<INSpeakableStringResolutionResult> completion)
+ public unsafe static void ResolveWorkoutName (this IINEndWorkoutIntentHandling This, INEndWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V58))]global::System.Action<INSpeakableStringResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V56.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V58.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveWorkoutNameForEndWorkout:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
@@ -94,12 +94,12 @@ namespace Intents {
}
[Export ("handleEndWorkout:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleEndWorkout (INEndWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V98))]global::System.Action<INEndWorkoutIntentResponse> completion)
+ public unsafe void HandleEndWorkout (INEndWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V100))]global::System.Action<INEndWorkoutIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V98.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V100.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleEndWorkout:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INFocusStatusCenter.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INFocusStatusCenter.g.cs
index 6c5f29c..29a9f7a 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INFocusStatusCenter.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INFocusStatusCenter.g.cs
@@ -84,9 +84,9 @@ namespace Intents {
[Export ("requestAuthorizationWithCompletionHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RequestAuthorization ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V99))]global::System.Action<INFocusStatusAuthorizationStatus>? completionHandler)
+ public unsafe virtual void RequestAuthorization ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V101))]global::System.Action<INFocusStatusAuthorizationStatus>? completionHandler)
{
- using var block_completionHandler = Trampolines.SDActionArity1V99.CreateNullableBlock (completionHandler);
+ using var block_completionHandler = Trampolines.SDActionArity1V101.CreateNullableBlock (completionHandler);
BlockLiteral *block_ptr_completionHandler = null;
if (completionHandler is not null)
block_ptr_completionHandler = &block_completionHandler;
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INGetAvailableRestaurantReservationBookingDefaultsIntentHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INGetAvailableRestaurantReservationBookingDefaultsIntentHandling.g.cs
index a9c4c4f..b02183b 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INGetAvailableRestaurantReservationBookingDefaultsIntentHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INGetAvailableRestaurantReservationBookingDefaultsIntentHandling.g.cs
@@ -54,34 +54,34 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
[Protocol (Name = "INGetAvailableRestaurantReservationBookingDefaultsIntentHandling", WrapperType = typeof (INGetAvailableRestaurantReservationBookingDefaultsIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleAvailableRestaurantReservationBookingDefaults", Selector = "handleGetAvailableRestaurantReservationBookingDefaults:completion:", ParameterType = new Type [] { typeof (Intents.INGetAvailableRestaurantReservationBookingDefaultsIntent), typeof (global::System.Action<global::Intents.INGetAvailableRestaurantReservationBookingDefaultsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V100) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmGetAvailableRestaurantReservationBookingDefaults:completion:", ParameterType = new Type [] { typeof (Intents.INGetAvailableRestaurantReservationBookingDefaultsIntent), typeof (global::System.Action<global::Intents.INGetAvailableRestaurantReservationBookingDefaultsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V100) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveAvailableRestaurantReservationBookingDefaults", Selector = "resolveRestaurantForGetAvailableRestaurantReservationBookingDefaults:withCompletion:", ParameterType = new Type [] { typeof (Intents.INGetAvailableRestaurantReservationBookingDefaultsIntent), typeof (global::System.Action<global::Intents.INRestaurantResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V74) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleAvailableRestaurantReservationBookingDefaults", Selector = "handleGetAvailableRestaurantReservationBookingDefaults:completion:", ParameterType = new Type [] { typeof (Intents.INGetAvailableRestaurantReservationBookingDefaultsIntent), typeof (global::System.Action<global::Intents.INGetAvailableRestaurantReservationBookingDefaultsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V102) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmGetAvailableRestaurantReservationBookingDefaults:completion:", ParameterType = new Type [] { typeof (Intents.INGetAvailableRestaurantReservationBookingDefaultsIntent), typeof (global::System.Action<global::Intents.INGetAvailableRestaurantReservationBookingDefaultsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V102) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveAvailableRestaurantReservationBookingDefaults", Selector = "resolveRestaurantForGetAvailableRestaurantReservationBookingDefaults:withCompletion:", ParameterType = new Type [] { typeof (Intents.INGetAvailableRestaurantReservationBookingDefaultsIntent), typeof (global::System.Action<global::Intents.INRestaurantResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V76) })]
public partial interface IINGetAvailableRestaurantReservationBookingDefaultsIntentHandling : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleGetAvailableRestaurantReservationBookingDefaults:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleAvailableRestaurantReservationBookingDefaults (INGetAvailableRestaurantReservationBookingDefaultsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V100))]global::System.Action<INGetAvailableRestaurantReservationBookingDefaultsIntentResponse> completion);
+ unsafe void HandleAvailableRestaurantReservationBookingDefaults (INGetAvailableRestaurantReservationBookingDefaultsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V102))]global::System.Action<INGetAvailableRestaurantReservationBookingDefaultsIntentResponse> completion);
}
public static partial class INGetAvailableRestaurantReservationBookingDefaultsIntentHandling_Extensions {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINGetAvailableRestaurantReservationBookingDefaultsIntentHandling This, INGetAvailableRestaurantReservationBookingDefaultsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V100))]global::System.Action<INGetAvailableRestaurantReservationBookingDefaultsIntentResponse> completion)
+ public unsafe static void Confirm (this IINGetAvailableRestaurantReservationBookingDefaultsIntentHandling This, INGetAvailableRestaurantReservationBookingDefaultsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V102))]global::System.Action<INGetAvailableRestaurantReservationBookingDefaultsIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V100.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V102.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmGetAvailableRestaurantReservationBookingDefaults:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveAvailableRestaurantReservationBookingDefaults (this IINGetAvailableRestaurantReservationBookingDefaultsIntentHandling This, INGetAvailableRestaurantReservationBookingDefaultsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V74))]global::System.Action<INRestaurantResolutionResult> completion)
+ public unsafe static void ResolveAvailableRestaurantReservationBookingDefaults (this IINGetAvailableRestaurantReservationBookingDefaultsIntentHandling This, INGetAvailableRestaurantReservationBookingDefaultsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V76))]global::System.Action<INRestaurantResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V74.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V76.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveRestaurantForGetAvailableRestaurantReservationBookingDefaults:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
@@ -94,12 +94,12 @@ namespace Intents {
}
[Export ("handleGetAvailableRestaurantReservationBookingDefaults:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleAvailableRestaurantReservationBookingDefaults (INGetAvailableRestaurantReservationBookingDefaultsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V100))]global::System.Action<INGetAvailableRestaurantReservationBookingDefaultsIntentResponse> completion)
+ public unsafe void HandleAvailableRestaurantReservationBookingDefaults (INGetAvailableRestaurantReservationBookingDefaultsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V102))]global::System.Action<INGetAvailableRestaurantReservationBookingDefaultsIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V100.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V102.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleGetAvailableRestaurantReservationBookingDefaults:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INGetAvailableRestaurantReservationBookingsIntentHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INGetAvailableRestaurantReservationBookingsIntentHandling.g.cs
index 69cb067..87cf7bc 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INGetAvailableRestaurantReservationBookingsIntentHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INGetAvailableRestaurantReservationBookingsIntentHandling.g.cs
@@ -54,56 +54,56 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
[Protocol (Name = "INGetAvailableRestaurantReservationBookingsIntentHandling", WrapperType = typeof (INGetAvailableRestaurantReservationBookingsIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleAvailableRestaurantReservationBookings", Selector = "handleGetAvailableRestaurantReservationBookings:completion:", ParameterType = new Type [] { typeof (Intents.INGetAvailableRestaurantReservationBookingsIntent), typeof (global::System.Action<global::Intents.INGetAvailableRestaurantReservationBookingsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V101) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmGetAvailableRestaurantReservationBookings:completion:", ParameterType = new Type [] { typeof (Intents.INGetAvailableRestaurantReservationBookingsIntent), typeof (global::System.Action<global::Intents.INGetAvailableRestaurantReservationBookingsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V101) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveAvailableRestaurantReservationBookings", Selector = "resolveRestaurantForGetAvailableRestaurantReservationBookings:withCompletion:", ParameterType = new Type [] { typeof (Intents.INGetAvailableRestaurantReservationBookingsIntent), typeof (global::System.Action<global::Intents.INRestaurantResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V74) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePartySizeAvailableRestaurantReservationBookings", Selector = "resolvePartySizeForGetAvailableRestaurantReservationBookings:withCompletion:", ParameterType = new Type [] { typeof (Intents.INGetAvailableRestaurantReservationBookingsIntent), typeof (global::System.Action<global::Intents.INIntegerResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V76) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePreferredBookingDateAvailableRestaurantReservationBookings", Selector = "resolvePreferredBookingDateComponentsForGetAvailableRestaurantReservationBookings:withCompletion:", ParameterType = new Type [] { typeof (Intents.INGetAvailableRestaurantReservationBookingsIntent), typeof (global::System.Action<global::Intents.INDateComponentsResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V75) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleAvailableRestaurantReservationBookings", Selector = "handleGetAvailableRestaurantReservationBookings:completion:", ParameterType = new Type [] { typeof (Intents.INGetAvailableRestaurantReservationBookingsIntent), typeof (global::System.Action<global::Intents.INGetAvailableRestaurantReservationBookingsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V103) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmGetAvailableRestaurantReservationBookings:completion:", ParameterType = new Type [] { typeof (Intents.INGetAvailableRestaurantReservationBookingsIntent), typeof (global::System.Action<global::Intents.INGetAvailableRestaurantReservationBookingsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V103) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveAvailableRestaurantReservationBookings", Selector = "resolveRestaurantForGetAvailableRestaurantReservationBookings:withCompletion:", ParameterType = new Type [] { typeof (Intents.INGetAvailableRestaurantReservationBookingsIntent), typeof (global::System.Action<global::Intents.INRestaurantResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V76) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePartySizeAvailableRestaurantReservationBookings", Selector = "resolvePartySizeForGetAvailableRestaurantReservationBookings:withCompletion:", ParameterType = new Type [] { typeof (Intents.INGetAvailableRestaurantReservationBookingsIntent), typeof (global::System.Action<global::Intents.INIntegerResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V78) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePreferredBookingDateAvailableRestaurantReservationBookings", Selector = "resolvePreferredBookingDateComponentsForGetAvailableRestaurantReservationBookings:withCompletion:", ParameterType = new Type [] { typeof (Intents.INGetAvailableRestaurantReservationBookingsIntent), typeof (global::System.Action<global::Intents.INDateComponentsResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V77) })]
public partial interface IINGetAvailableRestaurantReservationBookingsIntentHandling : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleGetAvailableRestaurantReservationBookings:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleAvailableRestaurantReservationBookings (INGetAvailableRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V101))]global::System.Action<INGetAvailableRestaurantReservationBookingsIntentResponse> completion);
+ unsafe void HandleAvailableRestaurantReservationBookings (INGetAvailableRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V103))]global::System.Action<INGetAvailableRestaurantReservationBookingsIntentResponse> completion);
}
public static partial class INGetAvailableRestaurantReservationBookingsIntentHandling_Extensions {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINGetAvailableRestaurantReservationBookingsIntentHandling This, INGetAvailableRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V101))]global::System.Action<INGetAvailableRestaurantReservationBookingsIntentResponse> completion)
+ public unsafe static void Confirm (this IINGetAvailableRestaurantReservationBookingsIntentHandling This, INGetAvailableRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V103))]global::System.Action<INGetAvailableRestaurantReservationBookingsIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V101.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V103.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmGetAvailableRestaurantReservationBookings:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveAvailableRestaurantReservationBookings (this IINGetAvailableRestaurantReservationBookingsIntentHandling This, INGetAvailableRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V74))]global::System.Action<INRestaurantResolutionResult> completion)
+ public unsafe static void ResolveAvailableRestaurantReservationBookings (this IINGetAvailableRestaurantReservationBookingsIntentHandling This, INGetAvailableRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V76))]global::System.Action<INRestaurantResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V74.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V76.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveRestaurantForGetAvailableRestaurantReservationBookings:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolvePartySizeAvailableRestaurantReservationBookings (this IINGetAvailableRestaurantReservationBookingsIntentHandling This, INGetAvailableRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V76))]global::System.Action<INIntegerResolutionResult> completion)
+ public unsafe static void ResolvePartySizeAvailableRestaurantReservationBookings (this IINGetAvailableRestaurantReservationBookingsIntentHandling This, INGetAvailableRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V78))]global::System.Action<INIntegerResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V76.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V78.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolvePartySizeForGetAvailableRestaurantReservationBookings:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolvePreferredBookingDateAvailableRestaurantReservationBookings (this IINGetAvailableRestaurantReservationBookingsIntentHandling This, INGetAvailableRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V75))]global::System.Action<INDateComponentsResolutionResult> completion)
+ public unsafe static void ResolvePreferredBookingDateAvailableRestaurantReservationBookings (this IINGetAvailableRestaurantReservationBookingsIntentHandling This, INGetAvailableRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V77))]global::System.Action<INDateComponentsResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V75.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V77.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolvePreferredBookingDateComponentsForGetAvailableRestaurantReservationBookings:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
@@ -116,12 +116,12 @@ namespace Intents {
}
[Export ("handleGetAvailableRestaurantReservationBookings:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleAvailableRestaurantReservationBookings (INGetAvailableRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V101))]global::System.Action<INGetAvailableRestaurantReservationBookingsIntentResponse> completion)
+ public unsafe void HandleAvailableRestaurantReservationBookings (INGetAvailableRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V103))]global::System.Action<INGetAvailableRestaurantReservationBookingsIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V101.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V103.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleGetAvailableRestaurantReservationBookings:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INGetCarLockStatusIntentHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INGetCarLockStatusIntentHandling.g.cs
index dc6ac03..23d19dc 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INGetCarLockStatusIntentHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INGetCarLockStatusIntentHandling.g.cs
@@ -54,34 +54,34 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
[Protocol (Name = "INGetCarLockStatusIntentHandling", WrapperType = typeof (INGetCarLockStatusIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleGetCarLockStatus", Selector = "handleGetCarLockStatus:completion:", ParameterType = new Type [] { typeof (Intents.INGetCarLockStatusIntent), typeof (global::System.Action<global::Intents.INGetCarLockStatusIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V84) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmGetCarLockStatus:completion:", ParameterType = new Type [] { typeof (Intents.INGetCarLockStatusIntent), typeof (global::System.Action<global::Intents.INGetCarLockStatusIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V84) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCarName", Selector = "resolveCarNameForGetCarLockStatus:withCompletion:", ParameterType = new Type [] { typeof (Intents.INGetCarLockStatusIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V56) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleGetCarLockStatus", Selector = "handleGetCarLockStatus:completion:", ParameterType = new Type [] { typeof (Intents.INGetCarLockStatusIntent), typeof (global::System.Action<global::Intents.INGetCarLockStatusIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V86) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmGetCarLockStatus:completion:", ParameterType = new Type [] { typeof (Intents.INGetCarLockStatusIntent), typeof (global::System.Action<global::Intents.INGetCarLockStatusIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V86) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCarName", Selector = "resolveCarNameForGetCarLockStatus:withCompletion:", ParameterType = new Type [] { typeof (Intents.INGetCarLockStatusIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V58) })]
public partial interface IINGetCarLockStatusIntentHandling : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleGetCarLockStatus:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleGetCarLockStatus (INGetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V84))]global::System.Action<INGetCarLockStatusIntentResponse> completion);
+ unsafe void HandleGetCarLockStatus (INGetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V86))]global::System.Action<INGetCarLockStatusIntentResponse> completion);
}
public static partial class INGetCarLockStatusIntentHandling_Extensions {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINGetCarLockStatusIntentHandling This, INGetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V84))]global::System.Action<INGetCarLockStatusIntentResponse> completion)
+ public unsafe static void Confirm (this IINGetCarLockStatusIntentHandling This, INGetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V86))]global::System.Action<INGetCarLockStatusIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V84.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V86.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmGetCarLockStatus:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveCarName (this IINGetCarLockStatusIntentHandling This, INGetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V56))]global::System.Action<INSpeakableStringResolutionResult> completion)
+ public unsafe static void ResolveCarName (this IINGetCarLockStatusIntentHandling This, INGetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V58))]global::System.Action<INSpeakableStringResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V56.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V58.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveCarNameForGetCarLockStatus:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
@@ -94,12 +94,12 @@ namespace Intents {
}
[Export ("handleGetCarLockStatus:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleGetCarLockStatus (INGetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V84))]global::System.Action<INGetCarLockStatusIntentResponse> completion)
+ public unsafe void HandleGetCarLockStatus (INGetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V86))]global::System.Action<INGetCarLockStatusIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V84.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V86.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleGetCarLockStatus:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INGetCarPowerLevelStatusIntentHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INGetCarPowerLevelStatusIntentHandling.g.cs
index ea86605..aa5ef78 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INGetCarPowerLevelStatusIntentHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INGetCarPowerLevelStatusIntentHandling.g.cs
@@ -54,17 +54,17 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
[Protocol (Name = "INGetCarPowerLevelStatusIntentHandling", WrapperType = typeof (INGetCarPowerLevelStatusIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleGetCarPowerLevelStatus", Selector = "handleGetCarPowerLevelStatus:completion:", ParameterType = new Type [] { typeof (Intents.INGetCarPowerLevelStatusIntent), typeof (global::System.Action<global::Intents.INGetCarPowerLevelStatusIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V85) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleGetCarPowerLevelStatus", Selector = "handleGetCarPowerLevelStatus:completion:", ParameterType = new Type [] { typeof (Intents.INGetCarPowerLevelStatusIntent), typeof (global::System.Action<global::Intents.INGetCarPowerLevelStatusIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V87) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "StartSendingUpdates", Selector = "startSendingUpdatesForGetCarPowerLevelStatus:toObserver:", ParameterType = new Type [] { typeof (Intents.INGetCarPowerLevelStatusIntent), typeof (Intents.IINGetCarPowerLevelStatusIntentResponseObserver) }, ParameterByRef = new bool [] { false, false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "StopSendingUpdates", Selector = "stopSendingUpdatesForGetCarPowerLevelStatus:", ParameterType = new Type [] { typeof (Intents.INGetCarPowerLevelStatusIntent) }, ParameterByRef = new bool [] { false })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmGetCarPowerLevelStatus:completion:", ParameterType = new Type [] { typeof (Intents.INGetCarPowerLevelStatusIntent), typeof (global::System.Action<global::Intents.INGetCarPowerLevelStatusIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V85) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCarName", Selector = "resolveCarNameForGetCarPowerLevelStatus:withCompletion:", ParameterType = new Type [] { typeof (Intents.INGetCarPowerLevelStatusIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V56) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmGetCarPowerLevelStatus:completion:", ParameterType = new Type [] { typeof (Intents.INGetCarPowerLevelStatusIntent), typeof (global::System.Action<global::Intents.INGetCarPowerLevelStatusIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V87) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCarName", Selector = "resolveCarNameForGetCarPowerLevelStatus:withCompletion:", ParameterType = new Type [] { typeof (Intents.INGetCarPowerLevelStatusIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V58) })]
public partial interface IINGetCarPowerLevelStatusIntentHandling : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleGetCarPowerLevelStatus:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleGetCarPowerLevelStatus (INGetCarPowerLevelStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V85))]global::System.Action<INGetCarPowerLevelStatusIntentResponse> completion);
+ unsafe void HandleGetCarPowerLevelStatus (INGetCarPowerLevelStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V87))]global::System.Action<INGetCarPowerLevelStatusIntentResponse> completion);
}
public static partial class INGetCarPowerLevelStatusIntentHandling_Extensions {
[SupportedOSPlatform ("ios14.0")]
@@ -89,22 +89,22 @@ namespace Intents {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("stopSendingUpdatesForGetCarPowerLevelStatus:"), intent__handle__);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINGetCarPowerLevelStatusIntentHandling This, INGetCarPowerLevelStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V85))]global::System.Action<INGetCarPowerLevelStatusIntentResponse> completion)
+ public unsafe static void Confirm (this IINGetCarPowerLevelStatusIntentHandling This, INGetCarPowerLevelStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V87))]global::System.Action<INGetCarPowerLevelStatusIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V85.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V87.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmGetCarPowerLevelStatus:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveCarName (this IINGetCarPowerLevelStatusIntentHandling This, INGetCarPowerLevelStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V56))]global::System.Action<INSpeakableStringResolutionResult> completion)
+ public unsafe static void ResolveCarName (this IINGetCarPowerLevelStatusIntentHandling This, INGetCarPowerLevelStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V58))]global::System.Action<INSpeakableStringResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V56.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V58.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveCarNameForGetCarPowerLevelStatus:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
@@ -117,12 +117,12 @@ namespace Intents {
}
[Export ("handleGetCarPowerLevelStatus:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleGetCarPowerLevelStatus (INGetCarPowerLevelStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V85))]global::System.Action<INGetCarPowerLevelStatusIntentResponse> completion)
+ public unsafe void HandleGetCarPowerLevelStatus (INGetCarPowerLevelStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V87))]global::System.Action<INGetCarPowerLevelStatusIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V85.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V87.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleGetCarPowerLevelStatus:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INGetRestaurantGuestIntentHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INGetRestaurantGuestIntentHandling.g.cs
index 65bf8a8..0782d1f 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INGetRestaurantGuestIntentHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INGetRestaurantGuestIntentHandling.g.cs
@@ -54,23 +54,23 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
[Protocol (Name = "INGetRestaurantGuestIntentHandling", WrapperType = typeof (INGetRestaurantGuestIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleRestaurantGuest", Selector = "handleGetRestaurantGuest:completion:", ParameterType = new Type [] { typeof (Intents.INGetRestaurantGuestIntent), typeof (global::System.Action<global::Intents.INGetRestaurantGuestIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V102) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmGetRestaurantGuest:completion:", ParameterType = new Type [] { typeof (Intents.INGetRestaurantGuestIntent), typeof (global::System.Action<global::Intents.INGetRestaurantGuestIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V102) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleRestaurantGuest", Selector = "handleGetRestaurantGuest:completion:", ParameterType = new Type [] { typeof (Intents.INGetRestaurantGuestIntent), typeof (global::System.Action<global::Intents.INGetRestaurantGuestIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V104) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmGetRestaurantGuest:completion:", ParameterType = new Type [] { typeof (Intents.INGetRestaurantGuestIntent), typeof (global::System.Action<global::Intents.INGetRestaurantGuestIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V104) })]
public partial interface IINGetRestaurantGuestIntentHandling : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleGetRestaurantGuest:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleRestaurantGuest (INGetRestaurantGuestIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V102))]global::System.Action<INGetRestaurantGuestIntentResponse> completion);
+ unsafe void HandleRestaurantGuest (INGetRestaurantGuestIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V104))]global::System.Action<INGetRestaurantGuestIntentResponse> completion);
}
public static partial class INGetRestaurantGuestIntentHandling_Extensions {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINGetRestaurantGuestIntentHandling This, INGetRestaurantGuestIntent guestIntent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V102))]global::System.Action<INGetRestaurantGuestIntentResponse> completion)
+ public unsafe static void Confirm (this IINGetRestaurantGuestIntentHandling This, INGetRestaurantGuestIntent guestIntent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V104))]global::System.Action<INGetRestaurantGuestIntentResponse> completion)
{
var guestIntent__handle__ = guestIntent!.GetNonNullHandle (nameof (guestIntent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V102.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V104.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmGetRestaurantGuest:completion:"), guestIntent__handle__, (IntPtr) block_ptr_completion);
}
@@ -83,12 +83,12 @@ namespace Intents {
}
[Export ("handleGetRestaurantGuest:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleRestaurantGuest (INGetRestaurantGuestIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V102))]global::System.Action<INGetRestaurantGuestIntentResponse> completion)
+ public unsafe void HandleRestaurantGuest (INGetRestaurantGuestIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V104))]global::System.Action<INGetRestaurantGuestIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V102.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V104.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleGetRestaurantGuest:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INGetRideStatusIntentHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INGetRideStatusIntentHandling.g.cs
index d549a3e..d8fe42f 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INGetRideStatusIntentHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INGetRideStatusIntentHandling.g.cs
@@ -54,16 +54,16 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
[Protocol (Name = "INGetRideStatusIntentHandling", WrapperType = typeof (INGetRideStatusIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleRideStatus", Selector = "handleGetRideStatus:completion:", ParameterType = new Type [] { typeof (Intents.INGetRideStatusIntent), typeof (global::System.Action<global::Intents.INGetRideStatusIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V103) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleRideStatus", Selector = "handleGetRideStatus:completion:", ParameterType = new Type [] { typeof (Intents.INGetRideStatusIntent), typeof (global::System.Action<global::Intents.INGetRideStatusIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V105) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "StartSendingUpdates", Selector = "startSendingUpdatesForGetRideStatus:toObserver:", ParameterType = new Type [] { typeof (Intents.INGetRideStatusIntent), typeof (Intents.IINGetRideStatusIntentResponseObserver) }, ParameterByRef = new bool [] { false, false })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "StopSendingUpdates", Selector = "stopSendingUpdatesForGetRideStatus:", ParameterType = new Type [] { typeof (Intents.INGetRideStatusIntent) }, ParameterByRef = new bool [] { false })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmGetRideStatus:completion:", ParameterType = new Type [] { typeof (Intents.INGetRideStatusIntent), typeof (global::System.Action<global::Intents.INGetRideStatusIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V103) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmGetRideStatus:completion:", ParameterType = new Type [] { typeof (Intents.INGetRideStatusIntent), typeof (global::System.Action<global::Intents.INGetRideStatusIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V105) })]
public partial interface IINGetRideStatusIntentHandling : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleGetRideStatus:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleRideStatus (INGetRideStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V103))]global::System.Action<INGetRideStatusIntentResponse> completion);
+ unsafe void HandleRideStatus (INGetRideStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V105))]global::System.Action<INGetRideStatusIntentResponse> completion);
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("startSendingUpdatesForGetRideStatus:toObserver:")]
[Preserve (Conditional = true)]
@@ -75,12 +75,12 @@ namespace Intents {
}
public static partial class INGetRideStatusIntentHandling_Extensions {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINGetRideStatusIntentHandling This, INGetRideStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V103))]global::System.Action<INGetRideStatusIntentResponse> completion)
+ public unsafe static void Confirm (this IINGetRideStatusIntentHandling This, INGetRideStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V105))]global::System.Action<INGetRideStatusIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V103.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V105.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmGetRideStatus:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
@@ -93,12 +93,12 @@ namespace Intents {
}
[Export ("handleGetRideStatus:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleRideStatus (INGetRideStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V103))]global::System.Action<INGetRideStatusIntentResponse> completion)
+ public unsafe void HandleRideStatus (INGetRideStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V105))]global::System.Action<INGetRideStatusIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V103.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V105.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleGetRideStatus:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INGetUserCurrentRestaurantReservationBookingsIntentHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INGetUserCurrentRestaurantReservationBookingsIntentHandling.g.cs
index 53f7c4e..c0656d6 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INGetUserCurrentRestaurantReservationBookingsIntentHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INGetUserCurrentRestaurantReservationBookingsIntentHandling.g.cs
@@ -54,34 +54,34 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
[Protocol (Name = "INGetUserCurrentRestaurantReservationBookingsIntentHandling", WrapperType = typeof (INGetUserCurrentRestaurantReservationBookingsIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleUserCurrentRestaurantReservationBookings", Selector = "handleGetUserCurrentRestaurantReservationBookings:completion:", ParameterType = new Type [] { typeof (Intents.INGetUserCurrentRestaurantReservationBookingsIntent), typeof (global::System.Action<global::Intents.INGetUserCurrentRestaurantReservationBookingsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V104) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmGetUserCurrentRestaurantReservationBookings:completion:", ParameterType = new Type [] { typeof (Intents.INGetUserCurrentRestaurantReservationBookingsIntent), typeof (global::System.Action<global::Intents.INGetUserCurrentRestaurantReservationBookingsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V104) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveUserCurrentRestaurantReservationBookings", Selector = "resolveRestaurantForGetUserCurrentRestaurantReservationBookings:withCompletion:", ParameterType = new Type [] { typeof (Intents.INGetUserCurrentRestaurantReservationBookingsIntent), typeof (global::System.Action<global::Intents.INRestaurantResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V74) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleUserCurrentRestaurantReservationBookings", Selector = "handleGetUserCurrentRestaurantReservationBookings:completion:", ParameterType = new Type [] { typeof (Intents.INGetUserCurrentRestaurantReservationBookingsIntent), typeof (global::System.Action<global::Intents.INGetUserCurrentRestaurantReservationBookingsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V106) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmGetUserCurrentRestaurantReservationBookings:completion:", ParameterType = new Type [] { typeof (Intents.INGetUserCurrentRestaurantReservationBookingsIntent), typeof (global::System.Action<global::Intents.INGetUserCurrentRestaurantReservationBookingsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V106) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveUserCurrentRestaurantReservationBookings", Selector = "resolveRestaurantForGetUserCurrentRestaurantReservationBookings:withCompletion:", ParameterType = new Type [] { typeof (Intents.INGetUserCurrentRestaurantReservationBookingsIntent), typeof (global::System.Action<global::Intents.INRestaurantResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V76) })]
public partial interface IINGetUserCurrentRestaurantReservationBookingsIntentHandling : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleGetUserCurrentRestaurantReservationBookings:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleUserCurrentRestaurantReservationBookings (INGetUserCurrentRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V104))]global::System.Action<INGetUserCurrentRestaurantReservationBookingsIntentResponse> completion);
+ unsafe void HandleUserCurrentRestaurantReservationBookings (INGetUserCurrentRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V106))]global::System.Action<INGetUserCurrentRestaurantReservationBookingsIntentResponse> completion);
}
public static partial class INGetUserCurrentRestaurantReservationBookingsIntentHandling_Extensions {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINGetUserCurrentRestaurantReservationBookingsIntentHandling This, INGetUserCurrentRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V104))]global::System.Action<INGetUserCurrentRestaurantReservationBookingsIntentResponse> completion)
+ public unsafe static void Confirm (this IINGetUserCurrentRestaurantReservationBookingsIntentHandling This, INGetUserCurrentRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V106))]global::System.Action<INGetUserCurrentRestaurantReservationBookingsIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V104.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V106.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmGetUserCurrentRestaurantReservationBookings:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveUserCurrentRestaurantReservationBookings (this IINGetUserCurrentRestaurantReservationBookingsIntentHandling This, INGetUserCurrentRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V74))]global::System.Action<INRestaurantResolutionResult> completion)
+ public unsafe static void ResolveUserCurrentRestaurantReservationBookings (this IINGetUserCurrentRestaurantReservationBookingsIntentHandling This, INGetUserCurrentRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V76))]global::System.Action<INRestaurantResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V74.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V76.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveRestaurantForGetUserCurrentRestaurantReservationBookings:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
@@ -94,12 +94,12 @@ namespace Intents {
}
[Export ("handleGetUserCurrentRestaurantReservationBookings:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleUserCurrentRestaurantReservationBookings (INGetUserCurrentRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V104))]global::System.Action<INGetUserCurrentRestaurantReservationBookingsIntentResponse> completion)
+ public unsafe void HandleUserCurrentRestaurantReservationBookings (INGetUserCurrentRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V106))]global::System.Action<INGetUserCurrentRestaurantReservationBookingsIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V104.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V106.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleGetUserCurrentRestaurantReservationBookings:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INGetVisualCodeIntentHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INGetVisualCodeIntentHandling.g.cs
index 998a404..2f22bc7 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INGetVisualCodeIntentHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INGetVisualCodeIntentHandling.g.cs
@@ -56,34 +56,34 @@ namespace Intents {
[SupportedOSPlatform ("maccatalyst")]
[ObsoletedOSPlatform ("maccatalyst15.0")]
[Protocol (Name = "INGetVisualCodeIntentHandling", WrapperType = typeof (INGetVisualCodeIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleGetVisualCode", Selector = "handleGetVisualCode:completion:", ParameterType = new Type [] { typeof (Intents.INGetVisualCodeIntent), typeof (global::System.Action<global::Intents.INGetVisualCodeIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V105) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmGetVisualCode:completion:", ParameterType = new Type [] { typeof (Intents.INGetVisualCodeIntent), typeof (global::System.Action<global::Intents.INGetVisualCodeIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V105) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveVisualCodeType", Selector = "resolveVisualCodeTypeForGetVisualCode:withCompletion:", ParameterType = new Type [] { typeof (Intents.INGetVisualCodeIntent), typeof (global::System.Action<global::Intents.INVisualCodeTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V106) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleGetVisualCode", Selector = "handleGetVisualCode:completion:", ParameterType = new Type [] { typeof (Intents.INGetVisualCodeIntent), typeof (global::System.Action<global::Intents.INGetVisualCodeIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V107) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmGetVisualCode:completion:", ParameterType = new Type [] { typeof (Intents.INGetVisualCodeIntent), typeof (global::System.Action<global::Intents.INGetVisualCodeIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V107) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveVisualCodeType", Selector = "resolveVisualCodeTypeForGetVisualCode:withCompletion:", ParameterType = new Type [] { typeof (Intents.INGetVisualCodeIntent), typeof (global::System.Action<global::Intents.INVisualCodeTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V108) })]
public partial interface IINGetVisualCodeIntentHandling : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleGetVisualCode:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleGetVisualCode (INGetVisualCodeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V105))]global::System.Action<INGetVisualCodeIntentResponse> completion);
+ unsafe void HandleGetVisualCode (INGetVisualCodeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V107))]global::System.Action<INGetVisualCodeIntentResponse> completion);
}
public static partial class INGetVisualCodeIntentHandling_Extensions {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINGetVisualCodeIntentHandling This, INGetVisualCodeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V105))]global::System.Action<INGetVisualCodeIntentResponse> completion)
+ public unsafe static void Confirm (this IINGetVisualCodeIntentHandling This, INGetVisualCodeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V107))]global::System.Action<INGetVisualCodeIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V105.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V107.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmGetVisualCode:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveVisualCodeType (this IINGetVisualCodeIntentHandling This, INGetVisualCodeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V106))]global::System.Action<INVisualCodeTypeResolutionResult> completion)
+ public unsafe static void ResolveVisualCodeType (this IINGetVisualCodeIntentHandling This, INGetVisualCodeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V108))]global::System.Action<INVisualCodeTypeResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V106.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V108.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveVisualCodeTypeForGetVisualCode:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
@@ -96,12 +96,12 @@ namespace Intents {
}
[Export ("handleGetVisualCode:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleGetVisualCode (INGetVisualCodeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V105))]global::System.Action<INGetVisualCodeIntentResponse> completion)
+ public unsafe void HandleGetVisualCode (INGetVisualCodeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V107))]global::System.Action<INGetVisualCodeIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V105.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V107.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleGetVisualCode:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INHangUpCallIntent.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INHangUpCallIntent.g.cs
index 6be6196..d0eaaa9 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INHangUpCallIntent.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INHangUpCallIntent.g.cs
@@ -113,5 +113,20 @@ namespace Intents {
}
CFString.ReleaseNative (nscallIdentifier);
}
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos13.3")]
+ [SupportedOSPlatform ("ios16.4")]
+ [SupportedOSPlatform ("maccatalyst16.4")]
+ [UnsupportedOSPlatform ("tvos")]
+ public virtual string? CallIdentifier {
+ [Export ("callIdentifier")]
+ get {
+ if (IsDirectBinding) {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("callIdentifier")))!;
+ } else {
+ return CFString.FromHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("callIdentifier")))!;
+ }
+ }
+ }
} /* class INHangUpCallIntent */
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INHangUpCallIntentHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INHangUpCallIntentHandling.g.cs
index 83c256a..26ff70e 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INHangUpCallIntentHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INHangUpCallIntentHandling.g.cs
@@ -54,23 +54,23 @@ namespace Intents {
[SupportedOSPlatform ("ios16.2")]
[SupportedOSPlatform ("maccatalyst16.2")]
[Protocol (Name = "INHangUpCallIntentHandling", WrapperType = typeof (INHangUpCallIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleHangUpCall", Selector = "handleHangUpCall:completion:", ParameterType = new Type [] { typeof (Intents.INHangUpCallIntent), typeof (global::System.Action<global::Intents.INHangUpCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V107) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmHangUpCall", Selector = "confirmHangUpCall:completion:", ParameterType = new Type [] { typeof (Intents.INHangUpCallIntent), typeof (global::System.Action<global::Intents.INHangUpCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V107) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleHangUpCall", Selector = "handleHangUpCall:completion:", ParameterType = new Type [] { typeof (Intents.INHangUpCallIntent), typeof (global::System.Action<global::Intents.INHangUpCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V109) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmHangUpCall", Selector = "confirmHangUpCall:completion:", ParameterType = new Type [] { typeof (Intents.INHangUpCallIntent), typeof (global::System.Action<global::Intents.INHangUpCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V109) })]
public partial interface IINHangUpCallIntentHandling : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleHangUpCall:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleHangUpCall (INHangUpCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V107))]global::System.Action<INHangUpCallIntentResponse> completion);
+ unsafe void HandleHangUpCall (INHangUpCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V109))]global::System.Action<INHangUpCallIntentResponse> completion);
}
public static partial class INHangUpCallIntentHandling_Extensions {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ConfirmHangUpCall (this IINHangUpCallIntentHandling This, INHangUpCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V107))]global::System.Action<INHangUpCallIntentResponse> completion)
+ public unsafe static void ConfirmHangUpCall (this IINHangUpCallIntentHandling This, INHangUpCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V109))]global::System.Action<INHangUpCallIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V107.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V109.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmHangUpCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
@@ -83,12 +83,12 @@ namespace Intents {
}
[Export ("handleHangUpCall:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleHangUpCall (INHangUpCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V107))]global::System.Action<INHangUpCallIntentResponse> completion)
+ public unsafe void HandleHangUpCall (INHangUpCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V109))]global::System.Action<INHangUpCallIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V107.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V109.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleHangUpCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INInteraction.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INInteraction.g.cs
index 2758a57..4801bbc 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INInteraction.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INInteraction.g.cs
@@ -119,9 +119,9 @@ namespace Intents {
}
[Export ("deleteAllInteractionsWithCompletion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void DeleteAllInteractions ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completion)
+ public unsafe static void DeleteAllInteractions ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completion)
{
- using var block_completion = Trampolines.SDActionArity1V15.CreateNullableBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateNullableBlock (completion);
BlockLiteral *block_ptr_completion = null;
if (completion is not null)
block_ptr_completion = &block_completion;
@@ -141,12 +141,12 @@ namespace Intents {
}
[Export ("deleteInteractionsWithGroupIdentifier:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void DeleteGroupedInteractions (string groupIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completion)
+ public unsafe static void DeleteGroupedInteractions (string groupIdentifier, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completion)
{
if (groupIdentifier is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (groupIdentifier));
var nsgroupIdentifier = CFString.CreateNative (groupIdentifier);
- using var block_completion = Trampolines.SDActionArity1V15.CreateNullableBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateNullableBlock (completion);
BlockLiteral *block_ptr_completion = null;
if (completion is not null)
block_ptr_completion = &block_completion;
@@ -167,12 +167,12 @@ namespace Intents {
}
[Export ("deleteInteractionsWithIdentifiers:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void DeleteInteractions (string[] identifiers, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completion)
+ public unsafe static void DeleteInteractions (string[] identifiers, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completion)
{
if (identifiers is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (identifiers));
var nsa_identifiers = NSArray.FromStrings (identifiers);
- using var block_completion = Trampolines.SDActionArity1V15.CreateNullableBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateNullableBlock (completion);
BlockLiteral *block_ptr_completion = null;
if (completion is not null)
block_ptr_completion = &block_completion;
@@ -193,9 +193,9 @@ namespace Intents {
}
[Export ("donateInteractionWithCompletion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void DonateInteraction ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V15))]global::System.Action<NSError>? completion)
+ public unsafe virtual void DonateInteraction ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V17))]global::System.Action<NSError>? completion)
{
- using var block_completion = Trampolines.SDActionArity1V15.CreateNullableBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V17.CreateNullableBlock (completion);
BlockLiteral *block_ptr_completion = null;
if (completion is not null)
block_ptr_completion = &block_completion;
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INListCarsIntentHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INListCarsIntentHandling.g.cs
index df6e7ae..657e1c9 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INListCarsIntentHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INListCarsIntentHandling.g.cs
@@ -54,23 +54,23 @@ namespace Intents {
[SupportedOSPlatform ("ios14.0")]
[SupportedOSPlatform ("maccatalyst14.0")]
[Protocol (Name = "INListCarsIntentHandling", WrapperType = typeof (INListCarsIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleListCars", Selector = "handleListCars:completion:", ParameterType = new Type [] { typeof (Intents.INListCarsIntent), typeof (global::System.Action<global::Intents.INListCarsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V108) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmListCars", Selector = "confirmListCars:completion:", ParameterType = new Type [] { typeof (Intents.INListCarsIntent), typeof (global::System.Action<global::Intents.INListCarsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V108) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleListCars", Selector = "handleListCars:completion:", ParameterType = new Type [] { typeof (Intents.INListCarsIntent), typeof (global::System.Action<global::Intents.INListCarsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V110) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmListCars", Selector = "confirmListCars:completion:", ParameterType = new Type [] { typeof (Intents.INListCarsIntent), typeof (global::System.Action<global::Intents.INListCarsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V110) })]
public partial interface IINListCarsIntentHandling : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleListCars:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleListCars (INListCarsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V108))]global::System.Action<INListCarsIntentResponse> completion);
+ unsafe void HandleListCars (INListCarsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V110))]global::System.Action<INListCarsIntentResponse> completion);
}
public static partial class INListCarsIntentHandling_Extensions {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ConfirmListCars (this IINListCarsIntentHandling This, INListCarsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V108))]global::System.Action<INListCarsIntentResponse> completion)
+ public unsafe static void ConfirmListCars (this IINListCarsIntentHandling This, INListCarsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V110))]global::System.Action<INListCarsIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V108.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V110.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmListCars:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
@@ -83,12 +83,12 @@ namespace Intents {
}
[Export ("handleListCars:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleListCars (INListCarsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V108))]global::System.Action<INListCarsIntentResponse> completion)
+ public unsafe void HandleListCars (INListCarsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V110))]global::System.Action<INListCarsIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V108.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V110.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleListCars:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INListRideOptionsIntentHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INListRideOptionsIntentHandling.g.cs
index cf3c82f..d27a816 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INListRideOptionsIntentHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INListRideOptionsIntentHandling.g.cs
@@ -54,45 +54,45 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
[Protocol (Name = "INListRideOptionsIntentHandling", WrapperType = typeof (INListRideOptionsIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleListRideOptions", Selector = "handleListRideOptions:completion:", ParameterType = new Type [] { typeof (Intents.INListRideOptionsIntent), typeof (global::System.Action<global::Intents.INListRideOptionsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V109) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmListRideOptions:completion:", ParameterType = new Type [] { typeof (Intents.INListRideOptionsIntent), typeof (global::System.Action<global::Intents.INListRideOptionsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V109) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePickupLocation", Selector = "resolvePickupLocationForListRideOptions:withCompletion:", ParameterType = new Type [] { typeof (Intents.INListRideOptionsIntent), typeof (global::System.Action<global::Intents.INPlacemarkResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V110) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDropOffLocation", Selector = "resolveDropOffLocationForListRideOptions:withCompletion:", ParameterType = new Type [] { typeof (Intents.INListRideOptionsIntent), typeof (global::System.Action<global::Intents.INPlacemarkResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V110) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleListRideOptions", Selector = "handleListRideOptions:completion:", ParameterType = new Type [] { typeof (Intents.INListRideOptionsIntent), typeof (global::System.Action<global::Intents.INListRideOptionsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V111) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmListRideOptions:completion:", ParameterType = new Type [] { typeof (Intents.INListRideOptionsIntent), typeof (global::System.Action<global::Intents.INListRideOptionsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V111) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePickupLocation", Selector = "resolvePickupLocationForListRideOptions:withCompletion:", ParameterType = new Type [] { typeof (Intents.INListRideOptionsIntent), typeof (global::System.Action<global::Intents.INPlacemarkResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V112) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDropOffLocation", Selector = "resolveDropOffLocationForListRideOptions:withCompletion:", ParameterType = new Type [] { typeof (Intents.INListRideOptionsIntent), typeof (global::System.Action<global::Intents.INPlacemarkResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V112) })]
public partial interface IINListRideOptionsIntentHandling : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleListRideOptions:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleListRideOptions (INListRideOptionsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V109))]global::System.Action<INListRideOptionsIntentResponse> completion);
+ unsafe void HandleListRideOptions (INListRideOptionsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V111))]global::System.Action<INListRideOptionsIntentResponse> completion);
}
public static partial class INListRideOptionsIntentHandling_Extensions {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINListRideOptionsIntentHandling This, INListRideOptionsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V109))]global::System.Action<INListRideOptionsIntentResponse> completion)
+ public unsafe static void Confirm (this IINListRideOptionsIntentHandling This, INListRideOptionsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V111))]global::System.Action<INListRideOptionsIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V109.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V111.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmListRideOptions:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolvePickupLocation (this IINListRideOptionsIntentHandling This, INListRideOptionsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V110))]global::System.Action<INPlacemarkResolutionResult> completion)
+ public unsafe static void ResolvePickupLocation (this IINListRideOptionsIntentHandling This, INListRideOptionsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V112))]global::System.Action<INPlacemarkResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V110.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V112.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolvePickupLocationForListRideOptions:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveDropOffLocation (this IINListRideOptionsIntentHandling This, INListRideOptionsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V110))]global::System.Action<INPlacemarkResolutionResult> completion)
+ public unsafe static void ResolveDropOffLocation (this IINListRideOptionsIntentHandling This, INListRideOptionsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V112))]global::System.Action<INPlacemarkResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V110.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V112.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveDropOffLocationForListRideOptions:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
@@ -105,12 +105,12 @@ namespace Intents {
}
[Export ("handleListRideOptions:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleListRideOptions (INListRideOptionsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V109))]global::System.Action<INListRideOptionsIntentResponse> completion)
+ public unsafe void HandleListRideOptions (INListRideOptionsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V111))]global::System.Action<INListRideOptionsIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V109.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V111.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleListRideOptions:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INMessagesDomainHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INMessagesDomainHandling.g.cs
index 7772869..94397e0 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INMessagesDomainHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INMessagesDomainHandling.g.cs
@@ -70,34 +70,34 @@ namespace Intents {
}
[Export ("handleSearchForMessages:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSearchForMessages (INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V111))]global::System.Action<INSearchForMessagesIntentResponse> completion)
+ public unsafe void HandleSearchForMessages (INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V113))]global::System.Action<INSearchForMessagesIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V111.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V113.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSearchForMessages:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[Export ("handleSendMessage:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSendMessage (INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V112))]global::System.Action<INSendMessageIntentResponse> completion)
+ public unsafe void HandleSendMessage (INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V114))]global::System.Action<INSendMessageIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V112.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V114.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSendMessage:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[Export ("handleSetMessageAttribute:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSetMessageAttribute (INSetMessageAttributeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V113))]global::System.Action<INSetMessageAttributeIntentResponse> completion)
+ public unsafe void HandleSetMessageAttribute (INSetMessageAttributeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V115))]global::System.Action<INSetMessageAttributeIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V113.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V115.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSetMessageAttribute:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INNotebookDomainHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INNotebookDomainHandling.g.cs
index 55bbd0b..acf1e28 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INNotebookDomainHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INNotebookDomainHandling.g.cs
@@ -73,67 +73,67 @@ namespace Intents {
}
[Export ("handleAddTasks:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleAddTasks (INAddTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V61))]global::System.Action<INAddTasksIntentResponse> completion)
+ public unsafe void HandleAddTasks (INAddTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V63))]global::System.Action<INAddTasksIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V61.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V63.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleAddTasks:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[Export ("handleAppendToNote:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleAppendToNote (INAppendToNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V70))]global::System.Action<INAppendToNoteIntentResponse> completion)
+ public unsafe void HandleAppendToNote (INAppendToNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V72))]global::System.Action<INAppendToNoteIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V70.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V72.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleAppendToNote:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[Export ("handleCreateNote:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleCreateNote (INCreateNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V93))]global::System.Action<INCreateNoteIntentResponse> completion)
+ public unsafe void HandleCreateNote (INCreateNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V95))]global::System.Action<INCreateNoteIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V93.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V95.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleCreateNote:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[Export ("handleCreateTaskList:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleCreateTaskList (INCreateTaskListIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V94))]global::System.Action<INCreateTaskListIntentResponse> completion)
+ public unsafe void HandleCreateTaskList (INCreateTaskListIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V96))]global::System.Action<INCreateTaskListIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V94.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V96.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleCreateTaskList:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[Export ("handleSearchForNotebookItems:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSearchForNotebookItems (INSearchForNotebookItemsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V114))]global::System.Action<INSearchForNotebookItemsIntentResponse> completion)
+ public unsafe void HandleSearchForNotebookItems (INSearchForNotebookItemsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V116))]global::System.Action<INSearchForNotebookItemsIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V114.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V116.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSearchForNotebookItems:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[Export ("handleSetTaskAttribute:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSetTaskAttribute (INSetTaskAttributeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V115))]global::System.Action<INSetTaskAttributeIntentResponse> completion)
+ public unsafe void HandleSetTaskAttribute (INSetTaskAttributeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V117))]global::System.Action<INSetTaskAttributeIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V115.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V117.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSetTaskAttribute:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INPauseWorkoutIntentHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INPauseWorkoutIntentHandling.g.cs
index 0297f68..7cfade6 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INPauseWorkoutIntentHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INPauseWorkoutIntentHandling.g.cs
@@ -54,34 +54,34 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst")]
[Protocol (Name = "INPauseWorkoutIntentHandling", WrapperType = typeof (INPauseWorkoutIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandlePauseWorkout", Selector = "handlePauseWorkout:completion:", ParameterType = new Type [] { typeof (Intents.INPauseWorkoutIntent), typeof (global::System.Action<global::Intents.INPauseWorkoutIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V116) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmPauseWorkout:completion:", ParameterType = new Type [] { typeof (Intents.INPauseWorkoutIntent), typeof (global::System.Action<global::Intents.INPauseWorkoutIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V116) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveWorkoutName", Selector = "resolveWorkoutNameForPauseWorkout:withCompletion:", ParameterType = new Type [] { typeof (Intents.INPauseWorkoutIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V56) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandlePauseWorkout", Selector = "handlePauseWorkout:completion:", ParameterType = new Type [] { typeof (Intents.INPauseWorkoutIntent), typeof (global::System.Action<global::Intents.INPauseWorkoutIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V118) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmPauseWorkout:completion:", ParameterType = new Type [] { typeof (Intents.INPauseWorkoutIntent), typeof (global::System.Action<global::Intents.INPauseWorkoutIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V118) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveWorkoutName", Selector = "resolveWorkoutNameForPauseWorkout:withCompletion:", ParameterType = new Type [] { typeof (Intents.INPauseWorkoutIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V58) })]
public partial interface IINPauseWorkoutIntentHandling : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handlePauseWorkout:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandlePauseWorkout (INPauseWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V116))]global::System.Action<INPauseWorkoutIntentResponse> completion);
+ unsafe void HandlePauseWorkout (INPauseWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V118))]global::System.Action<INPauseWorkoutIntentResponse> completion);
}
public static partial class INPauseWorkoutIntentHandling_Extensions {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINPauseWorkoutIntentHandling This, INPauseWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V116))]global::System.Action<INPauseWorkoutIntentResponse> completion)
+ public unsafe static void Confirm (this IINPauseWorkoutIntentHandling This, INPauseWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V118))]global::System.Action<INPauseWorkoutIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V116.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V118.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmPauseWorkout:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveWorkoutName (this IINPauseWorkoutIntentHandling This, INPauseWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V56))]global::System.Action<INSpeakableStringResolutionResult> completion)
+ public unsafe static void ResolveWorkoutName (this IINPauseWorkoutIntentHandling This, INPauseWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V58))]global::System.Action<INSpeakableStringResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V56.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V58.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveWorkoutNameForPauseWorkout:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
@@ -94,12 +94,12 @@ namespace Intents {
}
[Export ("handlePauseWorkout:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandlePauseWorkout (INPauseWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V116))]global::System.Action<INPauseWorkoutIntentResponse> completion)
+ public unsafe void HandlePauseWorkout (INPauseWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V118))]global::System.Action<INPauseWorkoutIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V116.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V118.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handlePauseWorkout:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
diff --git a/old/dotnet/maccatalyst/generated-sources/Intents/INPayBillIntentHandling.g.cs b/new/dotnet/maccatalyst/generated-sources/Intents/INPayBillIntentHandling.g.cs
index 34df494..0107545 100644
--- a/old/dotnet/maccatalyst/generated-sources/Intents/INPayBillIntentHandling.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/Intents/INPayBillIntentHandling.g.cs
@@ -56,100 +56,100 @@ namespace Intents {
[SupportedOSPlatform ("maccatalyst")]
[ObsoletedOSPlatform ("maccatalyst15.0")]
[Protocol (Name = "INPayBillIntentHandling", WrapperType = typeof (INPayBillIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandlePayBill", Selector = "handlePayBill:completion:", ParameterType = new Type [] { typeof (Intents.INPayBillIntent), typeof (global::System.Action<global::Intents.INPayBillIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V117) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmPayBill:completion:", ParameterType = new Type [] { typeof (Intents.INPayBillIntent), typeof (global::System.Action<global::Intents.INPayBillIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V117) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveBillPayee", Selector = "resolveBillPayeeForPayBill:withCompletion:", ParameterType = new Type [] { typeof (Intents.INPayBillIntent), typeof (global::System.Action<global::Intents.INBillPayeeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V118) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveFromAccount", Selector = "resolveFromAccountForPayBill:withCompletion:", ParameterType = new Type [] { typeof (Intents.INPayBillIntent), typeof (global::System.Action<global::Intents.INPaymentAccountResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V119) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTransactionAmount", Selector = "resolveTransactionAmountForPayBill:withCompletion:", ParameterType = new Type [] { typeof (Intents.INPayBillIntent), typeof (global::System.Action<global::Intents.INPaymentAmountResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V120) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTransactionScheduledDate", Selector = "resolveTransactionScheduledDateForPayBill:withCompletion:", ParameterType = new Type [] { typeof (Intents.INPayBillIntent), typeof (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V121) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTransactionNote", Selector = "resolveTransactionNoteForPayBill:withCompletion:", ParameterType = new Type [] { typeof (Intents.INPayBillIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V78) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveBillType", Selector = "resolveBillTypeForPayBill:withCompletion:", ParameterType = new Type [] { typeof (Intents.INPayBillIntent), typeof (global::System.Action<global::Intents.INBillTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V122) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDueDate", Selector = "resolveDueDateForPayBill:withCompletion:", ParameterType = new Type [] { typeof (Intents.INPayBillIntent), typeof (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V121) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandlePayBill", Selector = "handlePayBill:completion:", ParameterType = new Type [] { typeof (Intents.INPayBillIntent), typeof (global::System.Action<global::Intents.INPayBillIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V119) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmPayBill:completion:", ParameterType = new Type [] { typeof (Intents.INPayBillIntent), typeof (global::System.Action<global::Intents.INPayBillIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V119) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveBillPayee", Selector = "resolveBillPayeeForPayBill:withCompletion:", ParameterType = new Type [] { typeof (Intents.INPayBillIntent), typeof (global::System.Action<global::Intents.INBillPayeeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V120) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveFromAccount", Selector = "resolveFromAccountForPayBill:withCompletion:", ParameterType = new Type [] { typeof (Intents.INPayBillIntent), typeof (global::System.Action<global::Intents.INPaymentAccountResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V121) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTransactionAmount", Selector = "resolveTransactionAmountForPayBill:withCompletion:", ParameterType = new Type [] { typeof (Intents.INPayBillIntent), typeof (global::System.Action<global::Intents.INPaymentAmountResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V122) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTransactionScheduledDate", Selector = "resolveTransactionScheduledDateForPayBill:withCompletion:", ParameterType = new Type [] { typeof (Intents.INPayBillIntent), typeof (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V123) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTransactionNote", Selector = "resolveTransactionNoteForPayBill:withCompletion:", ParameterType = new Type [] { typeof (Intents.INPayBillIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V80) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveBillType", Selector = "resolveBillTypeForPayBill:withCompletion:", ParameterType = new Type [] { typeof (Intents.INPayBillIntent), typeof (global::System.Action<global::Intents.INBillTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V124) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDueDate", Selector = "resolveDueDateForPayBill:withCompletion:", ParameterType = new Type [] { typeof (Intents.INPayBillIntent), typeof (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V123) })]
public partial interface IINPayBillIntentHandling : INativeObject, IDisposable
{
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handlePayBill:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandlePayBill (INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V117))]global::System.Action<INPayBillIntentResponse> completion);
+ unsafe void HandlePayBill (INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V119))]global::System.Action<INPayBillIntentResponse> completion);
}
public static partial class INPayBillIntentHandling_Extensions {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINPayBillIntentHandling This, INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V117))]global::System.Action<INPayBillIntentResponse> completion)
+ public unsafe static void Confirm (this IINPayBillIntentHandling This, INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V119))]global::System.Action<INPayBillIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V117.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V119.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmPayBill:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveBillPayee (this IINPayBillIntentHandling This, INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V118))]global::System.Action<INBillPayeeResolutionResult> completion)
+ public unsafe static void ResolveBillPayee (this IINPayBillIntentHandling This, INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V120))]global::System.Action<INBillPayeeResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V118.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V120.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveBillPayeeForPayBill:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveFromAccount (this IINPayBillIntentHandling This, INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V119))]global::System.Action<INPaymentAccountResolutionResult> completion)
+ public unsafe static void ResolveFromAccount (this IINPayBillIntentHandling This, INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V121))]global::System.Action<INPaymentAccountResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
- using var block_completion = Trampolines.SDActionArity1V119.CreateBlock (completion);
+ using var block_completion = Trampolines.SDActionArity1V121.CreateBlock (completion);
BlockLiteral *block_ptr_completion = &block_completion;
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveFromAccountForPayBill:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment