Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created December 14, 2022 04:29
Show Gist options
  • Save vs-mobiletools-engineering-service2/c2aa2536b29a652f43395704c9292704 to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/c2aa2536b29a652f43395704c9292704 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/BusinessChat/BCChatAction.g.cs b/new/dotnet/ios/generated-sources/BusinessChat/BCChatAction.g.cs
index 44d2e53..c1e0c21 100644
--- a/old/dotnet/ios/generated-sources/BusinessChat/BCChatAction.g.cs
+++ b/new/dotnet/ios/generated-sources/BusinessChat/BCChatAction.g.cs
@@ -50,8 +50,11 @@ using NativeHandle = System.IntPtr;
#endif
namespace BusinessChat {
[Register("BCChatAction", true)]
+ [ObsoletedOSPlatform ("macos13.1")]
+ [ObsoletedOSPlatform ("ios16.2")]
[SupportedOSPlatform ("macos10.13.4")]
[SupportedOSPlatform ("ios11.3")]
+ [ObsoletedOSPlatform ("maccatalyst16.2")]
[SupportedOSPlatform ("maccatalyst11.3")]
[UnsupportedOSPlatform ("tvos")]
public unsafe partial class BCChatAction : NSObject {
@@ -78,6 +81,9 @@ namespace BusinessChat {
[Export ("openTranscript:intentParameters:")]
[EditorBrowsable (EditorBrowsableState.Advanced)]
+ [ObsoletedOSPlatform ("macos13.1")]
+ [ObsoletedOSPlatform ("ios16.2")]
+ [ObsoletedOSPlatform ("maccatalyst16.2")]
[SupportedOSPlatform ("macos10.13")]
[SupportedOSPlatform ("ios11.3")]
[SupportedOSPlatform ("maccatalyst11.3")]
diff --git a/old/dotnet/ios/generated-sources/BusinessChat/BCChatButton.g.cs b/new/dotnet/ios/generated-sources/BusinessChat/BCChatButton.g.cs
index 78bedbc..cae1561 100644
--- a/old/dotnet/ios/generated-sources/BusinessChat/BCChatButton.g.cs
+++ b/new/dotnet/ios/generated-sources/BusinessChat/BCChatButton.g.cs
@@ -50,8 +50,11 @@ using NativeHandle = System.IntPtr;
#endif
namespace BusinessChat {
[Register("BCChatButton", true)]
+ [ObsoletedOSPlatform ("macos13.1")]
+ [ObsoletedOSPlatform ("ios16.2")]
[SupportedOSPlatform ("macos10.13.4")]
[SupportedOSPlatform ("ios11.3")]
+ [ObsoletedOSPlatform ("maccatalyst16.2")]
[SupportedOSPlatform ("maccatalyst11.3")]
[UnsupportedOSPlatform ("tvos")]
public unsafe partial class BCChatButton : global::UIKit.UIControl {
@@ -94,6 +97,9 @@ namespace BusinessChat {
}
[Export ("initWithStyle:")]
+ [ObsoletedOSPlatform ("macos13.1")]
+ [ObsoletedOSPlatform ("ios16.2")]
+ [ObsoletedOSPlatform ("maccatalyst16.2")]
[SupportedOSPlatform ("macos10.13")]
[SupportedOSPlatform ("ios11.3")]
[SupportedOSPlatform ("maccatalyst11.3")]
diff --git a/old/dotnet/ios/generated-sources/BusinessChat/BCParameterName.g.cs b/new/dotnet/ios/generated-sources/BusinessChat/BCParameterName.g.cs
index 86b01d4..026f6a7 100644
--- a/old/dotnet/ios/generated-sources/BusinessChat/BCParameterName.g.cs
+++ b/new/dotnet/ios/generated-sources/BusinessChat/BCParameterName.g.cs
@@ -49,8 +49,11 @@ using MetalPerformanceShadersGraph;
using NativeHandle = System.IntPtr;
#endif
namespace BusinessChat {
+ [ObsoletedOSPlatform ("macos13.1")]
+ [ObsoletedOSPlatform ("ios16.2")]
[SupportedOSPlatform ("macos10.13.4")]
[SupportedOSPlatform ("ios11.3")]
+ [ObsoletedOSPlatform ("maccatalyst16.2")]
[SupportedOSPlatform ("maccatalyst11.3")]
[UnsupportedOSPlatform ("tvos")]
public enum BCParameterName : int {
@@ -58,13 +61,19 @@ namespace BusinessChat {
Group = 1,
Body = 2,
}
+ [ObsoletedOSPlatform ("macos13.1")]
+ [ObsoletedOSPlatform ("ios16.2")]
[SupportedOSPlatform ("macos10.13.4")]
[SupportedOSPlatform ("ios11.3")]
+ [ObsoletedOSPlatform ("maccatalyst16.2")]
[SupportedOSPlatform ("maccatalyst11.3")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static public partial class BCParameterNameExtensions {
static IntPtr[] values = new IntPtr [3];
+ [ObsoletedOSPlatform ("macos13.1")]
+ [ObsoletedOSPlatform ("ios16.2")]
+ [ObsoletedOSPlatform ("maccatalyst16.2")]
[SupportedOSPlatform ("macos10.13")]
[SupportedOSPlatform ("ios11.3")]
[SupportedOSPlatform ("maccatalyst11.3")]
@@ -76,6 +85,9 @@ namespace BusinessChat {
return Dlfcn.CachePointer (Libraries.BusinessChat.Handle, "BCParameterNameIntent", storage);
}
}
+ [ObsoletedOSPlatform ("macos13.1")]
+ [ObsoletedOSPlatform ("ios16.2")]
+ [ObsoletedOSPlatform ("maccatalyst16.2")]
[SupportedOSPlatform ("macos10.13")]
[SupportedOSPlatform ("ios11.3")]
[SupportedOSPlatform ("maccatalyst11.3")]
@@ -87,6 +99,9 @@ namespace BusinessChat {
return Dlfcn.CachePointer (Libraries.BusinessChat.Handle, "BCParameterNameGroup", storage);
}
}
+ [ObsoletedOSPlatform ("macos13.1")]
+ [ObsoletedOSPlatform ("ios16.2")]
+ [ObsoletedOSPlatform ("maccatalyst16.2")]
[SupportedOSPlatform ("macos10.13")]
[SupportedOSPlatform ("ios11.3")]
[SupportedOSPlatform ("maccatalyst11.3")]
diff --git a/old/dotnet/ios/generated-sources/GameKit/GKMatchmaker.g.cs b/new/dotnet/ios/generated-sources/GameKit/GKMatchmaker.g.cs
index 4fcc91d..68e29fa 100644
--- a/old/dotnet/ios/generated-sources/GameKit/GKMatchmaker.g.cs
+++ b/new/dotnet/ios/generated-sources/GameKit/GKMatchmaker.g.cs
@@ -513,6 +513,33 @@ namespace GameKit {
if (block_ptr_handler != null)
block_ptr_handler->CleanupBlock ();
}
+ [Export ("startGroupActivityWithPlayerHandler:")]
+ [SupportedOSPlatform ("macos13.1")]
+ [SupportedOSPlatform ("ios16.2")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("maccatalyst16.2")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe virtual void StartGroupActivity ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V65))]global::System.Action<GKPlayer> handler)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ global::UIKit.UIApplication.EnsureUIThread ();
+ if (handler is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler));
+ BlockLiteral *block_ptr_handler;
+ BlockLiteral block_handler;
+ block_handler = new BlockLiteral ();
+ block_ptr_handler = &block_handler;
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V65.Handler, handler);
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("startGroupActivityWithPlayerHandler:"), (IntPtr) block_ptr_handler);
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("startGroupActivityWithPlayerHandler:"), (IntPtr) block_ptr_handler);
+ }
+ block_ptr_handler->CleanupBlock ();
+ #endif
+ }
[Export ("stopBrowsingForNearbyPlayers")]
[SupportedOSPlatform ("macos10.9")]
[SupportedOSPlatform ("ios")]
@@ -528,6 +555,25 @@ namespace GameKit {
global::ObjCRuntime.Messaging.void_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("stopBrowsingForNearbyPlayers"));
}
}
+ [Export ("stopGroupActivity")]
+ [SupportedOSPlatform ("macos13.1")]
+ [SupportedOSPlatform ("ios16.2")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("maccatalyst16.2")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public virtual void StopGroupActivity ()
+ {
+ #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 (this.Handle, Selector.GetHandle ("stopGroupActivity"));
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("stopGroupActivity"));
+ }
+ #endif
+ }
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[UnsupportedOSPlatform ("tvos")]
[ObsoletedOSPlatform ("ios7.0", "Use 'GKLocalPlayer.RegisterListener' with an object that implements 'IGKInviteEventListenerProtocol'.")]
diff --git a/new/dotnet/ios/generated-sources/Intents/INAnswerCallIntent.g.cs b/new/dotnet/ios/generated-sources/Intents/INAnswerCallIntent.g.cs
new file mode 100644
index 0000000..5a9ec5f
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/Intents/INAnswerCallIntent.g.cs
@@ -0,0 +1,135 @@
+//
+// 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 Intents {
+ [Register("INAnswerCallIntent", true)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.1")]
+ [SupportedOSPlatform ("ios16.2")]
+ [SupportedOSPlatform ("maccatalyst16.2")]
+ public unsafe partial class INAnswerCallIntent : INIntent {
+ [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 ("INAnswerCallIntent");
+ #endif
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("init")]
+ public INAnswerCallIntent () : 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 INAnswerCallIntent (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 INAnswerCallIntent (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal INAnswerCallIntent (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("initWithAudioRoute:callIdentifier:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.1")]
+ [SupportedOSPlatform ("ios16.2")]
+ [SupportedOSPlatform ("maccatalyst16.2")]
+ [DesignatedInitializer]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public INAnswerCallIntent (INCallAudioRoute audioRoute, string? callIdentifier)
+ : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ var nscallIdentifier = CFString.CreateNative (callIdentifier);
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_NativeHandle (this.Handle, Selector.GetHandle ("initWithAudioRoute:callIdentifier:"), (IntPtr) (long) audioRoute, nscallIdentifier), "initWithAudioRoute:callIdentifier:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper_IntPtr_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithAudioRoute:callIdentifier:"), (IntPtr) (long) audioRoute, nscallIdentifier), "initWithAudioRoute:callIdentifier:");
+ }
+ CFString.ReleaseNative (nscallIdentifier);
+ #endif
+ }
+ } /* class INAnswerCallIntent */
+}
diff --git a/new/dotnet/ios/generated-sources/Intents/INAnswerCallIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INAnswerCallIntentHandling.g.cs
new file mode 100644
index 0000000..bfbd189
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/Intents/INAnswerCallIntentHandling.g.cs
@@ -0,0 +1,120 @@
+//
+// 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 Intents {
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.1")]
+ [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.NIDActionArity1V83) })]
+ [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.NIDActionArity1V83) })]
+ public partial interface IINAnswerCallIntentHandling : INativeObject, IDisposable
+ {
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.1")]
+ [SupportedOSPlatform ("ios16.2")]
+ [SupportedOSPlatform ("maccatalyst16.2")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [Export ("handleAnswerCall:completion:")]
+ [Preserve (Conditional = true)]
+ unsafe void HandleAnswerCall (INAnswerCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V83))]global::System.Action<INAnswerCallIntentResponse> completion);
+ }
+ public static partial class INAnswerCallIntentHandling_Extensions {
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.1")]
+ [SupportedOSPlatform ("ios16.2")]
+ [SupportedOSPlatform ("maccatalyst16.2")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe static void ConfirmAnswerCall (this IINAnswerCallIntentHandling This, INAnswerCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V83))]global::System.Action<INAnswerCallIntentResponse> completion)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
+ if (completion is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
+ BlockLiteral *block_ptr_completion;
+ BlockLiteral block_completion;
+ block_completion = new BlockLiteral ();
+ block_ptr_completion = &block_completion;
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V83.Handler, completion);
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmAnswerCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
+ block_ptr_completion->CleanupBlock ();
+ #endif
+ }
+ }
+ internal sealed class INAnswerCallIntentHandlingWrapper : BaseWrapper, IINAnswerCallIntentHandling {
+ [Preserve (Conditional = true)]
+ public INAnswerCallIntentHandlingWrapper (NativeHandle handle, bool owns)
+ : base (handle, owns)
+ {
+ }
+ [Export ("handleAnswerCall:completion:")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe void HandleAnswerCall (INAnswerCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V83))]global::System.Action<INAnswerCallIntentResponse> completion)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
+ if (completion is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
+ BlockLiteral *block_ptr_completion;
+ BlockLiteral block_completion;
+ block_completion = new BlockLiteral ();
+ block_ptr_completion = &block_completion;
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V83.Handler, completion);
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleAnswerCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
+ block_ptr_completion->CleanupBlock ();
+ #endif
+ }
+ }
+}
diff --git a/new/dotnet/ios/generated-sources/Intents/INAnswerCallIntentResponse.g.cs b/new/dotnet/ios/generated-sources/Intents/INAnswerCallIntentResponse.g.cs
new file mode 100644
index 0000000..f5b5034
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/Intents/INAnswerCallIntentResponse.g.cs
@@ -0,0 +1,187 @@
+//
+// 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 Intents {
+ [Register("INAnswerCallIntentResponse", true)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.1")]
+ [SupportedOSPlatform ("ios16.2")]
+ [SupportedOSPlatform ("maccatalyst16.2")]
+ public unsafe partial class INAnswerCallIntentResponse : INIntentResponse {
+ [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 ("INAnswerCallIntentResponse");
+ #endif
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [DesignatedInitializer]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("initWithCoder:")]
+ public INAnswerCallIntentResponse (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 INAnswerCallIntentResponse (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal INAnswerCallIntentResponse (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("initWithCode:userActivity:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.1")]
+ [SupportedOSPlatform ("ios16.2")]
+ [SupportedOSPlatform ("maccatalyst16.2")]
+ [DesignatedInitializer]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public INAnswerCallIntentResponse (INAnswerCallIntentResponseCode code, NSUserActivity? userActivity)
+ : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ var userActivity__handle__ = userActivity.GetHandle ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_NativeHandle (this.Handle, Selector.GetHandle ("initWithCode:userActivity:"), (IntPtr) (long) code, userActivity__handle__), "initWithCode:userActivity:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper_IntPtr_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithCode:userActivity:"), (IntPtr) (long) code, userActivity__handle__), "initWithCode:userActivity:");
+ }
+ #endif
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("macos")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("ios16.2")]
+ [SupportedOSPlatform ("maccatalyst16.2")]
+ public virtual INCallRecord[]? CallRecords {
+ [Export ("callRecords", ArgumentSemantic.Copy)]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.2")]
+ [SupportedOSPlatform ("maccatalyst16.2")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ INCallRecord[]? ret;
+ if (IsDirectBinding) {
+ ret = CFArray.ArrayFromHandle<INCallRecord>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend (this.Handle, Selector.GetHandle ("callRecords")))!;
+ } else {
+ ret = CFArray.ArrayFromHandle<INCallRecord>(global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("callRecords")))!;
+ }
+ return ret!;
+ #endif
+ }
+ [Export ("setCallRecords:", ArgumentSemantic.Copy)]
+ [UnsupportedOSPlatform ("tvos")]
+ [UnsupportedOSPlatform ("macos")]
+ [SupportedOSPlatform ("ios16.2")]
+ [SupportedOSPlatform ("maccatalyst16.2")]
+ set {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ var nsa_value = value is null ? null : NSArray.FromNSObjects (value);
+ if (IsDirectBinding) {
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setCallRecords:"), nsa_value.GetHandle ());
+ } else {
+ global::ObjCRuntime.Messaging.void_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("setCallRecords:"), nsa_value.GetHandle ());
+ }
+ if (nsa_value != null)
+ nsa_value.Dispose ();
+ #endif
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.1")]
+ [SupportedOSPlatform ("ios16.2")]
+ [SupportedOSPlatform ("maccatalyst16.2")]
+ public virtual INAnswerCallIntentResponseCode Code {
+ [Export ("code")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.1")]
+ [SupportedOSPlatform ("ios16.2")]
+ [SupportedOSPlatform ("maccatalyst16.2")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ INAnswerCallIntentResponseCode ret;
+ if (IsDirectBinding) {
+ ret = (Intents.INAnswerCallIntentResponseCode) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("code"));
+ } else {
+ ret = (Intents.INAnswerCallIntentResponseCode) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("code"));
+ }
+ return ret!;
+ #endif
+ }
+ }
+ } /* class INAnswerCallIntentResponse */
+}
diff --git a/new/dotnet/ios/generated-sources/Intents/INAnswerCallIntentResponseCode.g.cs b/new/dotnet/ios/generated-sources/Intents/INAnswerCallIntentResponseCode.g.cs
new file mode 100644
index 0000000..b3e656c
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/Intents/INAnswerCallIntentResponseCode.g.cs
@@ -0,0 +1,66 @@
+//
+// 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 Intents {
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.1")]
+ [SupportedOSPlatform ("ios16.2")]
+ [SupportedOSPlatform ("maccatalyst16.2")]
+ [Native]
+ public enum INAnswerCallIntentResponseCode : long {
+ Unspecified = 0,
+ Ready = 1,
+ ContinueInApp = 2,
+ InProgress = 3,
+ Success = 4,
+ Failure = 5,
+ FailureRequiringAppLaunch = 6,
+ }
+}
diff --git a/old/dotnet/ios/generated-sources/Intents/INAppendToNoteIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INAppendToNoteIntentHandling.g.cs
index 7133dd5..c352858 100644
--- a/old/dotnet/ios/generated-sources/Intents/INAppendToNoteIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INAppendToNoteIntentHandling.g.cs
@@ -56,10 +56,10 @@ namespace Intents {
[ObsoletedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("maccatalyst11.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.NIDActionArity1V83) })]
- [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.NIDActionArity1V83) })]
- [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.NIDActionArity1V84) })]
- [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.NIDActionArity1V85) })]
+ [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.NIDActionArity1V84) })]
+ [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.NIDActionArity1V84) })]
+ [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.NIDActionArity1V85) })]
+ [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.NIDActionArity1V86) })]
public partial interface IINAppendToNoteIntentHandling : INativeObject, IDisposable
{
[ObsoletedOSPlatform ("ios15.0")]
@@ -71,7 +71,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleAppendToNote:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleAppendToNote (INAppendToNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V83))]global::System.Action<INAppendToNoteIntentResponse> completion);
+ unsafe void HandleAppendToNote (INAppendToNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V84))]global::System.Action<INAppendToNoteIntentResponse> completion);
}
public static partial class INAppendToNoteIntentHandling_Extensions {
[ObsoletedOSPlatform ("ios15.0")]
@@ -81,7 +81,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINAppendToNoteIntentHandling This, INAppendToNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V83))]global::System.Action<INAppendToNoteIntentResponse> completion)
+ public unsafe static void Confirm (this IINAppendToNoteIntentHandling This, INAppendToNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V84))]global::System.Action<INAppendToNoteIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -93,7 +93,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V83.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V84.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmAppendToNote:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -105,7 +105,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveTargetNoteForAppend (this IINAppendToNoteIntentHandling This, INAppendToNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V84))]global::System.Action<INNoteResolutionResult> completion)
+ public unsafe static void ResolveTargetNoteForAppend (this IINAppendToNoteIntentHandling This, INAppendToNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V85))]global::System.Action<INNoteResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -117,7 +117,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V84.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V85.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveTargetNoteForAppendToNote:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -129,7 +129,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveContentForAppend (this IINAppendToNoteIntentHandling This, INAppendToNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V85))]global::System.Action<INNoteContentResolutionResult> completion)
+ public unsafe static void ResolveContentForAppend (this IINAppendToNoteIntentHandling This, INAppendToNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V86))]global::System.Action<INNoteContentResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -141,7 +141,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V85.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V86.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveContentForAppendToNote:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -155,7 +155,7 @@ namespace Intents {
}
[Export ("handleAppendToNote:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleAppendToNote (INAppendToNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V83))]global::System.Action<INAppendToNoteIntentResponse> completion)
+ public unsafe void HandleAppendToNote (INAppendToNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V84))]global::System.Action<INAppendToNoteIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -167,7 +167,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V83.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V84.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleAppendToNote:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/Intents/INBookRestaurantReservationIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INBookRestaurantReservationIntentHandling.g.cs
index cb04b28..4e800a9 100644
--- a/old/dotnet/ios/generated-sources/Intents/INBookRestaurantReservationIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INBookRestaurantReservationIntentHandling.g.cs
@@ -54,13 +54,13 @@ namespace Intents {
[UnsupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst10.0")]
[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.NIDActionArity1V86) })]
- [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.NIDActionArity1V86) })]
- [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.NIDActionArity1V87) })]
- [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.NIDActionArity1V88) })]
- [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.NIDActionArity1V89) })]
- [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.NIDActionArity1V90) })]
- [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.NIDActionArity1V91) })]
+ [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.NIDActionArity1V87) })]
+ [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.NIDActionArity1V87) })]
+ [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.NIDActionArity1V88) })]
+ [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.NIDActionArity1V89) })]
+ [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.NIDActionArity1V90) })]
+ [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.NIDActionArity1V91) })]
+ [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.NIDActionArity1V92) })]
public partial interface IINBookRestaurantReservationIntentHandling : INativeObject, IDisposable
{
[UnsupportedOSPlatform ("tvos")]
@@ -70,7 +70,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleBookRestaurantReservation:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleBookRestaurantReservation (INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V86))]global::System.Action<INBookRestaurantReservationIntentResponse> completion);
+ unsafe void HandleBookRestaurantReservation (INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V87))]global::System.Action<INBookRestaurantReservationIntentResponse> completion);
}
public static partial class INBookRestaurantReservationIntentHandling_Extensions {
[UnsupportedOSPlatform ("tvos")]
@@ -78,7 +78,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINBookRestaurantReservationIntentHandling This, INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V86))]global::System.Action<INBookRestaurantReservationIntentResponse> completion)
+ public unsafe static void Confirm (this IINBookRestaurantReservationIntentHandling This, INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V87))]global::System.Action<INBookRestaurantReservationIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -87,7 +87,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V86.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V87.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmBookRestaurantReservation:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -96,7 +96,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveRestaurant (this IINBookRestaurantReservationIntentHandling This, INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V87))]global::System.Action<INRestaurantResolutionResult> completion)
+ public unsafe static void ResolveRestaurant (this IINBookRestaurantReservationIntentHandling This, INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V88))]global::System.Action<INRestaurantResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -105,7 +105,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V87.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V88.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveRestaurantForBookRestaurantReservation:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -114,7 +114,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveBookingDate (this IINBookRestaurantReservationIntentHandling This, INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V88))]global::System.Action<INDateComponentsResolutionResult> completion)
+ public unsafe static void ResolveBookingDate (this IINBookRestaurantReservationIntentHandling This, INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V89))]global::System.Action<INDateComponentsResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -123,7 +123,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V88.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V89.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveBookingDateComponentsForBookRestaurantReservation:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -132,7 +132,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolvePartySize (this IINBookRestaurantReservationIntentHandling This, INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V89))]global::System.Action<INIntegerResolutionResult> completion)
+ public unsafe static void ResolvePartySize (this IINBookRestaurantReservationIntentHandling This, INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V90))]global::System.Action<INIntegerResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -141,7 +141,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V89.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V90.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolvePartySizeForBookRestaurantReservation:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -150,7 +150,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveGuest (this IINBookRestaurantReservationIntentHandling This, INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V90))]global::System.Action<INRestaurantGuestResolutionResult> completion)
+ public unsafe static void ResolveGuest (this IINBookRestaurantReservationIntentHandling This, INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V91))]global::System.Action<INRestaurantGuestResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -159,7 +159,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V90.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V91.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveGuestForBookRestaurantReservation:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -168,7 +168,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveGuestProvidedSpecialRequest (this IINBookRestaurantReservationIntentHandling This, INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V91))]global::System.Action<INStringResolutionResult> completion)
+ public unsafe static void ResolveGuestProvidedSpecialRequest (this IINBookRestaurantReservationIntentHandling This, INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V92))]global::System.Action<INStringResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -177,7 +177,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V91.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V92.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveGuestProvidedSpecialRequestTextForBookRestaurantReservation:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -190,7 +190,7 @@ namespace Intents {
}
[Export ("handleBookRestaurantReservation:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleBookRestaurantReservation (INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V86))]global::System.Action<INBookRestaurantReservationIntentResponse> completion)
+ public unsafe void HandleBookRestaurantReservation (INBookRestaurantReservationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V87))]global::System.Action<INBookRestaurantReservationIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -199,7 +199,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V86.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V87.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleBookRestaurantReservation:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INCallsDomainHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INCallsDomainHandling.g.cs
index 165234c..cd0eee9 100644
--- a/old/dotnet/ios/generated-sources/Intents/INCallsDomainHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INCallsDomainHandling.g.cs
@@ -70,7 +70,7 @@ namespace Intents {
}
[Export ("handleSearchCallHistory:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSearchCallHistory (INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V92))]global::System.Action<INSearchCallHistoryIntentResponse> completion)
+ public unsafe void HandleSearchCallHistory (INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V93))]global::System.Action<INSearchCallHistoryIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -79,13 +79,13 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V92.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V93.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSearchCallHistory:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
[Export ("handleStartAudioCall:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleStartAudioCall (INStartAudioCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V93))]global::System.Action<INStartAudioCallIntentResponse> completion)
+ public unsafe void HandleStartAudioCall (INStartAudioCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V94))]global::System.Action<INStartAudioCallIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -94,13 +94,13 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V93.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V94.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleStartAudioCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
[Export ("handleStartVideoCall:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleStartVideoCall (INStartVideoCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V94))]global::System.Action<INStartVideoCallIntentResponse> completion)
+ public unsafe void HandleStartVideoCall (INStartVideoCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V95))]global::System.Action<INStartVideoCallIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -109,7 +109,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V94.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V95.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleStartVideoCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INCancelRideIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INCancelRideIntentHandling.g.cs
index 698e33d..e03ad53 100644
--- a/old/dotnet/ios/generated-sources/Intents/INCancelRideIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INCancelRideIntentHandling.g.cs
@@ -54,8 +54,8 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[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.NIDActionArity1V95) })]
- [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.NIDActionArity1V95) })]
+ [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.NIDActionArity1V96) })]
+ [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.NIDActionArity1V96) })]
public partial interface IINCancelRideIntentHandling : INativeObject, IDisposable
{
[UnsupportedOSPlatform ("macos")]
@@ -65,7 +65,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleCancelRide:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleCancelRide (INCancelRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V95))]global::System.Action<INCancelRideIntentResponse> completion);
+ unsafe void HandleCancelRide (INCancelRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V96))]global::System.Action<INCancelRideIntentResponse> completion);
}
public static partial class INCancelRideIntentHandling_Extensions {
[UnsupportedOSPlatform ("macos")]
@@ -73,7 +73,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINCancelRideIntentHandling This, INCancelRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V95))]global::System.Action<INCancelRideIntentResponse> completion)
+ public unsafe static void Confirm (this IINCancelRideIntentHandling This, INCancelRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V96))]global::System.Action<INCancelRideIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -85,7 +85,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V95.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V96.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmCancelRide:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -99,7 +99,7 @@ namespace Intents {
}
[Export ("handleCancelRide:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleCancelRide (INCancelRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V95))]global::System.Action<INCancelRideIntentResponse> completion)
+ public unsafe void HandleCancelRide (INCancelRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V96))]global::System.Action<INCancelRideIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -111,7 +111,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V95.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V96.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleCancelRide:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/Intents/INCancelWorkoutIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INCancelWorkoutIntentHandling.g.cs
index ff79e8f..6d2ee24 100644
--- a/old/dotnet/ios/generated-sources/Intents/INCancelWorkoutIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INCancelWorkoutIntentHandling.g.cs
@@ -54,8 +54,8 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst10.0")]
[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.NIDActionArity1V96) })]
- [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.NIDActionArity1V96) })]
+ [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.NIDActionArity1V97) })]
+ [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.NIDActionArity1V97) })]
[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.NIDActionArity1V70) })]
public partial interface IINCancelWorkoutIntentHandling : INativeObject, IDisposable
{
@@ -66,7 +66,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleCancelWorkout:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleCancelWorkout (INCancelWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V96))]global::System.Action<INCancelWorkoutIntentResponse> completion);
+ unsafe void HandleCancelWorkout (INCancelWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V97))]global::System.Action<INCancelWorkoutIntentResponse> completion);
}
public static partial class INCancelWorkoutIntentHandling_Extensions {
[UnsupportedOSPlatform ("macos")]
@@ -74,7 +74,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINCancelWorkoutIntentHandling This, INCancelWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V96))]global::System.Action<INCancelWorkoutIntentResponse> completion)
+ public unsafe static void Confirm (this IINCancelWorkoutIntentHandling This, INCancelWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V97))]global::System.Action<INCancelWorkoutIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -83,7 +83,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V96.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V97.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmCancelWorkout:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -114,7 +114,7 @@ namespace Intents {
}
[Export ("handleCancelWorkout:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleCancelWorkout (INCancelWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V96))]global::System.Action<INCancelWorkoutIntentResponse> completion)
+ public unsafe void HandleCancelWorkout (INCancelWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V97))]global::System.Action<INCancelWorkoutIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -123,7 +123,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V96.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V97.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleCancelWorkout:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INCarCommandsDomainHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INCarCommandsDomainHandling.g.cs
index 67b6f47..2d3c94f 100644
--- a/old/dotnet/ios/generated-sources/Intents/INCarCommandsDomainHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INCarCommandsDomainHandling.g.cs
@@ -86,7 +86,7 @@ namespace Intents {
}
[Export ("handleGetCarLockStatus:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleGetCarLockStatus (INGetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V97))]global::System.Action<INGetCarLockStatusIntentResponse> completion)
+ public unsafe void HandleGetCarLockStatus (INGetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V98))]global::System.Action<INGetCarLockStatusIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -95,13 +95,13 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V97.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V98.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleGetCarLockStatus:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
[Export ("handleGetCarPowerLevelStatus:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleGetCarPowerLevelStatus (INGetCarPowerLevelStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V98))]global::System.Action<INGetCarPowerLevelStatusIntentResponse> completion)
+ public unsafe void HandleGetCarPowerLevelStatus (INGetCarPowerLevelStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V99))]global::System.Action<INGetCarPowerLevelStatusIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -110,13 +110,13 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V98.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V99.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleGetCarPowerLevelStatus:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
[Export ("handleSetCarLockStatus:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSetCarLockStatus (INSetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V99))]global::System.Action<INSetCarLockStatusIntentResponse> completion)
+ public unsafe void HandleSetCarLockStatus (INSetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V100))]global::System.Action<INSetCarLockStatusIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -125,7 +125,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V99.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V100.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSetCarLockStatus:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INCarPlayDomainHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INCarPlayDomainHandling.g.cs
index 45a8829..9ad49cb 100644
--- a/old/dotnet/ios/generated-sources/Intents/INCarPlayDomainHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INCarPlayDomainHandling.g.cs
@@ -73,7 +73,7 @@ namespace Intents {
}
[Export ("handleSaveProfileInCar:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSaveProfileInCar (INSaveProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V100))]global::System.Action<INSaveProfileInCarIntentResponse> completion)
+ public unsafe void HandleSaveProfileInCar (INSaveProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V101))]global::System.Action<INSaveProfileInCarIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -82,13 +82,13 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V100.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V101.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSaveProfileInCar:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
[Export ("handleSetAudioSourceInCar:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSetAudioSourceInCar (INSetAudioSourceInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V101))]global::System.Action<INSetAudioSourceInCarIntentResponse> completion)
+ public unsafe void HandleSetAudioSourceInCar (INSetAudioSourceInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V102))]global::System.Action<INSetAudioSourceInCarIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -97,13 +97,13 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V101.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V102.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSetAudioSourceInCar:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
[Export ("handleSetClimateSettingsInCar:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSetClimateSettingsInCar (INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V102))]global::System.Action<INSetClimateSettingsInCarIntentResponse> completion)
+ public unsafe void HandleSetClimateSettingsInCar (INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V103))]global::System.Action<INSetClimateSettingsInCarIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -112,13 +112,13 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V102.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V103.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSetClimateSettingsInCar:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
[Export ("handleSetDefrosterSettingsInCar:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSetDefrosterSettingsInCar (INSetDefrosterSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V103))]global::System.Action<INSetDefrosterSettingsInCarIntentResponse> completion)
+ public unsafe void HandleSetDefrosterSettingsInCar (INSetDefrosterSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V104))]global::System.Action<INSetDefrosterSettingsInCarIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -127,13 +127,13 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V103.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V104.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSetDefrosterSettingsInCar:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
[Export ("handleSetProfileInCar:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSetProfileInCar (INSetProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V104))]global::System.Action<INSetProfileInCarIntentResponse> completion)
+ public unsafe void HandleSetProfileInCar (INSetProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V105))]global::System.Action<INSetProfileInCarIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -142,13 +142,13 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V104.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V105.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSetProfileInCar:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
[Export ("handleSetSeatSettingsInCar:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSetSeatSettingsInCar (INSetSeatSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V105))]global::System.Action<INSetSeatSettingsInCarIntentResponse> completion)
+ public unsafe void HandleSetSeatSettingsInCar (INSetSeatSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V106))]global::System.Action<INSetSeatSettingsInCarIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -157,7 +157,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V105.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V106.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSetSeatSettingsInCar:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INCreateNoteIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INCreateNoteIntentHandling.g.cs
index 23b364d..ce1a378 100644
--- a/old/dotnet/ios/generated-sources/Intents/INCreateNoteIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INCreateNoteIntentHandling.g.cs
@@ -54,10 +54,10 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[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.NIDActionArity1V106) })]
- [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.NIDActionArity1V106) })]
+ [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.NIDActionArity1V107) })]
+ [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.NIDActionArity1V107) })]
[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.NIDActionArity1V70) })]
- [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.NIDActionArity1V85) })]
+ [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.NIDActionArity1V86) })]
[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.NIDActionArity1V70) })]
public partial interface IINCreateNoteIntentHandling : INativeObject, IDisposable
{
@@ -68,7 +68,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleCreateNote:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleCreateNote (INCreateNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V106))]global::System.Action<INCreateNoteIntentResponse> completion);
+ unsafe void HandleCreateNote (INCreateNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V107))]global::System.Action<INCreateNoteIntentResponse> completion);
}
public static partial class INCreateNoteIntentHandling_Extensions {
[UnsupportedOSPlatform ("tvos")]
@@ -76,7 +76,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINCreateNoteIntentHandling This, INCreateNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V106))]global::System.Action<INCreateNoteIntentResponse> completion)
+ public unsafe static void Confirm (this IINCreateNoteIntentHandling This, INCreateNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V107))]global::System.Action<INCreateNoteIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -88,7 +88,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V106.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V107.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmCreateNote:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -120,7 +120,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveContent (this IINCreateNoteIntentHandling This, INCreateNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V85))]global::System.Action<INNoteContentResolutionResult> completion)
+ public unsafe static void ResolveContent (this IINCreateNoteIntentHandling This, INCreateNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V86))]global::System.Action<INNoteContentResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -132,7 +132,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V85.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V86.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveContentForCreateNote:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -168,7 +168,7 @@ namespace Intents {
}
[Export ("handleCreateNote:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleCreateNote (INCreateNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V106))]global::System.Action<INCreateNoteIntentResponse> completion)
+ public unsafe void HandleCreateNote (INCreateNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V107))]global::System.Action<INCreateNoteIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -180,7 +180,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V106.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V107.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleCreateNote:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/Intents/INCreateTaskListIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INCreateTaskListIntentHandling.g.cs
index 16da0bc..790b4cf 100644
--- a/old/dotnet/ios/generated-sources/Intents/INCreateTaskListIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INCreateTaskListIntentHandling.g.cs
@@ -56,8 +56,8 @@ namespace Intents {
[ObsoletedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("maccatalyst11.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.NIDActionArity1V107) })]
- [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.NIDActionArity1V107) })]
+ [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.NIDActionArity1V108) })]
+ [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.NIDActionArity1V108) })]
[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.NIDActionArity1V70) })]
[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.NIDActionArity1V78) })]
[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.NIDActionArity1V70) })]
@@ -72,7 +72,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleCreateTaskList:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleCreateTaskList (INCreateTaskListIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V107))]global::System.Action<INCreateTaskListIntentResponse> completion);
+ unsafe void HandleCreateTaskList (INCreateTaskListIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V108))]global::System.Action<INCreateTaskListIntentResponse> completion);
}
public static partial class INCreateTaskListIntentHandling_Extensions {
[ObsoletedOSPlatform ("ios15.0")]
@@ -82,7 +82,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINCreateTaskListIntentHandling This, INCreateTaskListIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V107))]global::System.Action<INCreateTaskListIntentResponse> completion)
+ public unsafe static void Confirm (this IINCreateTaskListIntentHandling This, INCreateTaskListIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V108))]global::System.Action<INCreateTaskListIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -94,7 +94,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V107.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V108.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmCreateTaskList:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -180,7 +180,7 @@ namespace Intents {
}
[Export ("handleCreateTaskList:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleCreateTaskList (INCreateTaskListIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V107))]global::System.Action<INCreateTaskListIntentResponse> completion)
+ public unsafe void HandleCreateTaskList (INCreateTaskListIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V108))]global::System.Action<INCreateTaskListIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -192,7 +192,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V107.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V108.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleCreateTaskList:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/Intents/INDeleteTasksIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INDeleteTasksIntentHandling.g.cs
index 77b5f72..0120583 100644
--- a/old/dotnet/ios/generated-sources/Intents/INDeleteTasksIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INDeleteTasksIntentHandling.g.cs
@@ -56,10 +56,10 @@ namespace Intents {
[ObsoletedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("maccatalyst13.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.NIDActionArity1V108) })]
- [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.NIDActionArity1V108) })]
- [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.NIDActionArity1V109) })]
- [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.NIDActionArity1V110) })]
+ [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.NIDActionArity1V109) })]
+ [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.NIDActionArity1V109) })]
+ [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.NIDActionArity1V110) })]
+ [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.NIDActionArity1V111) })]
public partial interface IINDeleteTasksIntentHandling : INativeObject, IDisposable
{
[ObsoletedOSPlatform ("ios15.0")]
@@ -71,7 +71,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleDeleteTasks:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleDeleteTasks (INDeleteTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V108))]global::System.Action<INDeleteTasksIntentResponse> completion);
+ unsafe void HandleDeleteTasks (INDeleteTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V109))]global::System.Action<INDeleteTasksIntentResponse> completion);
}
public static partial class INDeleteTasksIntentHandling_Extensions {
[ObsoletedOSPlatform ("ios15.0")]
@@ -81,7 +81,7 @@ namespace Intents {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINDeleteTasksIntentHandling This, INDeleteTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V108))]global::System.Action<INDeleteTasksIntentResponse> completion)
+ public unsafe static void Confirm (this IINDeleteTasksIntentHandling This, INDeleteTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V109))]global::System.Action<INDeleteTasksIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -93,7 +93,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V108.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V109.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmDeleteTasks:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -105,7 +105,7 @@ namespace Intents {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveTaskList (this IINDeleteTasksIntentHandling This, INDeleteTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V109))]global::System.Action<INDeleteTasksTaskListResolutionResult> completion)
+ public unsafe static void ResolveTaskList (this IINDeleteTasksIntentHandling This, INDeleteTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V110))]global::System.Action<INDeleteTasksTaskListResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -117,7 +117,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V109.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V110.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveTaskListForDeleteTasks:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -129,7 +129,7 @@ namespace Intents {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveTasks (this IINDeleteTasksIntentHandling This, INDeleteTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V110))]global::System.Action<INDeleteTasksTaskResolutionResult[]> completion)
+ public unsafe static void ResolveTasks (this IINDeleteTasksIntentHandling This, INDeleteTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V111))]global::System.Action<INDeleteTasksTaskResolutionResult[]> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -141,7 +141,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V110.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V111.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveTasksForDeleteTasks:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -155,7 +155,7 @@ namespace Intents {
}
[Export ("handleDeleteTasks:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleDeleteTasks (INDeleteTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V108))]global::System.Action<INDeleteTasksIntentResponse> completion)
+ public unsafe void HandleDeleteTasks (INDeleteTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V109))]global::System.Action<INDeleteTasksIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -167,7 +167,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V108.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V109.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleDeleteTasks:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/Intents/INEndWorkoutIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INEndWorkoutIntentHandling.g.cs
index 9d890be..acabbac 100644
--- a/old/dotnet/ios/generated-sources/Intents/INEndWorkoutIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INEndWorkoutIntentHandling.g.cs
@@ -54,8 +54,8 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst10.0")]
[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.NIDActionArity1V111) })]
- [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.NIDActionArity1V111) })]
+ [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.NIDActionArity1V112) })]
+ [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.NIDActionArity1V112) })]
[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.NIDActionArity1V70) })]
public partial interface IINEndWorkoutIntentHandling : INativeObject, IDisposable
{
@@ -66,7 +66,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleEndWorkout:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleEndWorkout (INEndWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V111))]global::System.Action<INEndWorkoutIntentResponse> completion);
+ unsafe void HandleEndWorkout (INEndWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V112))]global::System.Action<INEndWorkoutIntentResponse> completion);
}
public static partial class INEndWorkoutIntentHandling_Extensions {
[UnsupportedOSPlatform ("macos")]
@@ -74,7 +74,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINEndWorkoutIntentHandling This, INEndWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V111))]global::System.Action<INEndWorkoutIntentResponse> completion)
+ public unsafe static void Confirm (this IINEndWorkoutIntentHandling This, INEndWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V112))]global::System.Action<INEndWorkoutIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -83,7 +83,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V111.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V112.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmEndWorkout:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -114,7 +114,7 @@ namespace Intents {
}
[Export ("handleEndWorkout:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleEndWorkout (INEndWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V111))]global::System.Action<INEndWorkoutIntentResponse> completion)
+ public unsafe void HandleEndWorkout (INEndWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V112))]global::System.Action<INEndWorkoutIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -123,7 +123,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V111.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V112.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleEndWorkout:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INFocusStatusCenter.g.cs b/new/dotnet/ios/generated-sources/Intents/INFocusStatusCenter.g.cs
index adcf4c5..a6aef12 100644
--- a/old/dotnet/ios/generated-sources/Intents/INFocusStatusCenter.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INFocusStatusCenter.g.cs
@@ -98,7 +98,7 @@ namespace Intents {
[SupportedOSPlatform ("ios15.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void RequestAuthorization ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V112))]global::System.Action<INFocusStatusAuthorizationStatus>? completionHandler)
+ public unsafe virtual void RequestAuthorization ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V113))]global::System.Action<INFocusStatusAuthorizationStatus>? completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -110,7 +110,7 @@ namespace Intents {
} else {
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V112.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V113.Handler, completionHandler);
}
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("requestAuthorizationWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
diff --git a/old/dotnet/ios/generated-sources/Intents/INGetAvailableRestaurantReservationBookingDefaultsIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INGetAvailableRestaurantReservationBookingDefaultsIntentHandling.g.cs
index c2f10b1..52e6a87 100644
--- a/old/dotnet/ios/generated-sources/Intents/INGetAvailableRestaurantReservationBookingDefaultsIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INGetAvailableRestaurantReservationBookingDefaultsIntentHandling.g.cs
@@ -54,9 +54,9 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst10.0")]
[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.NIDActionArity1V113) })]
- [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.NIDActionArity1V113) })]
- [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.NIDActionArity1V87) })]
+ [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.NIDActionArity1V114) })]
+ [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.NIDActionArity1V114) })]
+ [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.NIDActionArity1V88) })]
public partial interface IINGetAvailableRestaurantReservationBookingDefaultsIntentHandling : INativeObject, IDisposable
{
[UnsupportedOSPlatform ("macos")]
@@ -66,7 +66,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleGetAvailableRestaurantReservationBookingDefaults:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleAvailableRestaurantReservationBookingDefaults (INGetAvailableRestaurantReservationBookingDefaultsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V113))]global::System.Action<INGetAvailableRestaurantReservationBookingDefaultsIntentResponse> completion);
+ unsafe void HandleAvailableRestaurantReservationBookingDefaults (INGetAvailableRestaurantReservationBookingDefaultsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V114))]global::System.Action<INGetAvailableRestaurantReservationBookingDefaultsIntentResponse> completion);
}
public static partial class INGetAvailableRestaurantReservationBookingDefaultsIntentHandling_Extensions {
[UnsupportedOSPlatform ("macos")]
@@ -74,7 +74,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINGetAvailableRestaurantReservationBookingDefaultsIntentHandling This, INGetAvailableRestaurantReservationBookingDefaultsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V113))]global::System.Action<INGetAvailableRestaurantReservationBookingDefaultsIntentResponse> completion)
+ public unsafe static void Confirm (this IINGetAvailableRestaurantReservationBookingDefaultsIntentHandling This, INGetAvailableRestaurantReservationBookingDefaultsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V114))]global::System.Action<INGetAvailableRestaurantReservationBookingDefaultsIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -83,7 +83,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V113.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V114.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmGetAvailableRestaurantReservationBookingDefaults:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -92,7 +92,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveAvailableRestaurantReservationBookingDefaults (this IINGetAvailableRestaurantReservationBookingDefaultsIntentHandling This, INGetAvailableRestaurantReservationBookingDefaultsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V87))]global::System.Action<INRestaurantResolutionResult> completion)
+ public unsafe static void ResolveAvailableRestaurantReservationBookingDefaults (this IINGetAvailableRestaurantReservationBookingDefaultsIntentHandling This, INGetAvailableRestaurantReservationBookingDefaultsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V88))]global::System.Action<INRestaurantResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -101,7 +101,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V87.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V88.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveRestaurantForGetAvailableRestaurantReservationBookingDefaults:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -114,7 +114,7 @@ namespace Intents {
}
[Export ("handleGetAvailableRestaurantReservationBookingDefaults:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleAvailableRestaurantReservationBookingDefaults (INGetAvailableRestaurantReservationBookingDefaultsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V113))]global::System.Action<INGetAvailableRestaurantReservationBookingDefaultsIntentResponse> completion)
+ public unsafe void HandleAvailableRestaurantReservationBookingDefaults (INGetAvailableRestaurantReservationBookingDefaultsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V114))]global::System.Action<INGetAvailableRestaurantReservationBookingDefaultsIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -123,7 +123,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V113.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V114.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleGetAvailableRestaurantReservationBookingDefaults:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INGetAvailableRestaurantReservationBookingsIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INGetAvailableRestaurantReservationBookingsIntentHandling.g.cs
index d49f711..cf08c1a 100644
--- a/old/dotnet/ios/generated-sources/Intents/INGetAvailableRestaurantReservationBookingsIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INGetAvailableRestaurantReservationBookingsIntentHandling.g.cs
@@ -54,11 +54,11 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst10.0")]
[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.NIDActionArity1V114) })]
- [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.NIDActionArity1V114) })]
- [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.NIDActionArity1V87) })]
- [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.NIDActionArity1V89) })]
- [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.NIDActionArity1V88) })]
+ [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.NIDActionArity1V115) })]
+ [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.NIDActionArity1V115) })]
+ [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.NIDActionArity1V88) })]
+ [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.NIDActionArity1V90) })]
+ [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.NIDActionArity1V89) })]
public partial interface IINGetAvailableRestaurantReservationBookingsIntentHandling : INativeObject, IDisposable
{
[UnsupportedOSPlatform ("macos")]
@@ -68,7 +68,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleGetAvailableRestaurantReservationBookings:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleAvailableRestaurantReservationBookings (INGetAvailableRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V114))]global::System.Action<INGetAvailableRestaurantReservationBookingsIntentResponse> completion);
+ unsafe void HandleAvailableRestaurantReservationBookings (INGetAvailableRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V115))]global::System.Action<INGetAvailableRestaurantReservationBookingsIntentResponse> completion);
}
public static partial class INGetAvailableRestaurantReservationBookingsIntentHandling_Extensions {
[UnsupportedOSPlatform ("macos")]
@@ -76,7 +76,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINGetAvailableRestaurantReservationBookingsIntentHandling This, INGetAvailableRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V114))]global::System.Action<INGetAvailableRestaurantReservationBookingsIntentResponse> completion)
+ public unsafe static void Confirm (this IINGetAvailableRestaurantReservationBookingsIntentHandling This, INGetAvailableRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V115))]global::System.Action<INGetAvailableRestaurantReservationBookingsIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -85,7 +85,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V114.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V115.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmGetAvailableRestaurantReservationBookings:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -94,7 +94,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveAvailableRestaurantReservationBookings (this IINGetAvailableRestaurantReservationBookingsIntentHandling This, INGetAvailableRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V87))]global::System.Action<INRestaurantResolutionResult> completion)
+ public unsafe static void ResolveAvailableRestaurantReservationBookings (this IINGetAvailableRestaurantReservationBookingsIntentHandling This, INGetAvailableRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V88))]global::System.Action<INRestaurantResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -103,7 +103,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V87.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V88.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveRestaurantForGetAvailableRestaurantReservationBookings:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -112,7 +112,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolvePartySizeAvailableRestaurantReservationBookings (this IINGetAvailableRestaurantReservationBookingsIntentHandling This, INGetAvailableRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V89))]global::System.Action<INIntegerResolutionResult> completion)
+ public unsafe static void ResolvePartySizeAvailableRestaurantReservationBookings (this IINGetAvailableRestaurantReservationBookingsIntentHandling This, INGetAvailableRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V90))]global::System.Action<INIntegerResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -121,7 +121,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V89.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V90.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolvePartySizeForGetAvailableRestaurantReservationBookings:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -130,7 +130,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolvePreferredBookingDateAvailableRestaurantReservationBookings (this IINGetAvailableRestaurantReservationBookingsIntentHandling This, INGetAvailableRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V88))]global::System.Action<INDateComponentsResolutionResult> completion)
+ public unsafe static void ResolvePreferredBookingDateAvailableRestaurantReservationBookings (this IINGetAvailableRestaurantReservationBookingsIntentHandling This, INGetAvailableRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V89))]global::System.Action<INDateComponentsResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -139,7 +139,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V88.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V89.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolvePreferredBookingDateComponentsForGetAvailableRestaurantReservationBookings:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -152,7 +152,7 @@ namespace Intents {
}
[Export ("handleGetAvailableRestaurantReservationBookings:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleAvailableRestaurantReservationBookings (INGetAvailableRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V114))]global::System.Action<INGetAvailableRestaurantReservationBookingsIntentResponse> completion)
+ public unsafe void HandleAvailableRestaurantReservationBookings (INGetAvailableRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V115))]global::System.Action<INGetAvailableRestaurantReservationBookingsIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -161,7 +161,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V114.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V115.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleGetAvailableRestaurantReservationBookings:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INGetCarLockStatusIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INGetCarLockStatusIntentHandling.g.cs
index e696e62..847d00a 100644
--- a/old/dotnet/ios/generated-sources/Intents/INGetCarLockStatusIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INGetCarLockStatusIntentHandling.g.cs
@@ -54,8 +54,8 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst10.3")]
[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.NIDActionArity1V97) })]
- [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.NIDActionArity1V97) })]
+ [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.NIDActionArity1V98) })]
+ [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.NIDActionArity1V98) })]
[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.NIDActionArity1V70) })]
public partial interface IINGetCarLockStatusIntentHandling : INativeObject, IDisposable
{
@@ -66,7 +66,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleGetCarLockStatus:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleGetCarLockStatus (INGetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V97))]global::System.Action<INGetCarLockStatusIntentResponse> completion);
+ unsafe void HandleGetCarLockStatus (INGetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V98))]global::System.Action<INGetCarLockStatusIntentResponse> completion);
}
public static partial class INGetCarLockStatusIntentHandling_Extensions {
[UnsupportedOSPlatform ("macos")]
@@ -74,7 +74,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.3")]
[SupportedOSPlatform ("maccatalyst10.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINGetCarLockStatusIntentHandling This, INGetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V97))]global::System.Action<INGetCarLockStatusIntentResponse> completion)
+ public unsafe static void Confirm (this IINGetCarLockStatusIntentHandling This, INGetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V98))]global::System.Action<INGetCarLockStatusIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -83,7 +83,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V97.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V98.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmGetCarLockStatus:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -114,7 +114,7 @@ namespace Intents {
}
[Export ("handleGetCarLockStatus:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleGetCarLockStatus (INGetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V97))]global::System.Action<INGetCarLockStatusIntentResponse> completion)
+ public unsafe void HandleGetCarLockStatus (INGetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V98))]global::System.Action<INGetCarLockStatusIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -123,7 +123,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V97.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V98.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleGetCarLockStatus:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INGetCarPowerLevelStatusIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INGetCarPowerLevelStatusIntentHandling.g.cs
index 064990b..e3b7d44 100644
--- a/old/dotnet/ios/generated-sources/Intents/INGetCarPowerLevelStatusIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INGetCarPowerLevelStatusIntentHandling.g.cs
@@ -54,10 +54,10 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst10.3")]
[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.NIDActionArity1V98) })]
+ [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.NIDActionArity1V99) })]
[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.NIDActionArity1V98) })]
+ [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.NIDActionArity1V99) })]
[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.NIDActionArity1V70) })]
public partial interface IINGetCarPowerLevelStatusIntentHandling : INativeObject, IDisposable
{
@@ -68,7 +68,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleGetCarPowerLevelStatus:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleGetCarPowerLevelStatus (INGetCarPowerLevelStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V98))]global::System.Action<INGetCarPowerLevelStatusIntentResponse> completion);
+ unsafe void HandleGetCarPowerLevelStatus (INGetCarPowerLevelStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V99))]global::System.Action<INGetCarPowerLevelStatusIntentResponse> completion);
}
public static partial class INGetCarPowerLevelStatusIntentHandling_Extensions {
[SupportedOSPlatform ("ios14.0")]
@@ -105,7 +105,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.3")]
[SupportedOSPlatform ("maccatalyst10.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINGetCarPowerLevelStatusIntentHandling This, INGetCarPowerLevelStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V98))]global::System.Action<INGetCarPowerLevelStatusIntentResponse> completion)
+ public unsafe static void Confirm (this IINGetCarPowerLevelStatusIntentHandling This, INGetCarPowerLevelStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V99))]global::System.Action<INGetCarPowerLevelStatusIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -114,7 +114,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V98.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V99.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmGetCarPowerLevelStatus:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -145,7 +145,7 @@ namespace Intents {
}
[Export ("handleGetCarPowerLevelStatus:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleGetCarPowerLevelStatus (INGetCarPowerLevelStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V98))]global::System.Action<INGetCarPowerLevelStatusIntentResponse> completion)
+ public unsafe void HandleGetCarPowerLevelStatus (INGetCarPowerLevelStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V99))]global::System.Action<INGetCarPowerLevelStatusIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -154,7 +154,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V98.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V99.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleGetCarPowerLevelStatus:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INGetRestaurantGuestIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INGetRestaurantGuestIntentHandling.g.cs
index d79345b..3175564 100644
--- a/old/dotnet/ios/generated-sources/Intents/INGetRestaurantGuestIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INGetRestaurantGuestIntentHandling.g.cs
@@ -54,8 +54,8 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst10.0")]
[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.NIDActionArity1V115) })]
- [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.NIDActionArity1V115) })]
+ [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.NIDActionArity1V116) })]
+ [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.NIDActionArity1V116) })]
public partial interface IINGetRestaurantGuestIntentHandling : INativeObject, IDisposable
{
[UnsupportedOSPlatform ("macos")]
@@ -65,7 +65,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleGetRestaurantGuest:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleRestaurantGuest (INGetRestaurantGuestIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V115))]global::System.Action<INGetRestaurantGuestIntentResponse> completion);
+ unsafe void HandleRestaurantGuest (INGetRestaurantGuestIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V116))]global::System.Action<INGetRestaurantGuestIntentResponse> completion);
}
public static partial class INGetRestaurantGuestIntentHandling_Extensions {
[UnsupportedOSPlatform ("macos")]
@@ -73,7 +73,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINGetRestaurantGuestIntentHandling This, INGetRestaurantGuestIntent guestIntent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V115))]global::System.Action<INGetRestaurantGuestIntentResponse> completion)
+ public unsafe static void Confirm (this IINGetRestaurantGuestIntentHandling This, INGetRestaurantGuestIntent guestIntent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V116))]global::System.Action<INGetRestaurantGuestIntentResponse> completion)
{
var guestIntent__handle__ = guestIntent!.GetNonNullHandle (nameof (guestIntent));
if (completion is null)
@@ -82,7 +82,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V115.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V116.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmGetRestaurantGuest:completion:"), guestIntent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -95,7 +95,7 @@ namespace Intents {
}
[Export ("handleGetRestaurantGuest:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleRestaurantGuest (INGetRestaurantGuestIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V115))]global::System.Action<INGetRestaurantGuestIntentResponse> completion)
+ public unsafe void HandleRestaurantGuest (INGetRestaurantGuestIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V116))]global::System.Action<INGetRestaurantGuestIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -104,7 +104,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V115.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V116.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleGetRestaurantGuest:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INGetRideStatusIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INGetRideStatusIntentHandling.g.cs
index 48fbd13..f3183ed 100644
--- a/old/dotnet/ios/generated-sources/Intents/INGetRideStatusIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INGetRideStatusIntentHandling.g.cs
@@ -54,10 +54,10 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst10.0")]
[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.NIDActionArity1V116) })]
+ [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.NIDActionArity1V117) })]
[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.NIDActionArity1V116) })]
+ [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.NIDActionArity1V117) })]
public partial interface IINGetRideStatusIntentHandling : INativeObject, IDisposable
{
[UnsupportedOSPlatform ("macos")]
@@ -67,7 +67,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleGetRideStatus:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleRideStatus (INGetRideStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V116))]global::System.Action<INGetRideStatusIntentResponse> completion);
+ unsafe void HandleRideStatus (INGetRideStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V117))]global::System.Action<INGetRideStatusIntentResponse> completion);
[UnsupportedOSPlatform ("macos")]
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("ios10.0")]
@@ -91,7 +91,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINGetRideStatusIntentHandling This, INGetRideStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V116))]global::System.Action<INGetRideStatusIntentResponse> completion)
+ public unsafe static void Confirm (this IINGetRideStatusIntentHandling This, INGetRideStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V117))]global::System.Action<INGetRideStatusIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -100,7 +100,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V116.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V117.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmGetRideStatus:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -113,7 +113,7 @@ namespace Intents {
}
[Export ("handleGetRideStatus:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleRideStatus (INGetRideStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V116))]global::System.Action<INGetRideStatusIntentResponse> completion)
+ public unsafe void HandleRideStatus (INGetRideStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V117))]global::System.Action<INGetRideStatusIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -122,7 +122,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V116.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V117.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleGetRideStatus:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INGetUserCurrentRestaurantReservationBookingsIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INGetUserCurrentRestaurantReservationBookingsIntentHandling.g.cs
index 994e6fa..5bedd91 100644
--- a/old/dotnet/ios/generated-sources/Intents/INGetUserCurrentRestaurantReservationBookingsIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INGetUserCurrentRestaurantReservationBookingsIntentHandling.g.cs
@@ -54,9 +54,9 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst10.0")]
[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.NIDActionArity1V117) })]
- [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.NIDActionArity1V117) })]
- [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.NIDActionArity1V87) })]
+ [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.NIDActionArity1V118) })]
+ [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.NIDActionArity1V118) })]
+ [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.NIDActionArity1V88) })]
public partial interface IINGetUserCurrentRestaurantReservationBookingsIntentHandling : INativeObject, IDisposable
{
[UnsupportedOSPlatform ("macos")]
@@ -66,7 +66,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleGetUserCurrentRestaurantReservationBookings:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleUserCurrentRestaurantReservationBookings (INGetUserCurrentRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V117))]global::System.Action<INGetUserCurrentRestaurantReservationBookingsIntentResponse> completion);
+ unsafe void HandleUserCurrentRestaurantReservationBookings (INGetUserCurrentRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V118))]global::System.Action<INGetUserCurrentRestaurantReservationBookingsIntentResponse> completion);
}
public static partial class INGetUserCurrentRestaurantReservationBookingsIntentHandling_Extensions {
[UnsupportedOSPlatform ("macos")]
@@ -74,7 +74,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINGetUserCurrentRestaurantReservationBookingsIntentHandling This, INGetUserCurrentRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V117))]global::System.Action<INGetUserCurrentRestaurantReservationBookingsIntentResponse> completion)
+ public unsafe static void Confirm (this IINGetUserCurrentRestaurantReservationBookingsIntentHandling This, INGetUserCurrentRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V118))]global::System.Action<INGetUserCurrentRestaurantReservationBookingsIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -83,7 +83,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V117.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V118.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmGetUserCurrentRestaurantReservationBookings:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -92,7 +92,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveUserCurrentRestaurantReservationBookings (this IINGetUserCurrentRestaurantReservationBookingsIntentHandling This, INGetUserCurrentRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V87))]global::System.Action<INRestaurantResolutionResult> completion)
+ public unsafe static void ResolveUserCurrentRestaurantReservationBookings (this IINGetUserCurrentRestaurantReservationBookingsIntentHandling This, INGetUserCurrentRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V88))]global::System.Action<INRestaurantResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -101,7 +101,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V87.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V88.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveRestaurantForGetUserCurrentRestaurantReservationBookings:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -114,7 +114,7 @@ namespace Intents {
}
[Export ("handleGetUserCurrentRestaurantReservationBookings:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleUserCurrentRestaurantReservationBookings (INGetUserCurrentRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V117))]global::System.Action<INGetUserCurrentRestaurantReservationBookingsIntentResponse> completion)
+ public unsafe void HandleUserCurrentRestaurantReservationBookings (INGetUserCurrentRestaurantReservationBookingsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V118))]global::System.Action<INGetUserCurrentRestaurantReservationBookingsIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -123,7 +123,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V117.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V118.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleGetUserCurrentRestaurantReservationBookings:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INGetVisualCodeIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INGetVisualCodeIntentHandling.g.cs
index 20f98d6..0994faa 100644
--- a/old/dotnet/ios/generated-sources/Intents/INGetVisualCodeIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INGetVisualCodeIntentHandling.g.cs
@@ -56,9 +56,9 @@ namespace Intents {
[ObsoletedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("maccatalyst11.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.NIDActionArity1V118) })]
- [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.NIDActionArity1V118) })]
- [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.NIDActionArity1V119) })]
+ [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.NIDActionArity1V119) })]
+ [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.NIDActionArity1V119) })]
+ [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.NIDActionArity1V120) })]
public partial interface IINGetVisualCodeIntentHandling : INativeObject, IDisposable
{
[ObsoletedOSPlatform ("ios15.0")]
@@ -70,7 +70,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleGetVisualCode:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleGetVisualCode (INGetVisualCodeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V118))]global::System.Action<INGetVisualCodeIntentResponse> completion);
+ unsafe void HandleGetVisualCode (INGetVisualCodeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V119))]global::System.Action<INGetVisualCodeIntentResponse> completion);
}
public static partial class INGetVisualCodeIntentHandling_Extensions {
[ObsoletedOSPlatform ("ios15.0")]
@@ -80,7 +80,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINGetVisualCodeIntentHandling This, INGetVisualCodeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V118))]global::System.Action<INGetVisualCodeIntentResponse> completion)
+ public unsafe static void Confirm (this IINGetVisualCodeIntentHandling This, INGetVisualCodeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V119))]global::System.Action<INGetVisualCodeIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -92,7 +92,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V118.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V119.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmGetVisualCode:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -104,7 +104,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveVisualCodeType (this IINGetVisualCodeIntentHandling This, INGetVisualCodeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V119))]global::System.Action<INVisualCodeTypeResolutionResult> completion)
+ public unsafe static void ResolveVisualCodeType (this IINGetVisualCodeIntentHandling This, INGetVisualCodeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V120))]global::System.Action<INVisualCodeTypeResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -116,7 +116,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V119.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V120.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveVisualCodeTypeForGetVisualCode:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -130,7 +130,7 @@ namespace Intents {
}
[Export ("handleGetVisualCode:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleGetVisualCode (INGetVisualCodeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V118))]global::System.Action<INGetVisualCodeIntentResponse> completion)
+ public unsafe void HandleGetVisualCode (INGetVisualCodeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V119))]global::System.Action<INGetVisualCodeIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -142,7 +142,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V118.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V119.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleGetVisualCode:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
diff --git a/new/dotnet/ios/generated-sources/Intents/INHangUpCallIntent.g.cs b/new/dotnet/ios/generated-sources/Intents/INHangUpCallIntent.g.cs
new file mode 100644
index 0000000..1ad5c37
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/Intents/INHangUpCallIntent.g.cs
@@ -0,0 +1,135 @@
+//
+// 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 Intents {
+ [Register("INHangUpCallIntent", true)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.1")]
+ [SupportedOSPlatform ("ios16.2")]
+ [SupportedOSPlatform ("maccatalyst16.2")]
+ public unsafe partial class INHangUpCallIntent : INIntent {
+ [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 ("INHangUpCallIntent");
+ #endif
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("init")]
+ public INHangUpCallIntent () : 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 INHangUpCallIntent (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 INHangUpCallIntent (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal INHangUpCallIntent (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("initWithCallIdentifier:")]
+ [SupportedOSPlatform ("macos13.1")]
+ [SupportedOSPlatform ("ios16.2")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("maccatalyst16.2")]
+ [DesignatedInitializer]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public INHangUpCallIntent (string? callIdentifier)
+ : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ var nscallIdentifier = CFString.CreateNative (callIdentifier);
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("initWithCallIdentifier:"), nscallIdentifier), "initWithCallIdentifier:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithCallIdentifier:"), nscallIdentifier), "initWithCallIdentifier:");
+ }
+ CFString.ReleaseNative (nscallIdentifier);
+ #endif
+ }
+ } /* class INHangUpCallIntent */
+}
diff --git a/new/dotnet/ios/generated-sources/Intents/INHangUpCallIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INHangUpCallIntentHandling.g.cs
new file mode 100644
index 0000000..964c95d
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/Intents/INHangUpCallIntentHandling.g.cs
@@ -0,0 +1,120 @@
+//
+// 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 Intents {
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.1")]
+ [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.NIDActionArity1V121) })]
+ [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.NIDActionArity1V121) })]
+ public partial interface IINHangUpCallIntentHandling : INativeObject, IDisposable
+ {
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.1")]
+ [SupportedOSPlatform ("ios16.2")]
+ [SupportedOSPlatform ("maccatalyst16.2")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [Export ("handleHangUpCall:completion:")]
+ [Preserve (Conditional = true)]
+ unsafe void HandleHangUpCall (INHangUpCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V121))]global::System.Action<INHangUpCallIntentResponse> completion);
+ }
+ public static partial class INHangUpCallIntentHandling_Extensions {
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.1")]
+ [SupportedOSPlatform ("ios16.2")]
+ [SupportedOSPlatform ("maccatalyst16.2")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe static void ConfirmHangUpCall (this IINHangUpCallIntentHandling This, INHangUpCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V121))]global::System.Action<INHangUpCallIntentResponse> completion)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
+ if (completion is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
+ BlockLiteral *block_ptr_completion;
+ BlockLiteral block_completion;
+ block_completion = new BlockLiteral ();
+ block_ptr_completion = &block_completion;
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V121.Handler, completion);
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmHangUpCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
+ block_ptr_completion->CleanupBlock ();
+ #endif
+ }
+ }
+ internal sealed class INHangUpCallIntentHandlingWrapper : BaseWrapper, IINHangUpCallIntentHandling {
+ [Preserve (Conditional = true)]
+ public INHangUpCallIntentHandlingWrapper (NativeHandle handle, bool owns)
+ : base (handle, owns)
+ {
+ }
+ [Export ("handleHangUpCall:completion:")]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe void HandleHangUpCall (INHangUpCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V121))]global::System.Action<INHangUpCallIntentResponse> completion)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
+ if (completion is null)
+ ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completion));
+ BlockLiteral *block_ptr_completion;
+ BlockLiteral block_completion;
+ block_completion = new BlockLiteral ();
+ block_ptr_completion = &block_completion;
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V121.Handler, completion);
+ global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleHangUpCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
+ block_ptr_completion->CleanupBlock ();
+ #endif
+ }
+ }
+}
diff --git a/new/dotnet/ios/generated-sources/Intents/INHangUpCallIntentResponse.g.cs b/new/dotnet/ios/generated-sources/Intents/INHangUpCallIntentResponse.g.cs
new file mode 100644
index 0000000..b68e4fa
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/Intents/INHangUpCallIntentResponse.g.cs
@@ -0,0 +1,143 @@
+//
+// 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 Intents {
+ [Register("INHangUpCallIntentResponse", true)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.1")]
+ [SupportedOSPlatform ("ios16.2")]
+ [SupportedOSPlatform ("maccatalyst16.2")]
+ public unsafe partial class INHangUpCallIntentResponse : INIntentResponse {
+ [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 ("INHangUpCallIntentResponse");
+ #endif
+ public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [DesignatedInitializer]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("initWithCoder:")]
+ public INHangUpCallIntentResponse (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 INHangUpCallIntentResponse (NSObjectFlag t) : base (t)
+ {
+ }
+
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ protected internal INHangUpCallIntentResponse (NativeHandle handle) : base (handle)
+ {
+ }
+
+ [Export ("initWithCode:userActivity:")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.1")]
+ [SupportedOSPlatform ("ios16.2")]
+ [SupportedOSPlatform ("maccatalyst16.2")]
+ [DesignatedInitializer]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public INHangUpCallIntentResponse (INHangUpCallIntentResponseCode code, NSUserActivity? userActivity)
+ : base (NSObjectFlag.Empty)
+ {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ var userActivity__handle__ = userActivity.GetHandle ();
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr_NativeHandle (this.Handle, Selector.GetHandle ("initWithCode:userActivity:"), (IntPtr) (long) code, userActivity__handle__), "initWithCode:userActivity:");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper_IntPtr_NativeHandle (this.SuperHandle, Selector.GetHandle ("initWithCode:userActivity:"), (IntPtr) (long) code, userActivity__handle__), "initWithCode:userActivity:");
+ }
+ #endif
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.1")]
+ [SupportedOSPlatform ("ios16.2")]
+ [SupportedOSPlatform ("maccatalyst16.2")]
+ public virtual INHangUpCallIntentResponseCode Code {
+ [Export ("code")]
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.1")]
+ [SupportedOSPlatform ("ios16.2")]
+ [SupportedOSPlatform ("maccatalyst16.2")]
+ get {
+ #if ARCH_32
+ throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
+ #else
+ INHangUpCallIntentResponseCode ret;
+ if (IsDirectBinding) {
+ ret = (Intents.INHangUpCallIntentResponseCode) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, Selector.GetHandle ("code"));
+ } else {
+ ret = (Intents.INHangUpCallIntentResponseCode) (long) global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("code"));
+ }
+ return ret!;
+ #endif
+ }
+ }
+ } /* class INHangUpCallIntentResponse */
+}
diff --git a/new/dotnet/ios/generated-sources/Intents/INHangUpCallIntentResponseCode.g.cs b/new/dotnet/ios/generated-sources/Intents/INHangUpCallIntentResponseCode.g.cs
new file mode 100644
index 0000000..aa54c0f
--- /dev/null
+++ b/new/dotnet/ios/generated-sources/Intents/INHangUpCallIntentResponseCode.g.cs
@@ -0,0 +1,66 @@
+//
+// 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 Intents {
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.1")]
+ [SupportedOSPlatform ("ios16.2")]
+ [SupportedOSPlatform ("maccatalyst16.2")]
+ [Native]
+ public enum INHangUpCallIntentResponseCode : long {
+ Unspecified = 0,
+ Ready = 1,
+ InProgress = 2,
+ Success = 3,
+ Failure = 4,
+ FailureRequiringAppLaunch = 5,
+ FailureNoCallToHangUp = 6,
+ }
+}
diff --git a/old/dotnet/ios/generated-sources/Intents/INImage.g.cs b/new/dotnet/ios/generated-sources/Intents/INImage.g.cs
index 60ff9fb..88336a0 100644
--- a/old/dotnet/ios/generated-sources/Intents/INImage.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INImage.g.cs
@@ -124,7 +124,7 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[UnsupportedOSPlatform ("maccatalyst")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void FetchImage ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V120))]global::System.Action<global::UIKit.UIImage> completion)
+ public unsafe virtual void FetchImage ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V122))]global::System.Action<global::UIKit.UIImage> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -135,7 +135,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V120.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V122.Handler, completion);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("fetchUIImageWithCompletion:"), (IntPtr) block_ptr_completion);
} else {
diff --git a/old/dotnet/ios/generated-sources/Intents/INIntentIdentifier.g.cs b/new/dotnet/ios/generated-sources/Intents/INIntentIdentifier.g.cs
index 2a363fc..ef7bbf9 100644
--- a/old/dotnet/ios/generated-sources/Intents/INIntentIdentifier.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INIntentIdentifier.g.cs
@@ -189,6 +189,16 @@ namespace Intents {
[SupportedOSPlatform ("maccatalyst14.0")]
[UnsupportedOSPlatform ("tvos")]
StartCall = 25,
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.1")]
+ [SupportedOSPlatform ("ios16.2")]
+ [SupportedOSPlatform ("maccatalyst16.2")]
+ AnswerCall = 26,
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.1")]
+ [SupportedOSPlatform ("ios16.2")]
+ [SupportedOSPlatform ("maccatalyst16.2")]
+ HangUpCall = 27,
}
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("macos10.12.0")]
@@ -196,7 +206,7 @@ namespace Intents {
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static public partial class INIntentIdentifierExtensions {
- static IntPtr[] values = new IntPtr [26];
+ static IntPtr[] values = new IntPtr [28];
[ObsoletedOSPlatform ("ios14.0", "Use 'StartCall' instead.")]
[UnsupportedOSPlatform ("macos")]
[UnsupportedOSPlatform ("tvos")]
@@ -487,6 +497,28 @@ namespace Intents {
return Dlfcn.CachePointer (Libraries.Intents.Handle, "INStartCallIntentIdentifier", storage);
}
}
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.1")]
+ [SupportedOSPlatform ("ios16.2")]
+ [SupportedOSPlatform ("maccatalyst16.2")]
+ [Field ("INAnswerCallIntentIdentifier", "Intents")]
+ internal unsafe static IntPtr INAnswerCallIntentIdentifier {
+ get {
+ fixed (IntPtr *storage = &values [26])
+ return Dlfcn.CachePointer (Libraries.Intents.Handle, "INAnswerCallIntentIdentifier", storage);
+ }
+ }
+ [UnsupportedOSPlatform ("tvos")]
+ [SupportedOSPlatform ("macos13.1")]
+ [SupportedOSPlatform ("ios16.2")]
+ [SupportedOSPlatform ("maccatalyst16.2")]
+ [Field ("INHangUpCallIntentIdentifier", "Intents")]
+ internal unsafe static IntPtr INHangUpCallIntentIdentifier {
+ get {
+ fixed (IntPtr *storage = &values [27])
+ return Dlfcn.CachePointer (Libraries.Intents.Handle, "INHangUpCallIntentIdentifier", storage);
+ }
+ }
public static NSString? GetConstant (this INIntentIdentifier self)
{
IntPtr ptr = IntPtr.Zero;
@@ -569,6 +601,12 @@ namespace Intents {
case 25: // INIntentIdentifier.StartCall
ptr = INStartCallIntentIdentifier;
break;
+ case 26: // INIntentIdentifier.AnswerCall
+ ptr = INAnswerCallIntentIdentifier;
+ break;
+ case 27: // INIntentIdentifier.HangUpCall
+ ptr = INHangUpCallIntentIdentifier;
+ break;
}
return (NSString?) Runtime.GetNSObject (ptr);
}
@@ -628,6 +666,10 @@ namespace Intents {
return INIntentIdentifier.GetRideStatus;
if (constant.IsEqualTo (INStartCallIntentIdentifier))
return INIntentIdentifier.StartCall;
+ if (constant.IsEqualTo (INAnswerCallIntentIdentifier))
+ return INIntentIdentifier.AnswerCall;
+ if (constant.IsEqualTo (INHangUpCallIntentIdentifier))
+ return INIntentIdentifier.HangUpCall;
throw new NotSupportedException ($"{constant} has no associated enum value on this platform.");
}
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INListCarsIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INListCarsIntentHandling.g.cs
index 3ada404..ec0c79f 100644
--- a/old/dotnet/ios/generated-sources/Intents/INListCarsIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INListCarsIntentHandling.g.cs
@@ -54,8 +54,8 @@ 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.NIDActionArity1V121) })]
- [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.NIDActionArity1V121) })]
+ [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.NIDActionArity1V123) })]
+ [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.NIDActionArity1V123) })]
public partial interface IINListCarsIntentHandling : INativeObject, IDisposable
{
[UnsupportedOSPlatform ("tvos")]
@@ -65,7 +65,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleListCars:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleListCars (INListCarsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V121))]global::System.Action<INListCarsIntentResponse> completion);
+ unsafe void HandleListCars (INListCarsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V123))]global::System.Action<INListCarsIntentResponse> completion);
}
public static partial class INListCarsIntentHandling_Extensions {
[UnsupportedOSPlatform ("tvos")]
@@ -73,7 +73,7 @@ namespace Intents {
[SupportedOSPlatform ("ios14.0")]
[SupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ConfirmListCars (this IINListCarsIntentHandling This, INListCarsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V121))]global::System.Action<INListCarsIntentResponse> completion)
+ public unsafe static void ConfirmListCars (this IINListCarsIntentHandling This, INListCarsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V123))]global::System.Action<INListCarsIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -85,7 +85,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V121.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V123.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmListCars:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -99,7 +99,7 @@ namespace Intents {
}
[Export ("handleListCars:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleListCars (INListCarsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V121))]global::System.Action<INListCarsIntentResponse> completion)
+ public unsafe void HandleListCars (INListCarsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V123))]global::System.Action<INListCarsIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -111,7 +111,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V121.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V123.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleListCars:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/Intents/INListRideOptionsIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INListRideOptionsIntentHandling.g.cs
index dec0f94..e2f7a62 100644
--- a/old/dotnet/ios/generated-sources/Intents/INListRideOptionsIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INListRideOptionsIntentHandling.g.cs
@@ -54,10 +54,10 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst10.0")]
[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.NIDActionArity1V122) })]
- [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.NIDActionArity1V122) })]
- [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.NIDActionArity1V123) })]
- [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.NIDActionArity1V123) })]
+ [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.NIDActionArity1V124) })]
+ [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.NIDActionArity1V124) })]
+ [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.NIDActionArity1V125) })]
+ [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.NIDActionArity1V125) })]
public partial interface IINListRideOptionsIntentHandling : INativeObject, IDisposable
{
[UnsupportedOSPlatform ("macos")]
@@ -67,7 +67,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleListRideOptions:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleListRideOptions (INListRideOptionsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V122))]global::System.Action<INListRideOptionsIntentResponse> completion);
+ unsafe void HandleListRideOptions (INListRideOptionsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V124))]global::System.Action<INListRideOptionsIntentResponse> completion);
}
public static partial class INListRideOptionsIntentHandling_Extensions {
[UnsupportedOSPlatform ("macos")]
@@ -75,7 +75,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINListRideOptionsIntentHandling This, INListRideOptionsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V122))]global::System.Action<INListRideOptionsIntentResponse> completion)
+ public unsafe static void Confirm (this IINListRideOptionsIntentHandling This, INListRideOptionsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V124))]global::System.Action<INListRideOptionsIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -84,7 +84,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V122.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V124.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmListRideOptions:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -93,7 +93,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolvePickupLocation (this IINListRideOptionsIntentHandling This, INListRideOptionsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V123))]global::System.Action<INPlacemarkResolutionResult> completion)
+ public unsafe static void ResolvePickupLocation (this IINListRideOptionsIntentHandling This, INListRideOptionsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V125))]global::System.Action<INPlacemarkResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -102,7 +102,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V123.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V125.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolvePickupLocationForListRideOptions:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -111,7 +111,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveDropOffLocation (this IINListRideOptionsIntentHandling This, INListRideOptionsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V123))]global::System.Action<INPlacemarkResolutionResult> completion)
+ public unsafe static void ResolveDropOffLocation (this IINListRideOptionsIntentHandling This, INListRideOptionsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V125))]global::System.Action<INPlacemarkResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -120,7 +120,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V123.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V125.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveDropOffLocationForListRideOptions:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -133,7 +133,7 @@ namespace Intents {
}
[Export ("handleListRideOptions:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleListRideOptions (INListRideOptionsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V122))]global::System.Action<INListRideOptionsIntentResponse> completion)
+ public unsafe void HandleListRideOptions (INListRideOptionsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V124))]global::System.Action<INListRideOptionsIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -142,7 +142,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V122.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V124.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleListRideOptions:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INMessagesDomainHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INMessagesDomainHandling.g.cs
index 66a8042..f12bb17 100644
--- a/old/dotnet/ios/generated-sources/Intents/INMessagesDomainHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INMessagesDomainHandling.g.cs
@@ -70,7 +70,7 @@ namespace Intents {
}
[Export ("handleSearchForMessages:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSearchForMessages (INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V124))]global::System.Action<INSearchForMessagesIntentResponse> completion)
+ public unsafe void HandleSearchForMessages (INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V126))]global::System.Action<INSearchForMessagesIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -79,13 +79,13 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V124.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V126.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSearchForMessages:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
[Export ("handleSendMessage:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSendMessage (INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V125))]global::System.Action<INSendMessageIntentResponse> completion)
+ public unsafe void HandleSendMessage (INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V127))]global::System.Action<INSendMessageIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -94,13 +94,13 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V125.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V127.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSendMessage:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
[Export ("handleSetMessageAttribute:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSetMessageAttribute (INSetMessageAttributeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V126))]global::System.Action<INSetMessageAttributeIntentResponse> completion)
+ public unsafe void HandleSetMessageAttribute (INSetMessageAttributeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V128))]global::System.Action<INSetMessageAttributeIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -109,7 +109,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V126.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V128.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSetMessageAttribute:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INNotebookDomainHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INNotebookDomainHandling.g.cs
index b478b6d..996241f 100644
--- a/old/dotnet/ios/generated-sources/Intents/INNotebookDomainHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INNotebookDomainHandling.g.cs
@@ -92,7 +92,7 @@ namespace Intents {
}
[Export ("handleAppendToNote:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleAppendToNote (INAppendToNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V83))]global::System.Action<INAppendToNoteIntentResponse> completion)
+ public unsafe void HandleAppendToNote (INAppendToNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V84))]global::System.Action<INAppendToNoteIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -104,14 +104,14 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V83.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V84.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleAppendToNote:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
}
[Export ("handleCreateNote:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleCreateNote (INCreateNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V106))]global::System.Action<INCreateNoteIntentResponse> completion)
+ public unsafe void HandleCreateNote (INCreateNoteIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V107))]global::System.Action<INCreateNoteIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -123,14 +123,14 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V106.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V107.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleCreateNote:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
}
[Export ("handleCreateTaskList:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleCreateTaskList (INCreateTaskListIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V107))]global::System.Action<INCreateTaskListIntentResponse> completion)
+ public unsafe void HandleCreateTaskList (INCreateTaskListIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V108))]global::System.Action<INCreateTaskListIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -142,14 +142,14 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V107.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V108.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleCreateTaskList:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
}
[Export ("handleSearchForNotebookItems:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSearchForNotebookItems (INSearchForNotebookItemsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V127))]global::System.Action<INSearchForNotebookItemsIntentResponse> completion)
+ public unsafe void HandleSearchForNotebookItems (INSearchForNotebookItemsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V129))]global::System.Action<INSearchForNotebookItemsIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -161,14 +161,14 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V127.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V129.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSearchForNotebookItems:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
}
[Export ("handleSetTaskAttribute:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSetTaskAttribute (INSetTaskAttributeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V128))]global::System.Action<INSetTaskAttributeIntentResponse> completion)
+ public unsafe void HandleSetTaskAttribute (INSetTaskAttributeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V130))]global::System.Action<INSetTaskAttributeIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -180,7 +180,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V128.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V130.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSetTaskAttribute:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/Intents/INPauseWorkoutIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INPauseWorkoutIntentHandling.g.cs
index a45b2bb..b00259d 100644
--- a/old/dotnet/ios/generated-sources/Intents/INPauseWorkoutIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INPauseWorkoutIntentHandling.g.cs
@@ -54,8 +54,8 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst10.0")]
[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.NIDActionArity1V129) })]
- [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.NIDActionArity1V129) })]
+ [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.NIDActionArity1V131) })]
+ [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.NIDActionArity1V131) })]
[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.NIDActionArity1V70) })]
public partial interface IINPauseWorkoutIntentHandling : INativeObject, IDisposable
{
@@ -66,7 +66,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handlePauseWorkout:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandlePauseWorkout (INPauseWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V129))]global::System.Action<INPauseWorkoutIntentResponse> completion);
+ unsafe void HandlePauseWorkout (INPauseWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V131))]global::System.Action<INPauseWorkoutIntentResponse> completion);
}
public static partial class INPauseWorkoutIntentHandling_Extensions {
[UnsupportedOSPlatform ("macos")]
@@ -74,7 +74,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINPauseWorkoutIntentHandling This, INPauseWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V129))]global::System.Action<INPauseWorkoutIntentResponse> completion)
+ public unsafe static void Confirm (this IINPauseWorkoutIntentHandling This, INPauseWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V131))]global::System.Action<INPauseWorkoutIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -83,7 +83,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V129.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V131.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmPauseWorkout:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -114,7 +114,7 @@ namespace Intents {
}
[Export ("handlePauseWorkout:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandlePauseWorkout (INPauseWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V129))]global::System.Action<INPauseWorkoutIntentResponse> completion)
+ public unsafe void HandlePauseWorkout (INPauseWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V131))]global::System.Action<INPauseWorkoutIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -123,7 +123,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V129.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V131.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handlePauseWorkout:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INPayBillIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INPayBillIntentHandling.g.cs
index 4a61ca6..55a40e2 100644
--- a/old/dotnet/ios/generated-sources/Intents/INPayBillIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INPayBillIntentHandling.g.cs
@@ -56,15 +56,15 @@ namespace Intents {
[ObsoletedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("maccatalyst10.3")]
[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.NIDActionArity1V130) })]
- [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.NIDActionArity1V130) })]
- [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.NIDActionArity1V131) })]
- [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.NIDActionArity1V132) })]
- [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.NIDActionArity1V133) })]
- [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.NIDActionArity1V134) })]
- [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.NIDActionArity1V91) })]
- [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.NIDActionArity1V135) })]
- [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.NIDActionArity1V134) })]
+ [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.NIDActionArity1V132) })]
+ [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.NIDActionArity1V132) })]
+ [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.NIDActionArity1V133) })]
+ [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.NIDActionArity1V134) })]
+ [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.NIDActionArity1V135) })]
+ [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.NIDActionArity1V136) })]
+ [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.NIDActionArity1V92) })]
+ [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.NIDActionArity1V137) })]
+ [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.NIDActionArity1V136) })]
public partial interface IINPayBillIntentHandling : INativeObject, IDisposable
{
[ObsoletedOSPlatform ("ios15.0")]
@@ -76,7 +76,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handlePayBill:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandlePayBill (INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V130))]global::System.Action<INPayBillIntentResponse> completion);
+ unsafe void HandlePayBill (INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V132))]global::System.Action<INPayBillIntentResponse> completion);
}
public static partial class INPayBillIntentHandling_Extensions {
[ObsoletedOSPlatform ("ios15.0")]
@@ -86,7 +86,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.3")]
[SupportedOSPlatform ("maccatalyst10.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINPayBillIntentHandling This, INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V130))]global::System.Action<INPayBillIntentResponse> completion)
+ public unsafe static void Confirm (this IINPayBillIntentHandling This, INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V132))]global::System.Action<INPayBillIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -95,7 +95,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V130.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V132.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmPayBill:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -106,7 +106,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.3")]
[SupportedOSPlatform ("maccatalyst10.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveBillPayee (this IINPayBillIntentHandling This, INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V131))]global::System.Action<INBillPayeeResolutionResult> completion)
+ public unsafe static void ResolveBillPayee (this IINPayBillIntentHandling This, INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V133))]global::System.Action<INBillPayeeResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -115,7 +115,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V131.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V133.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveBillPayeeForPayBill:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -126,7 +126,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.3")]
[SupportedOSPlatform ("maccatalyst10.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveFromAccount (this IINPayBillIntentHandling This, INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V132))]global::System.Action<INPaymentAccountResolutionResult> completion)
+ public unsafe static void ResolveFromAccount (this IINPayBillIntentHandling This, INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V134))]global::System.Action<INPaymentAccountResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -135,7 +135,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V132.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V134.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveFromAccountForPayBill:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -146,7 +146,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.3")]
[SupportedOSPlatform ("maccatalyst10.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveTransactionAmount (this IINPayBillIntentHandling This, INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V133))]global::System.Action<INPaymentAmountResolutionResult> completion)
+ public unsafe static void ResolveTransactionAmount (this IINPayBillIntentHandling This, INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V135))]global::System.Action<INPaymentAmountResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -155,7 +155,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V133.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V135.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveTransactionAmountForPayBill:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -166,7 +166,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.3")]
[SupportedOSPlatform ("maccatalyst10.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveTransactionScheduledDate (this IINPayBillIntentHandling This, INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V134))]global::System.Action<INDateComponentsRangeResolutionResult> completion)
+ public unsafe static void ResolveTransactionScheduledDate (this IINPayBillIntentHandling This, INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V136))]global::System.Action<INDateComponentsRangeResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -175,7 +175,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V134.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V136.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveTransactionScheduledDateForPayBill:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -186,7 +186,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.3")]
[SupportedOSPlatform ("maccatalyst10.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveTransactionNote (this IINPayBillIntentHandling This, INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V91))]global::System.Action<INStringResolutionResult> completion)
+ public unsafe static void ResolveTransactionNote (this IINPayBillIntentHandling This, INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V92))]global::System.Action<INStringResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -195,7 +195,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V91.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V92.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveTransactionNoteForPayBill:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -206,7 +206,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.3")]
[SupportedOSPlatform ("maccatalyst10.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveBillType (this IINPayBillIntentHandling This, INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V135))]global::System.Action<INBillTypeResolutionResult> completion)
+ public unsafe static void ResolveBillType (this IINPayBillIntentHandling This, INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V137))]global::System.Action<INBillTypeResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -215,7 +215,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V135.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V137.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveBillTypeForPayBill:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -226,7 +226,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.3")]
[SupportedOSPlatform ("maccatalyst10.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveDueDate (this IINPayBillIntentHandling This, INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V134))]global::System.Action<INDateComponentsRangeResolutionResult> completion)
+ public unsafe static void ResolveDueDate (this IINPayBillIntentHandling This, INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V136))]global::System.Action<INDateComponentsRangeResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -235,7 +235,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V134.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V136.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveDueDateForPayBill:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -248,7 +248,7 @@ namespace Intents {
}
[Export ("handlePayBill:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandlePayBill (INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V130))]global::System.Action<INPayBillIntentResponse> completion)
+ public unsafe void HandlePayBill (INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V132))]global::System.Action<INPayBillIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -257,7 +257,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V130.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V132.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handlePayBill:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INPaymentsDomainHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INPaymentsDomainHandling.g.cs
index f80f580..a64a3a8 100644
--- a/old/dotnet/ios/generated-sources/Intents/INPaymentsDomainHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INPaymentsDomainHandling.g.cs
@@ -73,7 +73,7 @@ namespace Intents {
}
[Export ("handlePayBill:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandlePayBill (INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V130))]global::System.Action<INPayBillIntentResponse> completion)
+ public unsafe void HandlePayBill (INPayBillIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V132))]global::System.Action<INPayBillIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -82,13 +82,13 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V130.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V132.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handlePayBill:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
[Export ("handleRequestPayment:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleRequestPayment (INRequestPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V136))]global::System.Action<INRequestPaymentIntentResponse> completion)
+ public unsafe void HandleRequestPayment (INRequestPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V138))]global::System.Action<INRequestPaymentIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -97,13 +97,13 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V136.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V138.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleRequestPayment:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
[Export ("handleSearchForAccounts:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSearchForAccounts (INSearchForAccountsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V137))]global::System.Action<INSearchForAccountsIntentResponse> completion)
+ public unsafe void HandleSearchForAccounts (INSearchForAccountsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V139))]global::System.Action<INSearchForAccountsIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -115,14 +115,14 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V137.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V139.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSearchForAccounts:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
}
[Export ("handleSearchForBills:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSearch (INSearchForBillsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V138))]global::System.Action<INSearchForBillsIntentResponse> completion)
+ public unsafe void HandleSearch (INSearchForBillsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V140))]global::System.Action<INSearchForBillsIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -131,13 +131,13 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V138.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V140.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSearchForBills:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
[Export ("handleSendPayment:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSendPayment (INSendPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V139))]global::System.Action<INSendPaymentIntentResponse> completion)
+ public unsafe void HandleSendPayment (INSendPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V141))]global::System.Action<INSendPaymentIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -146,13 +146,13 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V139.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V141.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSendPayment:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
[Export ("handleTransferMoney:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleTransferMoney (INTransferMoneyIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V140))]global::System.Action<INTransferMoneyIntentResponse> completion)
+ public unsafe void HandleTransferMoney (INTransferMoneyIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V142))]global::System.Action<INTransferMoneyIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -164,7 +164,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V140.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V142.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleTransferMoney:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/Intents/INPhotosDomainHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INPhotosDomainHandling.g.cs
index cbed4da..001aa7a 100644
--- a/old/dotnet/ios/generated-sources/Intents/INPhotosDomainHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INPhotosDomainHandling.g.cs
@@ -69,7 +69,7 @@ namespace Intents {
}
[Export ("handleSearchForPhotos:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSearchForPhotos (INSearchForPhotosIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V141))]global::System.Action<INSearchForPhotosIntentResponse> completion)
+ public unsafe void HandleSearchForPhotos (INSearchForPhotosIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V143))]global::System.Action<INSearchForPhotosIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -78,13 +78,13 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V141.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V143.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSearchForPhotos:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
[Export ("handleStartPhotoPlayback:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleStartPhotoPlayback (INStartPhotoPlaybackIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V142))]global::System.Action<INStartPhotoPlaybackIntentResponse> completion)
+ public unsafe void HandleStartPhotoPlayback (INStartPhotoPlaybackIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V144))]global::System.Action<INStartPhotoPlaybackIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -93,7 +93,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V142.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V144.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleStartPhotoPlayback:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INPlayMediaIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INPlayMediaIntentHandling.g.cs
index 5193f7b..7ed9f93 100644
--- a/old/dotnet/ios/generated-sources/Intents/INPlayMediaIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INPlayMediaIntentHandling.g.cs
@@ -54,14 +54,14 @@ namespace Intents {
[SupportedOSPlatform ("ios12.0")]
[SupportedOSPlatform ("maccatalyst12.0")]
[Protocol (Name = "INPlayMediaIntentHandling", WrapperType = typeof (INPlayMediaIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandlePlayMedia", Selector = "handlePlayMedia:completion:", ParameterType = new Type [] { typeof (Intents.INPlayMediaIntent), typeof (global::System.Action<global::Intents.INPlayMediaIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V143) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmPlayMedia:completion:", ParameterType = new Type [] { typeof (Intents.INPlayMediaIntent), typeof (global::System.Action<global::Intents.INPlayMediaIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V143) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveMediaItems", Selector = "resolveMediaItemsForPlayMedia:withCompletion:", ParameterType = new Type [] { typeof (Intents.INPlayMediaIntent), typeof (global::System.Action<NSArray<global::Intents.INPlayMediaMediaItemResolutionResult>>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V144) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePlayShuffled", Selector = "resolvePlayShuffledForPlayMedia:withCompletion:", ParameterType = new Type [] { typeof (Intents.INPlayMediaIntent), typeof (global::System.Action<global::Intents.INBooleanResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V145) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePlaybackRepeatMode", Selector = "resolvePlaybackRepeatModeForPlayMedia:withCompletion:", ParameterType = new Type [] { typeof (Intents.INPlayMediaIntent), typeof (global::System.Action<global::Intents.INPlaybackRepeatModeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V146) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveResumePlayback", Selector = "resolveResumePlaybackForPlayMedia:withCompletion:", ParameterType = new Type [] { typeof (Intents.INPlayMediaIntent), typeof (global::System.Action<global::Intents.INBooleanResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V145) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePlaybackQueueLocation", Selector = "resolvePlaybackQueueLocationForPlayMedia:withCompletion:", ParameterType = new Type [] { typeof (Intents.INPlayMediaIntent), typeof (global::System.Action<global::Intents.INPlaybackQueueLocationResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V147) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePlaybackSpeed", Selector = "resolvePlaybackSpeedForPlayMedia:withCompletion:", ParameterType = new Type [] { typeof (Intents.INPlayMediaIntent), typeof (global::System.Action<global::Intents.INPlayMediaPlaybackSpeedResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V148) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandlePlayMedia", Selector = "handlePlayMedia:completion:", ParameterType = new Type [] { typeof (Intents.INPlayMediaIntent), typeof (global::System.Action<global::Intents.INPlayMediaIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V145) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmPlayMedia:completion:", ParameterType = new Type [] { typeof (Intents.INPlayMediaIntent), typeof (global::System.Action<global::Intents.INPlayMediaIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V145) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveMediaItems", Selector = "resolveMediaItemsForPlayMedia:withCompletion:", ParameterType = new Type [] { typeof (Intents.INPlayMediaIntent), typeof (global::System.Action<NSArray<global::Intents.INPlayMediaMediaItemResolutionResult>>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V146) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePlayShuffled", Selector = "resolvePlayShuffledForPlayMedia:withCompletion:", ParameterType = new Type [] { typeof (Intents.INPlayMediaIntent), typeof (global::System.Action<global::Intents.INBooleanResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V147) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePlaybackRepeatMode", Selector = "resolvePlaybackRepeatModeForPlayMedia:withCompletion:", ParameterType = new Type [] { typeof (Intents.INPlayMediaIntent), typeof (global::System.Action<global::Intents.INPlaybackRepeatModeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V148) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveResumePlayback", Selector = "resolveResumePlaybackForPlayMedia:withCompletion:", ParameterType = new Type [] { typeof (Intents.INPlayMediaIntent), typeof (global::System.Action<global::Intents.INBooleanResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V147) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePlaybackQueueLocation", Selector = "resolvePlaybackQueueLocationForPlayMedia:withCompletion:", ParameterType = new Type [] { typeof (Intents.INPlayMediaIntent), typeof (global::System.Action<global::Intents.INPlaybackQueueLocationResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V149) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePlaybackSpeed", Selector = "resolvePlaybackSpeedForPlayMedia:withCompletion:", ParameterType = new Type [] { typeof (Intents.INPlayMediaIntent), typeof (global::System.Action<global::Intents.INPlayMediaPlaybackSpeedResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V150) })]
public partial interface IINPlayMediaIntentHandling : INativeObject, IDisposable
{
[UnsupportedOSPlatform ("macos")]
@@ -71,7 +71,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handlePlayMedia:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandlePlayMedia (INPlayMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V143))]global::System.Action<INPlayMediaIntentResponse> completion);
+ unsafe void HandlePlayMedia (INPlayMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V145))]global::System.Action<INPlayMediaIntentResponse> completion);
}
public static partial class INPlayMediaIntentHandling_Extensions {
[UnsupportedOSPlatform ("macos")]
@@ -79,7 +79,7 @@ namespace Intents {
[SupportedOSPlatform ("ios12.0")]
[SupportedOSPlatform ("maccatalyst12.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINPlayMediaIntentHandling This, INPlayMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V143))]global::System.Action<INPlayMediaIntentResponse> completion)
+ public unsafe static void Confirm (this IINPlayMediaIntentHandling This, INPlayMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V145))]global::System.Action<INPlayMediaIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -91,7 +91,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V143.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V145.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmPlayMedia:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -101,7 +101,7 @@ namespace Intents {
[SupportedOSPlatform ("maccatalyst13.0")]
[SupportedOSPlatform ("tvos13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveMediaItems (this IINPlayMediaIntentHandling This, INPlayMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V144))]global::System.Action<NSArray<INPlayMediaMediaItemResolutionResult>> completion)
+ public unsafe static void ResolveMediaItems (this IINPlayMediaIntentHandling This, INPlayMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V146))]global::System.Action<NSArray<INPlayMediaMediaItemResolutionResult>> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -113,7 +113,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V144.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V146.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveMediaItemsForPlayMedia:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -123,7 +123,7 @@ namespace Intents {
[SupportedOSPlatform ("maccatalyst13.0")]
[SupportedOSPlatform ("tvos13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolvePlayShuffled (this IINPlayMediaIntentHandling This, INPlayMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V145))]global::System.Action<INBooleanResolutionResult> completion)
+ public unsafe static void ResolvePlayShuffled (this IINPlayMediaIntentHandling This, INPlayMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V147))]global::System.Action<INBooleanResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -135,7 +135,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V145.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V147.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolvePlayShuffledForPlayMedia:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -145,7 +145,7 @@ namespace Intents {
[SupportedOSPlatform ("maccatalyst13.0")]
[SupportedOSPlatform ("tvos13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolvePlaybackRepeatMode (this IINPlayMediaIntentHandling This, INPlayMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V146))]global::System.Action<INPlaybackRepeatModeResolutionResult> completion)
+ public unsafe static void ResolvePlaybackRepeatMode (this IINPlayMediaIntentHandling This, INPlayMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V148))]global::System.Action<INPlaybackRepeatModeResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -157,7 +157,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V146.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V148.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolvePlaybackRepeatModeForPlayMedia:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -167,7 +167,7 @@ namespace Intents {
[SupportedOSPlatform ("maccatalyst13.0")]
[SupportedOSPlatform ("tvos13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveResumePlayback (this IINPlayMediaIntentHandling This, INPlayMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V145))]global::System.Action<INBooleanResolutionResult> completion)
+ public unsafe static void ResolveResumePlayback (this IINPlayMediaIntentHandling This, INPlayMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V147))]global::System.Action<INBooleanResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -179,7 +179,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V145.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V147.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveResumePlaybackForPlayMedia:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -189,7 +189,7 @@ namespace Intents {
[SupportedOSPlatform ("maccatalyst13.0")]
[SupportedOSPlatform ("tvos13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolvePlaybackQueueLocation (this IINPlayMediaIntentHandling This, INPlayMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V147))]global::System.Action<INPlaybackQueueLocationResolutionResult> completion)
+ public unsafe static void ResolvePlaybackQueueLocation (this IINPlayMediaIntentHandling This, INPlayMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V149))]global::System.Action<INPlaybackQueueLocationResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -201,7 +201,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V147.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V149.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolvePlaybackQueueLocationForPlayMedia:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -211,7 +211,7 @@ namespace Intents {
[SupportedOSPlatform ("maccatalyst13.0")]
[SupportedOSPlatform ("tvos13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolvePlaybackSpeed (this IINPlayMediaIntentHandling This, INPlayMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V148))]global::System.Action<INPlayMediaPlaybackSpeedResolutionResult> completion)
+ public unsafe static void ResolvePlaybackSpeed (this IINPlayMediaIntentHandling This, INPlayMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V150))]global::System.Action<INPlayMediaPlaybackSpeedResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -223,7 +223,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V148.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V150.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolvePlaybackSpeedForPlayMedia:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -237,7 +237,7 @@ namespace Intents {
}
[Export ("handlePlayMedia:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandlePlayMedia (INPlayMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V143))]global::System.Action<INPlayMediaIntentResponse> completion)
+ public unsafe void HandlePlayMedia (INPlayMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V145))]global::System.Action<INPlayMediaIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -249,7 +249,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V143.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V145.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handlePlayMedia:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/Intents/INPreferences.g.cs b/new/dotnet/ios/generated-sources/Intents/INPreferences.g.cs
index 2909668..b255550 100644
--- a/old/dotnet/ios/generated-sources/Intents/INPreferences.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INPreferences.g.cs
@@ -76,7 +76,7 @@ namespace Intents {
[SupportedOSPlatform ("tvos14.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void RequestSiriAuthorization ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V149))]global::System.Action<INSiriAuthorizationStatus> handler)
+ public unsafe static void RequestSiriAuthorization ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V151))]global::System.Action<INSiriAuthorizationStatus> handler)
{
if (handler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler));
@@ -84,7 +84,7 @@ namespace Intents {
BlockLiteral block_handler;
block_handler = new BlockLiteral ();
block_ptr_handler = &block_handler;
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V149.Handler, handler);
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V151.Handler, handler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, Selector.GetHandle ("requestSiriAuthorization:"), (IntPtr) block_ptr_handler);
block_ptr_handler->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INRadioDomainHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INRadioDomainHandling.g.cs
index 30c3e68..d851661 100644
--- a/old/dotnet/ios/generated-sources/Intents/INRadioDomainHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INRadioDomainHandling.g.cs
@@ -68,7 +68,7 @@ namespace Intents {
}
[Export ("handleSetRadioStation:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSetRadioStation (INSetRadioStationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V150))]global::System.Action<INSetRadioStationIntentResponse> completion)
+ public unsafe void HandleSetRadioStation (INSetRadioStationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V152))]global::System.Action<INSetRadioStationIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -77,7 +77,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V150.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V152.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSetRadioStation:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INRequestPaymentIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INRequestPaymentIntentHandling.g.cs
index 3f9e649..5fb57d4 100644
--- a/old/dotnet/ios/generated-sources/Intents/INRequestPaymentIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INRequestPaymentIntentHandling.g.cs
@@ -54,13 +54,13 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst10.0")]
[Protocol (Name = "INRequestPaymentIntentHandling", WrapperType = typeof (INRequestPaymentIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleRequestPayment", Selector = "handleRequestPayment:completion:", ParameterType = new Type [] { typeof (Intents.INRequestPaymentIntent), typeof (global::System.Action<global::Intents.INRequestPaymentIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V136) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmRequestPayment:completion:", ParameterType = new Type [] { typeof (Intents.INRequestPaymentIntent), typeof (global::System.Action<global::Intents.INRequestPaymentIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V136) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePayer", Selector = "resolvePayerForRequestPayment:withCompletion:", ParameterType = new Type [] { typeof (Intents.INRequestPaymentIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V151) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePayer", Selector = "resolvePayerForRequestPayment:completion:", ParameterType = new Type [] { typeof (Intents.INRequestPaymentIntent), typeof (global::System.Action<global::Intents.INRequestPaymentPayerResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V152) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCurrencyAmount", Selector = "resolveCurrencyAmountForRequestPayment:withCompletion:", ParameterType = new Type [] { typeof (Intents.INRequestPaymentIntent), typeof (global::System.Action<global::Intents.INCurrencyAmountResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V153) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCurrencyAmount", Selector = "resolveCurrencyAmountForRequestPayment:completion:", ParameterType = new Type [] { typeof (Intents.INRequestPaymentIntent), typeof (global::System.Action<global::Intents.INRequestPaymentCurrencyAmountResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V154) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveNote", Selector = "resolveNoteForRequestPayment:withCompletion:", ParameterType = new Type [] { typeof (Intents.INRequestPaymentIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V91) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleRequestPayment", Selector = "handleRequestPayment:completion:", ParameterType = new Type [] { typeof (Intents.INRequestPaymentIntent), typeof (global::System.Action<global::Intents.INRequestPaymentIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V138) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmRequestPayment:completion:", ParameterType = new Type [] { typeof (Intents.INRequestPaymentIntent), typeof (global::System.Action<global::Intents.INRequestPaymentIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V138) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePayer", Selector = "resolvePayerForRequestPayment:withCompletion:", ParameterType = new Type [] { typeof (Intents.INRequestPaymentIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V153) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePayer", Selector = "resolvePayerForRequestPayment:completion:", ParameterType = new Type [] { typeof (Intents.INRequestPaymentIntent), typeof (global::System.Action<global::Intents.INRequestPaymentPayerResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V154) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCurrencyAmount", Selector = "resolveCurrencyAmountForRequestPayment:withCompletion:", ParameterType = new Type [] { typeof (Intents.INRequestPaymentIntent), typeof (global::System.Action<global::Intents.INCurrencyAmountResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V155) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCurrencyAmount", Selector = "resolveCurrencyAmountForRequestPayment:completion:", ParameterType = new Type [] { typeof (Intents.INRequestPaymentIntent), typeof (global::System.Action<global::Intents.INRequestPaymentCurrencyAmountResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V156) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveNote", Selector = "resolveNoteForRequestPayment:withCompletion:", ParameterType = new Type [] { typeof (Intents.INRequestPaymentIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V92) })]
public partial interface IINRequestPaymentIntentHandling : INativeObject, IDisposable
{
[UnsupportedOSPlatform ("macos")]
@@ -70,7 +70,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleRequestPayment:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleRequestPayment (INRequestPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V136))]global::System.Action<INRequestPaymentIntentResponse> completion);
+ unsafe void HandleRequestPayment (INRequestPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V138))]global::System.Action<INRequestPaymentIntentResponse> completion);
}
public static partial class INRequestPaymentIntentHandling_Extensions {
[UnsupportedOSPlatform ("macos")]
@@ -78,7 +78,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINRequestPaymentIntentHandling This, INRequestPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V136))]global::System.Action<INRequestPaymentIntentResponse> completion)
+ public unsafe static void Confirm (this IINRequestPaymentIntentHandling This, INRequestPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V138))]global::System.Action<INRequestPaymentIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -87,7 +87,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V136.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V138.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmRequestPayment:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -98,7 +98,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolvePayer (this IINRequestPaymentIntentHandling This, INRequestPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V151))]global::System.Action<INPersonResolutionResult> completion)
+ public unsafe static void ResolvePayer (this IINRequestPaymentIntentHandling This, INRequestPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V153))]global::System.Action<INPersonResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -107,7 +107,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V151.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V153.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolvePayerForRequestPayment:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -116,7 +116,7 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolvePayer (this IINRequestPaymentIntentHandling This, INRequestPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V152))]global::System.Action<INRequestPaymentPayerResolutionResult> completion)
+ public unsafe static void ResolvePayer (this IINRequestPaymentIntentHandling This, INRequestPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V154))]global::System.Action<INRequestPaymentPayerResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -128,7 +128,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V152.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V154.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolvePayerForRequestPayment:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -140,7 +140,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveCurrencyAmount (this IINRequestPaymentIntentHandling This, INRequestPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V153))]global::System.Action<INCurrencyAmountResolutionResult> completion)
+ public unsafe static void ResolveCurrencyAmount (this IINRequestPaymentIntentHandling This, INRequestPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V155))]global::System.Action<INCurrencyAmountResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -149,7 +149,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V153.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V155.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveCurrencyAmountForRequestPayment:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -158,7 +158,7 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveCurrencyAmount (this IINRequestPaymentIntentHandling This, INRequestPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V154))]global::System.Action<INRequestPaymentCurrencyAmountResolutionResult> completion)
+ public unsafe static void ResolveCurrencyAmount (this IINRequestPaymentIntentHandling This, INRequestPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V156))]global::System.Action<INRequestPaymentCurrencyAmountResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -170,7 +170,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V154.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V156.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveCurrencyAmountForRequestPayment:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -180,7 +180,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveNote (this IINRequestPaymentIntentHandling This, INRequestPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V91))]global::System.Action<INStringResolutionResult> completion)
+ public unsafe static void ResolveNote (this IINRequestPaymentIntentHandling This, INRequestPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V92))]global::System.Action<INStringResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -189,7 +189,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V91.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V92.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveNoteForRequestPayment:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -202,7 +202,7 @@ namespace Intents {
}
[Export ("handleRequestPayment:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleRequestPayment (INRequestPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V136))]global::System.Action<INRequestPaymentIntentResponse> completion)
+ public unsafe void HandleRequestPayment (INRequestPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V138))]global::System.Action<INRequestPaymentIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -211,7 +211,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V136.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V138.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleRequestPayment:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INRequestRideIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INRequestRideIntentHandling.g.cs
index b27d0e3..6a8f905 100644
--- a/old/dotnet/ios/generated-sources/Intents/INRequestRideIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INRequestRideIntentHandling.g.cs
@@ -54,13 +54,13 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst10.0")]
[Protocol (Name = "INRequestRideIntentHandling", WrapperType = typeof (INRequestRideIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleRequestRide", Selector = "handleRequestRide:completion:", ParameterType = new Type [] { typeof (Intents.INRequestRideIntent), typeof (global::System.Action<global::Intents.INRequestRideIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V155) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmRequestRide:completion:", ParameterType = new Type [] { typeof (Intents.INRequestRideIntent), typeof (global::System.Action<global::Intents.INRequestRideIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V155) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePickupLocation", Selector = "resolvePickupLocationForRequestRide:withCompletion:", ParameterType = new Type [] { typeof (Intents.INRequestRideIntent), typeof (global::System.Action<global::Intents.INPlacemarkResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V123) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDropOffLocation", Selector = "resolveDropOffLocationForRequestRide:withCompletion:", ParameterType = new Type [] { typeof (Intents.INRequestRideIntent), typeof (global::System.Action<global::Intents.INPlacemarkResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V123) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleRequestRide", Selector = "handleRequestRide:completion:", ParameterType = new Type [] { typeof (Intents.INRequestRideIntent), typeof (global::System.Action<global::Intents.INRequestRideIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V157) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmRequestRide:completion:", ParameterType = new Type [] { typeof (Intents.INRequestRideIntent), typeof (global::System.Action<global::Intents.INRequestRideIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V157) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePickupLocation", Selector = "resolvePickupLocationForRequestRide:withCompletion:", ParameterType = new Type [] { typeof (Intents.INRequestRideIntent), typeof (global::System.Action<global::Intents.INPlacemarkResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V125) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDropOffLocation", Selector = "resolveDropOffLocationForRequestRide:withCompletion:", ParameterType = new Type [] { typeof (Intents.INRequestRideIntent), typeof (global::System.Action<global::Intents.INPlacemarkResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V125) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRideOptionName", Selector = "resolveRideOptionNameForRequestRide:withCompletion:", ParameterType = new Type [] { typeof (Intents.INRequestRideIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V70) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePartySize", Selector = "resolvePartySizeForRequestRide:withCompletion:", ParameterType = new Type [] { typeof (Intents.INRequestRideIntent), typeof (global::System.Action<global::Intents.INIntegerResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V89) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveScheduledPickupTime", Selector = "resolveScheduledPickupTimeForRequestRide:withCompletion:", ParameterType = new Type [] { typeof (Intents.INRequestRideIntent), typeof (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V134) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePartySize", Selector = "resolvePartySizeForRequestRide:withCompletion:", ParameterType = new Type [] { typeof (Intents.INRequestRideIntent), typeof (global::System.Action<global::Intents.INIntegerResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V90) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveScheduledPickupTime", Selector = "resolveScheduledPickupTimeForRequestRide:withCompletion:", ParameterType = new Type [] { typeof (Intents.INRequestRideIntent), typeof (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V136) })]
public partial interface IINRequestRideIntentHandling : INativeObject, IDisposable
{
[UnsupportedOSPlatform ("macos")]
@@ -70,7 +70,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleRequestRide:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleRequestRide (INRequestRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V155))]global::System.Action<INRequestRideIntentResponse> completion);
+ unsafe void HandleRequestRide (INRequestRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V157))]global::System.Action<INRequestRideIntentResponse> completion);
}
public static partial class INRequestRideIntentHandling_Extensions {
[UnsupportedOSPlatform ("macos")]
@@ -78,7 +78,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINRequestRideIntentHandling This, INRequestRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V155))]global::System.Action<INRequestRideIntentResponse> completion)
+ public unsafe static void Confirm (this IINRequestRideIntentHandling This, INRequestRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V157))]global::System.Action<INRequestRideIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -87,7 +87,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V155.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V157.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmRequestRide:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -96,7 +96,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolvePickupLocation (this IINRequestRideIntentHandling This, INRequestRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V123))]global::System.Action<INPlacemarkResolutionResult> completion)
+ public unsafe static void ResolvePickupLocation (this IINRequestRideIntentHandling This, INRequestRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V125))]global::System.Action<INPlacemarkResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -105,7 +105,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V123.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V125.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolvePickupLocationForRequestRide:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -114,7 +114,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveDropOffLocation (this IINRequestRideIntentHandling This, INRequestRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V123))]global::System.Action<INPlacemarkResolutionResult> completion)
+ public unsafe static void ResolveDropOffLocation (this IINRequestRideIntentHandling This, INRequestRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V125))]global::System.Action<INPlacemarkResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -123,7 +123,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V123.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V125.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveDropOffLocationForRequestRide:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -150,7 +150,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolvePartySize (this IINRequestRideIntentHandling This, INRequestRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V89))]global::System.Action<INIntegerResolutionResult> completion)
+ public unsafe static void ResolvePartySize (this IINRequestRideIntentHandling This, INRequestRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V90))]global::System.Action<INIntegerResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -159,7 +159,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V89.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V90.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolvePartySizeForRequestRide:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -168,7 +168,7 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst10.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveScheduledPickupTime (this IINRequestRideIntentHandling This, INRequestRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V134))]global::System.Action<INDateComponentsRangeResolutionResult> completion)
+ public unsafe static void ResolveScheduledPickupTime (this IINRequestRideIntentHandling This, INRequestRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V136))]global::System.Action<INDateComponentsRangeResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -177,7 +177,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V134.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V136.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveScheduledPickupTimeForRequestRide:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -190,7 +190,7 @@ namespace Intents {
}
[Export ("handleRequestRide:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleRequestRide (INRequestRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V155))]global::System.Action<INRequestRideIntentResponse> completion)
+ public unsafe void HandleRequestRide (INRequestRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V157))]global::System.Action<INRequestRideIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -199,7 +199,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V155.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V157.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleRequestRide:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INResumeWorkoutIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INResumeWorkoutIntentHandling.g.cs
index 9f22dfd..142cb23 100644
--- a/old/dotnet/ios/generated-sources/Intents/INResumeWorkoutIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INResumeWorkoutIntentHandling.g.cs
@@ -54,8 +54,8 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst10.0")]
[Protocol (Name = "INResumeWorkoutIntentHandling", WrapperType = typeof (INResumeWorkoutIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleResumeWorkout", Selector = "handleResumeWorkout:completion:", ParameterType = new Type [] { typeof (Intents.INResumeWorkoutIntent), typeof (global::System.Action<global::Intents.INResumeWorkoutIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V156) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmResumeWorkout:completion:", ParameterType = new Type [] { typeof (Intents.INResumeWorkoutIntent), typeof (global::System.Action<global::Intents.INResumeWorkoutIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V156) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleResumeWorkout", Selector = "handleResumeWorkout:completion:", ParameterType = new Type [] { typeof (Intents.INResumeWorkoutIntent), typeof (global::System.Action<global::Intents.INResumeWorkoutIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V158) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmResumeWorkout:completion:", ParameterType = new Type [] { typeof (Intents.INResumeWorkoutIntent), typeof (global::System.Action<global::Intents.INResumeWorkoutIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V158) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveWorkoutName", Selector = "resolveWorkoutNameForResumeWorkout:withCompletion:", ParameterType = new Type [] { typeof (Intents.INResumeWorkoutIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V70) })]
public partial interface IINResumeWorkoutIntentHandling : INativeObject, IDisposable
{
@@ -66,7 +66,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleResumeWorkout:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleResumeWorkout (INResumeWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V156))]global::System.Action<INResumeWorkoutIntentResponse> completion);
+ unsafe void HandleResumeWorkout (INResumeWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V158))]global::System.Action<INResumeWorkoutIntentResponse> completion);
}
public static partial class INResumeWorkoutIntentHandling_Extensions {
[UnsupportedOSPlatform ("macos")]
@@ -74,7 +74,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINResumeWorkoutIntentHandling This, INResumeWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V156))]global::System.Action<INResumeWorkoutIntentResponse> completion)
+ public unsafe static void Confirm (this IINResumeWorkoutIntentHandling This, INResumeWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V158))]global::System.Action<INResumeWorkoutIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -83,7 +83,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V156.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V158.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmResumeWorkout:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -114,7 +114,7 @@ namespace Intents {
}
[Export ("handleResumeWorkout:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleResumeWorkout (INResumeWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V156))]global::System.Action<INResumeWorkoutIntentResponse> completion)
+ public unsafe void HandleResumeWorkout (INResumeWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V158))]global::System.Action<INResumeWorkoutIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -123,7 +123,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V156.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V158.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleResumeWorkout:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INRidesharingDomainHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INRidesharingDomainHandling.g.cs
index c719d13..81db3a0 100644
--- a/old/dotnet/ios/generated-sources/Intents/INRidesharingDomainHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INRidesharingDomainHandling.g.cs
@@ -72,7 +72,7 @@ namespace Intents {
}
[Export ("handleCancelRide:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleCancelRide (INCancelRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V95))]global::System.Action<INCancelRideIntentResponse> completion)
+ public unsafe void HandleCancelRide (INCancelRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V96))]global::System.Action<INCancelRideIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -84,14 +84,14 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V95.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V96.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleCancelRide:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
}
[Export ("handleGetRideStatus:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleRideStatus (INGetRideStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V116))]global::System.Action<INGetRideStatusIntentResponse> completion)
+ public unsafe void HandleRideStatus (INGetRideStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V117))]global::System.Action<INGetRideStatusIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -100,7 +100,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V116.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V117.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleGetRideStatus:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -121,7 +121,7 @@ namespace Intents {
}
[Export ("handleListRideOptions:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleListRideOptions (INListRideOptionsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V122))]global::System.Action<INListRideOptionsIntentResponse> completion)
+ public unsafe void HandleListRideOptions (INListRideOptionsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V124))]global::System.Action<INListRideOptionsIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -130,13 +130,13 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V122.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V124.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleListRideOptions:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
[Export ("handleRequestRide:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleRequestRide (INRequestRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V155))]global::System.Action<INRequestRideIntentResponse> completion)
+ public unsafe void HandleRequestRide (INRequestRideIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V157))]global::System.Action<INRequestRideIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -145,13 +145,13 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V155.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V157.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleRequestRide:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
[Export ("handleSendRideFeedback:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSendRideFeedback (INSendRideFeedbackIntent sendRideFeedbackintent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V157))]global::System.Action<INSendRideFeedbackIntentResponse> completion)
+ public unsafe void HandleSendRideFeedback (INSendRideFeedbackIntent sendRideFeedbackintent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V159))]global::System.Action<INSendRideFeedbackIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -163,7 +163,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V157.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V159.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSendRideFeedback:completion:"), sendRideFeedbackintent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/Intents/INSaveProfileInCarIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INSaveProfileInCarIntentHandling.g.cs
index 7e607bd..7c47dd3 100644
--- a/old/dotnet/ios/generated-sources/Intents/INSaveProfileInCarIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INSaveProfileInCarIntentHandling.g.cs
@@ -56,10 +56,10 @@ namespace Intents {
[ObsoletedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[Protocol (Name = "INSaveProfileInCarIntentHandling", WrapperType = typeof (INSaveProfileInCarIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSaveProfileInCar", Selector = "handleSaveProfileInCar:completion:", ParameterType = new Type [] { typeof (Intents.INSaveProfileInCarIntent), typeof (global::System.Action<global::Intents.INSaveProfileInCarIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V100) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSaveProfileInCar:completion:", ParameterType = new Type [] { typeof (Intents.INSaveProfileInCarIntent), typeof (global::System.Action<global::Intents.INSaveProfileInCarIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V100) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveProfileNumber", Selector = "resolveProfileNumberForSaveProfileInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSaveProfileInCarIntent), typeof (global::System.Action<global::Intents.INIntegerResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V89) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveProfileName", Selector = "resolveProfileNameForSaveProfileInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSaveProfileInCarIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V91) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSaveProfileInCar", Selector = "handleSaveProfileInCar:completion:", ParameterType = new Type [] { typeof (Intents.INSaveProfileInCarIntent), typeof (global::System.Action<global::Intents.INSaveProfileInCarIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V101) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSaveProfileInCar:completion:", ParameterType = new Type [] { typeof (Intents.INSaveProfileInCarIntent), typeof (global::System.Action<global::Intents.INSaveProfileInCarIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V101) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveProfileNumber", Selector = "resolveProfileNumberForSaveProfileInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSaveProfileInCarIntent), typeof (global::System.Action<global::Intents.INIntegerResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V90) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveProfileName", Selector = "resolveProfileNameForSaveProfileInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSaveProfileInCarIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V92) })]
public partial interface IINSaveProfileInCarIntentHandling : INativeObject, IDisposable
{
[ObsoletedOSPlatform ("ios15.0")]
@@ -71,7 +71,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleSaveProfileInCar:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleSaveProfileInCar (INSaveProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V100))]global::System.Action<INSaveProfileInCarIntentResponse> completion);
+ unsafe void HandleSaveProfileInCar (INSaveProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V101))]global::System.Action<INSaveProfileInCarIntentResponse> completion);
}
public static partial class INSaveProfileInCarIntentHandling_Extensions {
[ObsoletedOSPlatform ("ios15.0")]
@@ -81,7 +81,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINSaveProfileInCarIntentHandling This, INSaveProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V100))]global::System.Action<INSaveProfileInCarIntentResponse> completion)
+ public unsafe static void Confirm (this IINSaveProfileInCarIntentHandling This, INSaveProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V101))]global::System.Action<INSaveProfileInCarIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -90,7 +90,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V100.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V101.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmSaveProfileInCar:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -101,7 +101,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveProfileNumber (this IINSaveProfileInCarIntentHandling This, INSaveProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V89))]global::System.Action<INIntegerResolutionResult> completion)
+ public unsafe static void ResolveProfileNumber (this IINSaveProfileInCarIntentHandling This, INSaveProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V90))]global::System.Action<INIntegerResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -110,7 +110,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V89.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V90.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveProfileNumberForSaveProfileInCar:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -121,7 +121,7 @@ namespace Intents {
[SupportedOSPlatform ("maccatalyst10.2")]
[ObsoletedOSPlatform ("maccatalyst15.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveProfileName (this IINSaveProfileInCarIntentHandling This, INSaveProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V91))]global::System.Action<INStringResolutionResult> completion)
+ public unsafe static void ResolveProfileName (this IINSaveProfileInCarIntentHandling This, INSaveProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V92))]global::System.Action<INStringResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -130,7 +130,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V91.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V92.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveProfileNameForSaveProfileInCar:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -143,7 +143,7 @@ namespace Intents {
}
[Export ("handleSaveProfileInCar:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSaveProfileInCar (INSaveProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V100))]global::System.Action<INSaveProfileInCarIntentResponse> completion)
+ public unsafe void HandleSaveProfileInCar (INSaveProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V101))]global::System.Action<INSaveProfileInCarIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -152,7 +152,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V100.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V101.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSaveProfileInCar:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INSearchCallHistoryIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INSearchCallHistoryIntentHandling.g.cs
index 36cd222..a32e862 100644
--- a/old/dotnet/ios/generated-sources/Intents/INSearchCallHistoryIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INSearchCallHistoryIntentHandling.g.cs
@@ -56,13 +56,13 @@ namespace Intents {
[ObsoletedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[Protocol (Name = "INSearchCallHistoryIntentHandling", WrapperType = typeof (INSearchCallHistoryIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSearchCallHistory", Selector = "handleSearchCallHistory:completion:", ParameterType = new Type [] { typeof (Intents.INSearchCallHistoryIntent), typeof (global::System.Action<global::Intents.INSearchCallHistoryIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V92) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSearchCallHistory:completion:", ParameterType = new Type [] { typeof (Intents.INSearchCallHistoryIntent), typeof (global::System.Action<global::Intents.INSearchCallHistoryIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V92) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCallType", Selector = "resolveCallTypeForSearchCallHistory:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchCallHistoryIntent), typeof (global::System.Action<global::Intents.INCallRecordTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V158) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDateCreated", Selector = "resolveDateCreatedForSearchCallHistory:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchCallHistoryIntent), typeof (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V134) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRecipient", Selector = "resolveRecipientForSearchCallHistory:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchCallHistoryIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V151) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCallTypes", Selector = "resolveCallTypesForSearchCallHistory:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchCallHistoryIntent), typeof (global::System.Action<global::Intents.INCallRecordTypeOptionsResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V159) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveUnseen", Selector = "resolveUnseenForSearchCallHistory:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchCallHistoryIntent), typeof (global::System.Action<global::Intents.INBooleanResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V145) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSearchCallHistory", Selector = "handleSearchCallHistory:completion:", ParameterType = new Type [] { typeof (Intents.INSearchCallHistoryIntent), typeof (global::System.Action<global::Intents.INSearchCallHistoryIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V93) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSearchCallHistory:completion:", ParameterType = new Type [] { typeof (Intents.INSearchCallHistoryIntent), typeof (global::System.Action<global::Intents.INSearchCallHistoryIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V93) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCallType", Selector = "resolveCallTypeForSearchCallHistory:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchCallHistoryIntent), typeof (global::System.Action<global::Intents.INCallRecordTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V160) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDateCreated", Selector = "resolveDateCreatedForSearchCallHistory:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchCallHistoryIntent), typeof (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V136) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRecipient", Selector = "resolveRecipientForSearchCallHistory:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchCallHistoryIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V153) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCallTypes", Selector = "resolveCallTypesForSearchCallHistory:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchCallHistoryIntent), typeof (global::System.Action<global::Intents.INCallRecordTypeOptionsResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V161) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveUnseen", Selector = "resolveUnseenForSearchCallHistory:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchCallHistoryIntent), typeof (global::System.Action<global::Intents.INBooleanResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V147) })]
public partial interface IINSearchCallHistoryIntentHandling : INativeObject, IDisposable
{
[UnsupportedOSPlatform ("macos")]
@@ -74,7 +74,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleSearchCallHistory:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleSearchCallHistory (INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V92))]global::System.Action<INSearchCallHistoryIntentResponse> completion);
+ unsafe void HandleSearchCallHistory (INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V93))]global::System.Action<INSearchCallHistoryIntentResponse> completion);
}
public static partial class INSearchCallHistoryIntentHandling_Extensions {
[UnsupportedOSPlatform ("macos")]
@@ -84,7 +84,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINSearchCallHistoryIntentHandling This, INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V92))]global::System.Action<INSearchCallHistoryIntentResponse> completion)
+ public unsafe static void Confirm (this IINSearchCallHistoryIntentHandling This, INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V93))]global::System.Action<INSearchCallHistoryIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -93,7 +93,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V92.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V93.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmSearchCallHistory:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -105,7 +105,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveCallType (this IINSearchCallHistoryIntentHandling This, INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V158))]global::System.Action<INCallRecordTypeResolutionResult> completion)
+ public unsafe static void ResolveCallType (this IINSearchCallHistoryIntentHandling This, INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V160))]global::System.Action<INCallRecordTypeResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -114,7 +114,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V158.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V160.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveCallTypeForSearchCallHistory:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -125,7 +125,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveDateCreated (this IINSearchCallHistoryIntentHandling This, INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V134))]global::System.Action<INDateComponentsRangeResolutionResult> completion)
+ public unsafe static void ResolveDateCreated (this IINSearchCallHistoryIntentHandling This, INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V136))]global::System.Action<INDateComponentsRangeResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -134,7 +134,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V134.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V136.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveDateCreatedForSearchCallHistory:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -145,7 +145,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveRecipient (this IINSearchCallHistoryIntentHandling This, INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V151))]global::System.Action<INPersonResolutionResult> completion)
+ public unsafe static void ResolveRecipient (this IINSearchCallHistoryIntentHandling This, INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V153))]global::System.Action<INPersonResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -154,7 +154,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V151.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V153.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveRecipientForSearchCallHistory:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -165,7 +165,7 @@ namespace Intents {
[SupportedOSPlatform ("maccatalyst11.0")]
[ObsoletedOSPlatform ("maccatalyst15.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveCallTypes (this IINSearchCallHistoryIntentHandling This, INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V159))]global::System.Action<INCallRecordTypeOptionsResolutionResult> completion)
+ public unsafe static void ResolveCallTypes (this IINSearchCallHistoryIntentHandling This, INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V161))]global::System.Action<INCallRecordTypeOptionsResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -177,7 +177,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V159.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V161.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveCallTypesForSearchCallHistory:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -189,7 +189,7 @@ namespace Intents {
[SupportedOSPlatform ("maccatalyst11.0")]
[ObsoletedOSPlatform ("maccatalyst15.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveUnseen (this IINSearchCallHistoryIntentHandling This, INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V145))]global::System.Action<INBooleanResolutionResult> completion)
+ public unsafe static void ResolveUnseen (this IINSearchCallHistoryIntentHandling This, INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V147))]global::System.Action<INBooleanResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -201,7 +201,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V145.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V147.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveUnseenForSearchCallHistory:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -215,7 +215,7 @@ namespace Intents {
}
[Export ("handleSearchCallHistory:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSearchCallHistory (INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V92))]global::System.Action<INSearchCallHistoryIntentResponse> completion)
+ public unsafe void HandleSearchCallHistory (INSearchCallHistoryIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V93))]global::System.Action<INSearchCallHistoryIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -224,7 +224,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V92.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V93.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSearchCallHistory:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INSearchForAccountsIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INSearchForAccountsIntentHandling.g.cs
index 53da63e..e73c94c 100644
--- a/old/dotnet/ios/generated-sources/Intents/INSearchForAccountsIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INSearchForAccountsIntentHandling.g.cs
@@ -54,12 +54,12 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[Protocol (Name = "INSearchForAccountsIntentHandling", WrapperType = typeof (INSearchForAccountsIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSearchForAccounts", Selector = "handleSearchForAccounts:completion:", ParameterType = new Type [] { typeof (Intents.INSearchForAccountsIntent), typeof (global::System.Action<global::Intents.INSearchForAccountsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V137) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSearchForAccounts:completion:", ParameterType = new Type [] { typeof (Intents.INSearchForAccountsIntent), typeof (global::System.Action<global::Intents.INSearchForAccountsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V137) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSearchForAccounts", Selector = "handleSearchForAccounts:completion:", ParameterType = new Type [] { typeof (Intents.INSearchForAccountsIntent), typeof (global::System.Action<global::Intents.INSearchForAccountsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V139) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSearchForAccounts:completion:", ParameterType = new Type [] { typeof (Intents.INSearchForAccountsIntent), typeof (global::System.Action<global::Intents.INSearchForAccountsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V139) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveAccountNickname", Selector = "resolveAccountNicknameForSearchForAccounts:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForAccountsIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V70) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveAccountType", Selector = "resolveAccountTypeForSearchForAccounts:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForAccountsIntent), typeof (global::System.Action<global::Intents.INAccountTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V160) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveAccountType", Selector = "resolveAccountTypeForSearchForAccounts:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForAccountsIntent), typeof (global::System.Action<global::Intents.INAccountTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V162) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveOrganizationName", Selector = "resolveOrganizationNameForSearchForAccounts:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForAccountsIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V70) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRequestedBalanceType", Selector = "resolveRequestedBalanceTypeForSearchForAccounts:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForAccountsIntent), typeof (global::System.Action<global::Intents.INBalanceTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V161) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRequestedBalanceType", Selector = "resolveRequestedBalanceTypeForSearchForAccounts:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForAccountsIntent), typeof (global::System.Action<global::Intents.INBalanceTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V163) })]
public partial interface IINSearchForAccountsIntentHandling : INativeObject, IDisposable
{
[UnsupportedOSPlatform ("tvos")]
@@ -69,7 +69,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleSearchForAccounts:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleSearchForAccounts (INSearchForAccountsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V137))]global::System.Action<INSearchForAccountsIntentResponse> completion);
+ unsafe void HandleSearchForAccounts (INSearchForAccountsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V139))]global::System.Action<INSearchForAccountsIntentResponse> completion);
}
public static partial class INSearchForAccountsIntentHandling_Extensions {
[UnsupportedOSPlatform ("tvos")]
@@ -77,7 +77,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINSearchForAccountsIntentHandling This, INSearchForAccountsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V137))]global::System.Action<INSearchForAccountsIntentResponse> completion)
+ public unsafe static void Confirm (this IINSearchForAccountsIntentHandling This, INSearchForAccountsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V139))]global::System.Action<INSearchForAccountsIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -89,7 +89,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V137.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V139.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmSearchForAccounts:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -121,7 +121,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveAccountType (this IINSearchForAccountsIntentHandling This, INSearchForAccountsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V160))]global::System.Action<INAccountTypeResolutionResult> completion)
+ public unsafe static void ResolveAccountType (this IINSearchForAccountsIntentHandling This, INSearchForAccountsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V162))]global::System.Action<INAccountTypeResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -133,7 +133,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V160.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V162.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveAccountTypeForSearchForAccounts:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -165,7 +165,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveRequestedBalanceType (this IINSearchForAccountsIntentHandling This, INSearchForAccountsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V161))]global::System.Action<INBalanceTypeResolutionResult> completion)
+ public unsafe static void ResolveRequestedBalanceType (this IINSearchForAccountsIntentHandling This, INSearchForAccountsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V163))]global::System.Action<INBalanceTypeResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -177,7 +177,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V161.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V163.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveRequestedBalanceTypeForSearchForAccounts:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -191,7 +191,7 @@ namespace Intents {
}
[Export ("handleSearchForAccounts:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSearchForAccounts (INSearchForAccountsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V137))]global::System.Action<INSearchForAccountsIntentResponse> completion)
+ public unsafe void HandleSearchForAccounts (INSearchForAccountsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V139))]global::System.Action<INSearchForAccountsIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -203,7 +203,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V137.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V139.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSearchForAccounts:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/Intents/INSearchForBillsIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INSearchForBillsIntentHandling.g.cs
index b3b53d3..9a369e7 100644
--- a/old/dotnet/ios/generated-sources/Intents/INSearchForBillsIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INSearchForBillsIntentHandling.g.cs
@@ -56,13 +56,13 @@ namespace Intents {
[ObsoletedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("maccatalyst10.3")]
[Protocol (Name = "INSearchForBillsIntentHandling", WrapperType = typeof (INSearchForBillsIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSearch", Selector = "handleSearchForBills:completion:", ParameterType = new Type [] { typeof (Intents.INSearchForBillsIntent), typeof (global::System.Action<global::Intents.INSearchForBillsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V138) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSearchForBills:completion:", ParameterType = new Type [] { typeof (Intents.INSearchForBillsIntent), typeof (global::System.Action<global::Intents.INSearchForBillsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V138) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveBillPayee", Selector = "resolveBillPayeeForSearchForBills:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForBillsIntent), typeof (global::System.Action<global::Intents.INBillPayeeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V131) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePaymentDateRange", Selector = "resolvePaymentDateRangeForSearchForBills:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForBillsIntent), typeof (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V134) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveBillType", Selector = "resolveBillTypeForSearchForBills:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForBillsIntent), typeof (global::System.Action<global::Intents.INBillTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V135) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveStatus", Selector = "resolveStatusForSearchForBills:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForBillsIntent), typeof (global::System.Action<global::Intents.INPaymentStatusResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V162) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDueDateRange", Selector = "resolveDueDateRangeForSearchForBills:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForBillsIntent), typeof (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V134) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSearch", Selector = "handleSearchForBills:completion:", ParameterType = new Type [] { typeof (Intents.INSearchForBillsIntent), typeof (global::System.Action<global::Intents.INSearchForBillsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V140) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSearchForBills:completion:", ParameterType = new Type [] { typeof (Intents.INSearchForBillsIntent), typeof (global::System.Action<global::Intents.INSearchForBillsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V140) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveBillPayee", Selector = "resolveBillPayeeForSearchForBills:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForBillsIntent), typeof (global::System.Action<global::Intents.INBillPayeeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V133) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePaymentDateRange", Selector = "resolvePaymentDateRangeForSearchForBills:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForBillsIntent), typeof (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V136) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveBillType", Selector = "resolveBillTypeForSearchForBills:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForBillsIntent), typeof (global::System.Action<global::Intents.INBillTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V137) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveStatus", Selector = "resolveStatusForSearchForBills:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForBillsIntent), typeof (global::System.Action<global::Intents.INPaymentStatusResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V164) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDueDateRange", Selector = "resolveDueDateRangeForSearchForBills:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForBillsIntent), typeof (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V136) })]
public partial interface IINSearchForBillsIntentHandling : INativeObject, IDisposable
{
[ObsoletedOSPlatform ("ios15.0")]
@@ -74,7 +74,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleSearchForBills:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleSearch (INSearchForBillsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V138))]global::System.Action<INSearchForBillsIntentResponse> completion);
+ unsafe void HandleSearch (INSearchForBillsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V140))]global::System.Action<INSearchForBillsIntentResponse> completion);
}
public static partial class INSearchForBillsIntentHandling_Extensions {
[ObsoletedOSPlatform ("ios15.0")]
@@ -84,7 +84,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.3")]
[SupportedOSPlatform ("maccatalyst10.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINSearchForBillsIntentHandling This, INSearchForBillsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V138))]global::System.Action<INSearchForBillsIntentResponse> completion)
+ public unsafe static void Confirm (this IINSearchForBillsIntentHandling This, INSearchForBillsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V140))]global::System.Action<INSearchForBillsIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -93,7 +93,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V138.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V140.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmSearchForBills:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -104,7 +104,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.3")]
[SupportedOSPlatform ("maccatalyst10.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveBillPayee (this IINSearchForBillsIntentHandling This, INSearchForBillsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V131))]global::System.Action<INBillPayeeResolutionResult> completion)
+ public unsafe static void ResolveBillPayee (this IINSearchForBillsIntentHandling This, INSearchForBillsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V133))]global::System.Action<INBillPayeeResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -113,7 +113,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V131.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V133.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveBillPayeeForSearchForBills:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -124,7 +124,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.3")]
[SupportedOSPlatform ("maccatalyst10.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolvePaymentDateRange (this IINSearchForBillsIntentHandling This, INSearchForBillsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V134))]global::System.Action<INDateComponentsRangeResolutionResult> completion)
+ public unsafe static void ResolvePaymentDateRange (this IINSearchForBillsIntentHandling This, INSearchForBillsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V136))]global::System.Action<INDateComponentsRangeResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -133,7 +133,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V134.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V136.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolvePaymentDateRangeForSearchForBills:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -144,7 +144,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.3")]
[SupportedOSPlatform ("maccatalyst10.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveBillType (this IINSearchForBillsIntentHandling This, INSearchForBillsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V135))]global::System.Action<INBillTypeResolutionResult> completion)
+ public unsafe static void ResolveBillType (this IINSearchForBillsIntentHandling This, INSearchForBillsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V137))]global::System.Action<INBillTypeResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -153,7 +153,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V135.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V137.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveBillTypeForSearchForBills:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -164,7 +164,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.3")]
[SupportedOSPlatform ("maccatalyst10.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveStatus (this IINSearchForBillsIntentHandling This, INSearchForBillsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V162))]global::System.Action<INPaymentStatusResolutionResult> completion)
+ public unsafe static void ResolveStatus (this IINSearchForBillsIntentHandling This, INSearchForBillsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V164))]global::System.Action<INPaymentStatusResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -173,7 +173,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V162.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V164.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveStatusForSearchForBills:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -184,7 +184,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.3")]
[SupportedOSPlatform ("maccatalyst10.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveDueDateRange (this IINSearchForBillsIntentHandling This, INSearchForBillsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V134))]global::System.Action<INDateComponentsRangeResolutionResult> completion)
+ public unsafe static void ResolveDueDateRange (this IINSearchForBillsIntentHandling This, INSearchForBillsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V136))]global::System.Action<INDateComponentsRangeResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -193,7 +193,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V134.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V136.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveDueDateRangeForSearchForBills:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -206,7 +206,7 @@ namespace Intents {
}
[Export ("handleSearchForBills:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSearch (INSearchForBillsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V138))]global::System.Action<INSearchForBillsIntentResponse> completion)
+ public unsafe void HandleSearch (INSearchForBillsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V140))]global::System.Action<INSearchForBillsIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -215,7 +215,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V138.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V140.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSearchForBills:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INSearchForMediaIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INSearchForMediaIntentHandling.g.cs
index 69ccd56..b585c5a 100644
--- a/old/dotnet/ios/generated-sources/Intents/INSearchForMediaIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INSearchForMediaIntentHandling.g.cs
@@ -54,9 +54,9 @@ namespace Intents {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst13.0")]
[Protocol (Name = "INSearchForMediaIntentHandling", WrapperType = typeof (INSearchForMediaIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSearch", Selector = "handleSearchForMedia:completion:", ParameterType = new Type [] { typeof (Intents.INSearchForMediaIntent), typeof (global::System.Action<global::Intents.INSearchForMediaIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V163) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSearchForMedia:completion:", ParameterType = new Type [] { typeof (Intents.INSearchForMediaIntent), typeof (global::System.Action<global::Intents.INSearchForMediaIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V163) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveMediaItems", Selector = "resolveMediaItemsForSearchForMedia:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForMediaIntent), typeof (global::System.Action<global::Intents.INSearchForMediaMediaItemResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V164) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSearch", Selector = "handleSearchForMedia:completion:", ParameterType = new Type [] { typeof (Intents.INSearchForMediaIntent), typeof (global::System.Action<global::Intents.INSearchForMediaIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V165) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSearchForMedia:completion:", ParameterType = new Type [] { typeof (Intents.INSearchForMediaIntent), typeof (global::System.Action<global::Intents.INSearchForMediaIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V165) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveMediaItems", Selector = "resolveMediaItemsForSearchForMedia:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForMediaIntent), typeof (global::System.Action<global::Intents.INSearchForMediaMediaItemResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V166) })]
public partial interface IINSearchForMediaIntentHandling : INativeObject, IDisposable
{
[UnsupportedOSPlatform ("macos")]
@@ -66,7 +66,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleSearchForMedia:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleSearch (INSearchForMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V163))]global::System.Action<INSearchForMediaIntentResponse> completion);
+ unsafe void HandleSearch (INSearchForMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V165))]global::System.Action<INSearchForMediaIntentResponse> completion);
}
public static partial class INSearchForMediaIntentHandling_Extensions {
[UnsupportedOSPlatform ("macos")]
@@ -74,7 +74,7 @@ namespace Intents {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINSearchForMediaIntentHandling This, INSearchForMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V163))]global::System.Action<INSearchForMediaIntentResponse> completion)
+ public unsafe static void Confirm (this IINSearchForMediaIntentHandling This, INSearchForMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V165))]global::System.Action<INSearchForMediaIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -86,7 +86,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V163.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V165.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmSearchForMedia:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -96,7 +96,7 @@ namespace Intents {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveMediaItems (this IINSearchForMediaIntentHandling This, INSearchForMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V164))]global::System.Action<INSearchForMediaMediaItemResolutionResult[]> completion)
+ public unsafe static void ResolveMediaItems (this IINSearchForMediaIntentHandling This, INSearchForMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V166))]global::System.Action<INSearchForMediaMediaItemResolutionResult[]> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -108,7 +108,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V164.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V166.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveMediaItemsForSearchForMedia:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -122,7 +122,7 @@ namespace Intents {
}
[Export ("handleSearchForMedia:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSearch (INSearchForMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V163))]global::System.Action<INSearchForMediaIntentResponse> completion)
+ public unsafe void HandleSearch (INSearchForMediaIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V165))]global::System.Action<INSearchForMediaIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -134,7 +134,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V163.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V165.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSearchForMedia:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/Intents/INSearchForMessagesIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INSearchForMessagesIntentHandling.g.cs
index d30605e..ac1e683 100644
--- a/old/dotnet/ios/generated-sources/Intents/INSearchForMessagesIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INSearchForMessagesIntentHandling.g.cs
@@ -54,13 +54,13 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst10.0")]
[Protocol (Name = "INSearchForMessagesIntentHandling", WrapperType = typeof (INSearchForMessagesIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSearchForMessages", Selector = "handleSearchForMessages:completion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INSearchForMessagesIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V124) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSearchForMessages:completion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INSearchForMessagesIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V124) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRecipients", Selector = "resolveRecipientsForSearchForMessages:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V165) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveSenders", Selector = "resolveSendersForSearchForMessages:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V165) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveAttributes", Selector = "resolveAttributesForSearchForMessages:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INMessageAttributeOptionsResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V166) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDateTimeRange", Selector = "resolveDateTimeRangeForSearchForMessages:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V134) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveGroupNames", Selector = "resolveGroupNamesForSearchForMessages:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V167) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSearchForMessages", Selector = "handleSearchForMessages:completion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INSearchForMessagesIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V126) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSearchForMessages:completion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INSearchForMessagesIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V126) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRecipients", Selector = "resolveRecipientsForSearchForMessages:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V167) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveSenders", Selector = "resolveSendersForSearchForMessages:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V167) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveAttributes", Selector = "resolveAttributesForSearchForMessages:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INMessageAttributeOptionsResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V168) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDateTimeRange", Selector = "resolveDateTimeRangeForSearchForMessages:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V136) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveGroupNames", Selector = "resolveGroupNamesForSearchForMessages:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V169) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveSpeakableGroupNames", Selector = "resolveSpeakableGroupNamesForSearchForMessages:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForMessagesIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V78) })]
public partial interface IINSearchForMessagesIntentHandling : INativeObject, IDisposable
{
@@ -71,7 +71,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleSearchForMessages:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleSearchForMessages (INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V124))]global::System.Action<INSearchForMessagesIntentResponse> completion);
+ unsafe void HandleSearchForMessages (INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V126))]global::System.Action<INSearchForMessagesIntentResponse> completion);
}
public static partial class INSearchForMessagesIntentHandling_Extensions {
[UnsupportedOSPlatform ("macos")]
@@ -79,7 +79,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINSearchForMessagesIntentHandling This, INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V124))]global::System.Action<INSearchForMessagesIntentResponse> completion)
+ public unsafe static void Confirm (this IINSearchForMessagesIntentHandling This, INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V126))]global::System.Action<INSearchForMessagesIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -88,7 +88,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V124.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V126.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmSearchForMessages:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -97,7 +97,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveRecipients (this IINSearchForMessagesIntentHandling This, INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V165))]global::System.Action<INPersonResolutionResult[]> completion)
+ public unsafe static void ResolveRecipients (this IINSearchForMessagesIntentHandling This, INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V167))]global::System.Action<INPersonResolutionResult[]> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -106,7 +106,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V165.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V167.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveRecipientsForSearchForMessages:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -115,7 +115,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveSenders (this IINSearchForMessagesIntentHandling This, INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V165))]global::System.Action<INPersonResolutionResult[]> completion)
+ public unsafe static void ResolveSenders (this IINSearchForMessagesIntentHandling This, INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V167))]global::System.Action<INPersonResolutionResult[]> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -124,7 +124,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V165.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V167.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveSendersForSearchForMessages:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -133,7 +133,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveAttributes (this IINSearchForMessagesIntentHandling This, INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V166))]global::System.Action<INMessageAttributeOptionsResolutionResult> completion)
+ public unsafe static void ResolveAttributes (this IINSearchForMessagesIntentHandling This, INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V168))]global::System.Action<INMessageAttributeOptionsResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -142,7 +142,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V166.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V168.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveAttributesForSearchForMessages:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -151,7 +151,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveDateTimeRange (this IINSearchForMessagesIntentHandling This, INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V134))]global::System.Action<INDateComponentsRangeResolutionResult> completion)
+ public unsafe static void ResolveDateTimeRange (this IINSearchForMessagesIntentHandling This, INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V136))]global::System.Action<INDateComponentsRangeResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -160,7 +160,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V134.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V136.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveDateTimeRangeForSearchForMessages:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -172,7 +172,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveGroupNames (this IINSearchForMessagesIntentHandling This, INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V167))]global::System.Action<INStringResolutionResult[]> completion)
+ public unsafe static void ResolveGroupNames (this IINSearchForMessagesIntentHandling This, INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V169))]global::System.Action<INStringResolutionResult[]> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -181,7 +181,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V167.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V169.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveGroupNamesForSearchForMessages:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -216,7 +216,7 @@ namespace Intents {
}
[Export ("handleSearchForMessages:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSearchForMessages (INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V124))]global::System.Action<INSearchForMessagesIntentResponse> completion)
+ public unsafe void HandleSearchForMessages (INSearchForMessagesIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V126))]global::System.Action<INSearchForMessagesIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -225,7 +225,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V124.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V126.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSearchForMessages:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INSearchForNotebookItemsIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INSearchForNotebookItemsIntentHandling.g.cs
index 5745537..2289c05 100644
--- a/old/dotnet/ios/generated-sources/Intents/INSearchForNotebookItemsIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INSearchForNotebookItemsIntentHandling.g.cs
@@ -54,17 +54,17 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[Protocol (Name = "INSearchForNotebookItemsIntentHandling", WrapperType = typeof (INSearchForNotebookItemsIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSearchForNotebookItems", Selector = "handleSearchForNotebookItems:completion:", ParameterType = new Type [] { typeof (Intents.INSearchForNotebookItemsIntent), typeof (global::System.Action<global::Intents.INSearchForNotebookItemsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V127) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSearchForNotebookItems:completion:", ParameterType = new Type [] { typeof (Intents.INSearchForNotebookItemsIntent), typeof (global::System.Action<global::Intents.INSearchForNotebookItemsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V127) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSearchForNotebookItems", Selector = "handleSearchForNotebookItems:completion:", ParameterType = new Type [] { typeof (Intents.INSearchForNotebookItemsIntent), typeof (global::System.Action<global::Intents.INSearchForNotebookItemsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V129) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSearchForNotebookItems:completion:", ParameterType = new Type [] { typeof (Intents.INSearchForNotebookItemsIntent), typeof (global::System.Action<global::Intents.INSearchForNotebookItemsIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V129) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTitle", Selector = "resolveTitleForSearchForNotebookItems:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForNotebookItemsIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V70) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveContent", Selector = "resolveContentForSearchForNotebookItems:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForNotebookItemsIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V91) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveItemType", Selector = "resolveItemTypeForSearchForNotebookItems:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForNotebookItemsIntent), typeof (global::System.Action<global::Intents.INNotebookItemTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V168) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveStatus", Selector = "resolveStatusForSearchForNotebookItems:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForNotebookItemsIntent), typeof (global::System.Action<global::Intents.INTaskStatusResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V169) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveLocation", Selector = "resolveLocationForSearchForNotebookItems:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForNotebookItemsIntent), typeof (global::System.Action<global::Intents.INPlacemarkResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V123) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveLocationSearchType", Selector = "resolveLocationSearchTypeForSearchForNotebookItems:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForNotebookItemsIntent), typeof (global::System.Action<global::Intents.INLocationSearchTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V170) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDateTime", Selector = "resolveDateTimeForSearchForNotebookItems:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForNotebookItemsIntent), typeof (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V134) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDateSearchType", Selector = "resolveDateSearchTypeForSearchForNotebookItems:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForNotebookItemsIntent), typeof (global::System.Action<global::Intents.INDateSearchTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V171) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTemporalEventTriggerTypes", Selector = "resolveTemporalEventTriggerTypesForSearchForNotebookItems:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForNotebookItemsIntent), typeof (global::System.Action<global::Intents.INTemporalEventTriggerTypeOptionsResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V172) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveContent", Selector = "resolveContentForSearchForNotebookItems:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForNotebookItemsIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V92) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveItemType", Selector = "resolveItemTypeForSearchForNotebookItems:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForNotebookItemsIntent), typeof (global::System.Action<global::Intents.INNotebookItemTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V170) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveStatus", Selector = "resolveStatusForSearchForNotebookItems:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForNotebookItemsIntent), typeof (global::System.Action<global::Intents.INTaskStatusResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V171) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveLocation", Selector = "resolveLocationForSearchForNotebookItems:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForNotebookItemsIntent), typeof (global::System.Action<global::Intents.INPlacemarkResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V125) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveLocationSearchType", Selector = "resolveLocationSearchTypeForSearchForNotebookItems:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForNotebookItemsIntent), typeof (global::System.Action<global::Intents.INLocationSearchTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V172) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDateTime", Selector = "resolveDateTimeForSearchForNotebookItems:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForNotebookItemsIntent), typeof (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V136) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDateSearchType", Selector = "resolveDateSearchTypeForSearchForNotebookItems:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForNotebookItemsIntent), typeof (global::System.Action<global::Intents.INDateSearchTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V173) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTemporalEventTriggerTypes", Selector = "resolveTemporalEventTriggerTypesForSearchForNotebookItems:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForNotebookItemsIntent), typeof (global::System.Action<global::Intents.INTemporalEventTriggerTypeOptionsResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V174) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTaskPriority", Selector = "resolveTaskPriorityForSearchForNotebookItems:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForNotebookItemsIntent), typeof (global::System.Action<global::Intents.INTaskPriorityResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V82) })]
public partial interface IINSearchForNotebookItemsIntentHandling : INativeObject, IDisposable
{
@@ -75,7 +75,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleSearchForNotebookItems:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleSearchForNotebookItems (INSearchForNotebookItemsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V127))]global::System.Action<INSearchForNotebookItemsIntentResponse> completion);
+ unsafe void HandleSearchForNotebookItems (INSearchForNotebookItemsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V129))]global::System.Action<INSearchForNotebookItemsIntentResponse> completion);
}
public static partial class INSearchForNotebookItemsIntentHandling_Extensions {
[UnsupportedOSPlatform ("tvos")]
@@ -83,7 +83,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINSearchForNotebookItemsIntentHandling This, INSearchForNotebookItemsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V127))]global::System.Action<INSearchForNotebookItemsIntentResponse> completion)
+ public unsafe static void Confirm (this IINSearchForNotebookItemsIntentHandling This, INSearchForNotebookItemsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V129))]global::System.Action<INSearchForNotebookItemsIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -95,7 +95,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V127.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V129.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmSearchForNotebookItems:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -127,7 +127,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveContent (this IINSearchForNotebookItemsIntentHandling This, INSearchForNotebookItemsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V91))]global::System.Action<INStringResolutionResult> completion)
+ public unsafe static void ResolveContent (this IINSearchForNotebookItemsIntentHandling This, INSearchForNotebookItemsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V92))]global::System.Action<INStringResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -139,7 +139,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V91.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V92.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveContentForSearchForNotebookItems:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -149,7 +149,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveItemType (this IINSearchForNotebookItemsIntentHandling This, INSearchForNotebookItemsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V168))]global::System.Action<INNotebookItemTypeResolutionResult> completion)
+ public unsafe static void ResolveItemType (this IINSearchForNotebookItemsIntentHandling This, INSearchForNotebookItemsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V170))]global::System.Action<INNotebookItemTypeResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -161,7 +161,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V168.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V170.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveItemTypeForSearchForNotebookItems:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -171,7 +171,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveStatus (this IINSearchForNotebookItemsIntentHandling This, INSearchForNotebookItemsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V169))]global::System.Action<INTaskStatusResolutionResult> completion)
+ public unsafe static void ResolveStatus (this IINSearchForNotebookItemsIntentHandling This, INSearchForNotebookItemsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V171))]global::System.Action<INTaskStatusResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -183,7 +183,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V169.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V171.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveStatusForSearchForNotebookItems:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -193,7 +193,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveLocation (this IINSearchForNotebookItemsIntentHandling This, INSearchForNotebookItemsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V123))]global::System.Action<INPlacemarkResolutionResult> completion)
+ public unsafe static void ResolveLocation (this IINSearchForNotebookItemsIntentHandling This, INSearchForNotebookItemsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V125))]global::System.Action<INPlacemarkResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -205,7 +205,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V123.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V125.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveLocationForSearchForNotebookItems:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -215,7 +215,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveLocationSearchType (this IINSearchForNotebookItemsIntentHandling This, INSearchForNotebookItemsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V170))]global::System.Action<INLocationSearchTypeResolutionResult> completion)
+ public unsafe static void ResolveLocationSearchType (this IINSearchForNotebookItemsIntentHandling This, INSearchForNotebookItemsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V172))]global::System.Action<INLocationSearchTypeResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -227,7 +227,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V170.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V172.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveLocationSearchTypeForSearchForNotebookItems:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -237,7 +237,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveDateTime (this IINSearchForNotebookItemsIntentHandling This, INSearchForNotebookItemsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V134))]global::System.Action<INDateComponentsRangeResolutionResult> completion)
+ public unsafe static void ResolveDateTime (this IINSearchForNotebookItemsIntentHandling This, INSearchForNotebookItemsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V136))]global::System.Action<INDateComponentsRangeResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -249,7 +249,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V134.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V136.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveDateTimeForSearchForNotebookItems:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -259,7 +259,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveDateSearchType (this IINSearchForNotebookItemsIntentHandling This, INSearchForNotebookItemsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V171))]global::System.Action<INDateSearchTypeResolutionResult> completion)
+ public unsafe static void ResolveDateSearchType (this IINSearchForNotebookItemsIntentHandling This, INSearchForNotebookItemsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V173))]global::System.Action<INDateSearchTypeResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -271,7 +271,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V171.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V173.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveDateSearchTypeForSearchForNotebookItems:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -281,7 +281,7 @@ namespace Intents {
[UnsupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveTemporalEventTriggerTypes (this IINSearchForNotebookItemsIntentHandling This, INSearchForNotebookItemsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V172))]global::System.Action<INTemporalEventTriggerTypeOptionsResolutionResult> completion)
+ public unsafe static void ResolveTemporalEventTriggerTypes (this IINSearchForNotebookItemsIntentHandling This, INSearchForNotebookItemsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V174))]global::System.Action<INTemporalEventTriggerTypeOptionsResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -293,7 +293,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V172.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V174.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveTemporalEventTriggerTypesForSearchForNotebookItems:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -329,7 +329,7 @@ namespace Intents {
}
[Export ("handleSearchForNotebookItems:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSearchForNotebookItems (INSearchForNotebookItemsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V127))]global::System.Action<INSearchForNotebookItemsIntentResponse> completion)
+ public unsafe void HandleSearchForNotebookItems (INSearchForNotebookItemsIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V129))]global::System.Action<INSearchForNotebookItemsIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -341,7 +341,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V127.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V129.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSearchForNotebookItems:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/Intents/INSearchForPhotosIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INSearchForPhotosIntentHandling.g.cs
index 0765c84..a2f7dee 100644
--- a/old/dotnet/ios/generated-sources/Intents/INSearchForPhotosIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INSearchForPhotosIntentHandling.g.cs
@@ -56,13 +56,13 @@ namespace Intents {
[ObsoletedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[Protocol (Name = "INSearchForPhotosIntentHandling", WrapperType = typeof (INSearchForPhotosIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSearchForPhotos", Selector = "handleSearchForPhotos:completion:", ParameterType = new Type [] { typeof (Intents.INSearchForPhotosIntent), typeof (global::System.Action<global::Intents.INSearchForPhotosIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V141) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSearchForPhotos:completion:", ParameterType = new Type [] { typeof (Intents.INSearchForPhotosIntent), typeof (global::System.Action<global::Intents.INSearchForPhotosIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V141) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDateCreated", Selector = "resolveDateCreatedForSearchForPhotos:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForPhotosIntent), typeof (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V134) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveLocationCreated", Selector = "resolveLocationCreatedForSearchForPhotos:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForPhotosIntent), typeof (global::System.Action<global::Intents.INPlacemarkResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V123) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveAlbumName", Selector = "resolveAlbumNameForSearchForPhotos:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForPhotosIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V91) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveSearchTerms", Selector = "resolveSearchTermsForSearchForPhotos:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForPhotosIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V167) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePeopleInPhoto", Selector = "resolvePeopleInPhotoForSearchForPhotos:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForPhotosIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V165) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSearchForPhotos", Selector = "handleSearchForPhotos:completion:", ParameterType = new Type [] { typeof (Intents.INSearchForPhotosIntent), typeof (global::System.Action<global::Intents.INSearchForPhotosIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V143) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSearchForPhotos:completion:", ParameterType = new Type [] { typeof (Intents.INSearchForPhotosIntent), typeof (global::System.Action<global::Intents.INSearchForPhotosIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V143) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDateCreated", Selector = "resolveDateCreatedForSearchForPhotos:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForPhotosIntent), typeof (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V136) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveLocationCreated", Selector = "resolveLocationCreatedForSearchForPhotos:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForPhotosIntent), typeof (global::System.Action<global::Intents.INPlacemarkResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V125) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveAlbumName", Selector = "resolveAlbumNameForSearchForPhotos:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForPhotosIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V92) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveSearchTerms", Selector = "resolveSearchTermsForSearchForPhotos:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForPhotosIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V169) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePeopleInPhoto", Selector = "resolvePeopleInPhotoForSearchForPhotos:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSearchForPhotosIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V167) })]
public partial interface IINSearchForPhotosIntentHandling : INativeObject, IDisposable
{
[ObsoletedOSPlatform ("ios15.0")]
@@ -74,7 +74,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleSearchForPhotos:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleSearchForPhotos (INSearchForPhotosIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V141))]global::System.Action<INSearchForPhotosIntentResponse> completion);
+ unsafe void HandleSearchForPhotos (INSearchForPhotosIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V143))]global::System.Action<INSearchForPhotosIntentResponse> completion);
}
public static partial class INSearchForPhotosIntentHandling_Extensions {
[ObsoletedOSPlatform ("ios15.0")]
@@ -84,7 +84,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINSearchForPhotosIntentHandling This, INSearchForPhotosIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V141))]global::System.Action<INSearchForPhotosIntentResponse> completion)
+ public unsafe static void Confirm (this IINSearchForPhotosIntentHandling This, INSearchForPhotosIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V143))]global::System.Action<INSearchForPhotosIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -93,7 +93,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V141.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V143.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmSearchForPhotos:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -104,7 +104,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveDateCreated (this IINSearchForPhotosIntentHandling This, INSearchForPhotosIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V134))]global::System.Action<INDateComponentsRangeResolutionResult> completion)
+ public unsafe static void ResolveDateCreated (this IINSearchForPhotosIntentHandling This, INSearchForPhotosIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V136))]global::System.Action<INDateComponentsRangeResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -113,7 +113,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V134.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V136.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveDateCreatedForSearchForPhotos:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -124,7 +124,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveLocationCreated (this IINSearchForPhotosIntentHandling This, INSearchForPhotosIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V123))]global::System.Action<INPlacemarkResolutionResult> completion)
+ public unsafe static void ResolveLocationCreated (this IINSearchForPhotosIntentHandling This, INSearchForPhotosIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V125))]global::System.Action<INPlacemarkResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -133,7 +133,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V123.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V125.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveLocationCreatedForSearchForPhotos:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -144,7 +144,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveAlbumName (this IINSearchForPhotosIntentHandling This, INSearchForPhotosIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V91))]global::System.Action<INStringResolutionResult> completion)
+ public unsafe static void ResolveAlbumName (this IINSearchForPhotosIntentHandling This, INSearchForPhotosIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V92))]global::System.Action<INStringResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -153,7 +153,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V91.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V92.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveAlbumNameForSearchForPhotos:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -164,7 +164,7 @@ namespace Intents {
[SupportedOSPlatform ("maccatalyst11.0")]
[ObsoletedOSPlatform ("maccatalyst15.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveSearchTerms (this IINSearchForPhotosIntentHandling This, INSearchForPhotosIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V167))]global::System.Action<INStringResolutionResult[]> completion)
+ public unsafe static void ResolveSearchTerms (this IINSearchForPhotosIntentHandling This, INSearchForPhotosIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V169))]global::System.Action<INStringResolutionResult[]> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -176,7 +176,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V167.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V169.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveSearchTermsForSearchForPhotos:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -188,7 +188,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolvePeopleInPhoto (this IINSearchForPhotosIntentHandling This, INSearchForPhotosIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V165))]global::System.Action<INPersonResolutionResult[]> completion)
+ public unsafe static void ResolvePeopleInPhoto (this IINSearchForPhotosIntentHandling This, INSearchForPhotosIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V167))]global::System.Action<INPersonResolutionResult[]> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -197,7 +197,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V165.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V167.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolvePeopleInPhotoForSearchForPhotos:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -210,7 +210,7 @@ namespace Intents {
}
[Export ("handleSearchForPhotos:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSearchForPhotos (INSearchForPhotosIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V141))]global::System.Action<INSearchForPhotosIntentResponse> completion)
+ public unsafe void HandleSearchForPhotos (INSearchForPhotosIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V143))]global::System.Action<INSearchForPhotosIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -219,7 +219,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V141.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V143.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSearchForPhotos:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INSendMessageIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INSendMessageIntentHandling.g.cs
index 46de737..2c9714b 100644
--- a/old/dotnet/ios/generated-sources/Intents/INSendMessageIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INSendMessageIntentHandling.g.cs
@@ -54,13 +54,13 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst10.0")]
[Protocol (Name = "INSendMessageIntentHandling", WrapperType = typeof (INSendMessageIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSendMessage", Selector = "handleSendMessage:completion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INSendMessageIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V125) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSendMessage:completion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INSendMessageIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V125) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRecipients", Selector = "resolveRecipientsForSendMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V165) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRecipients", Selector = "resolveRecipientsForSendMessage:completion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INSendMessageRecipientResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V173) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveContent", Selector = "resolveContentForSendMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V91) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveGroupName", Selector = "resolveGroupNameForSendMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V91) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveOutgoingMessageType", Selector = "resolveOutgoingMessageTypeForSendMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INOutgoingMessageTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V174) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSendMessage", Selector = "handleSendMessage:completion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INSendMessageIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V127) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSendMessage:completion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INSendMessageIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V127) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRecipients", Selector = "resolveRecipientsForSendMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V167) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRecipients", Selector = "resolveRecipientsForSendMessage:completion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INSendMessageRecipientResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V175) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveContent", Selector = "resolveContentForSendMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V92) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveGroupName", Selector = "resolveGroupNameForSendMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V92) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveOutgoingMessageType", Selector = "resolveOutgoingMessageTypeForSendMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INOutgoingMessageTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V176) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveSpeakableGroupName", Selector = "resolveSpeakableGroupNameForSendMessage:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendMessageIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V70) })]
public partial interface IINSendMessageIntentHandling : INativeObject, IDisposable
{
@@ -71,7 +71,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleSendMessage:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleSendMessage (INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V125))]global::System.Action<INSendMessageIntentResponse> completion);
+ unsafe void HandleSendMessage (INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V127))]global::System.Action<INSendMessageIntentResponse> completion);
}
public static partial class INSendMessageIntentHandling_Extensions {
[UnsupportedOSPlatform ("tvos")]
@@ -79,7 +79,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V125))]global::System.Action<INSendMessageIntentResponse> completion)
+ public unsafe static void Confirm (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V127))]global::System.Action<INSendMessageIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -88,7 +88,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V125.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V127.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmSendMessage:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -100,7 +100,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveRecipients (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V165))]global::System.Action<INPersonResolutionResult[]> completion)
+ public unsafe static void ResolveRecipients (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V167))]global::System.Action<INPersonResolutionResult[]> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -109,7 +109,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V165.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V167.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveRecipientsForSendMessage:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -118,7 +118,7 @@ namespace Intents {
[SupportedOSPlatform ("maccatalyst11.0")]
[SupportedOSPlatform ("macos12.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveRecipients (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V173))]global::System.Action<INSendMessageRecipientResolutionResult[]> completion)
+ public unsafe static void ResolveRecipients (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V175))]global::System.Action<INSendMessageRecipientResolutionResult[]> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -130,7 +130,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V173.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V175.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveRecipientsForSendMessage:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -140,7 +140,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveContent (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V91))]global::System.Action<INStringResolutionResult> completion)
+ public unsafe static void ResolveContent (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V92))]global::System.Action<INStringResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -149,7 +149,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V91.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V92.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveContentForSendMessage:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -161,7 +161,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveGroupName (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V91))]global::System.Action<INStringResolutionResult> completion)
+ public unsafe static void ResolveGroupName (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V92))]global::System.Action<INStringResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -170,7 +170,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V91.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V92.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveGroupNameForSendMessage:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -179,7 +179,7 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("macos12.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveOutgoingMessageType (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V174))]global::System.Action<INOutgoingMessageTypeResolutionResult> completion)
+ public unsafe static void ResolveOutgoingMessageType (this IINSendMessageIntentHandling This, INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V176))]global::System.Action<INOutgoingMessageTypeResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -191,7 +191,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V174.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V176.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveOutgoingMessageTypeForSendMessage:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -227,7 +227,7 @@ namespace Intents {
}
[Export ("handleSendMessage:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSendMessage (INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V125))]global::System.Action<INSendMessageIntentResponse> completion)
+ public unsafe void HandleSendMessage (INSendMessageIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V127))]global::System.Action<INSendMessageIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -236,7 +236,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V125.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V127.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSendMessage:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INSendPaymentIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INSendPaymentIntentHandling.g.cs
index e661b17..ac92a41 100644
--- a/old/dotnet/ios/generated-sources/Intents/INSendPaymentIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INSendPaymentIntentHandling.g.cs
@@ -54,13 +54,13 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst10.0")]
[Protocol (Name = "INSendPaymentIntentHandling", WrapperType = typeof (INSendPaymentIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSendPayment", Selector = "handleSendPayment:completion:", ParameterType = new Type [] { typeof (Intents.INSendPaymentIntent), typeof (global::System.Action<global::Intents.INSendPaymentIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V139) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSendPayment:completion:", ParameterType = new Type [] { typeof (Intents.INSendPaymentIntent), typeof (global::System.Action<global::Intents.INSendPaymentIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V139) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePayee", Selector = "resolvePayeeForSendPayment:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendPaymentIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V151) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePayee", Selector = "resolvePayeeForSendPayment:completion:", ParameterType = new Type [] { typeof (Intents.INSendPaymentIntent), typeof (global::System.Action<global::Intents.INSendPaymentPayeeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V175) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCurrencyAmount", Selector = "resolveCurrencyAmountForSendPayment:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendPaymentIntent), typeof (global::System.Action<global::Intents.INCurrencyAmountResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V153) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCurrencyAmount", Selector = "resolveCurrencyAmountForSendPayment:completion:", ParameterType = new Type [] { typeof (Intents.INSendPaymentIntent), typeof (global::System.Action<global::Intents.INSendPaymentCurrencyAmountResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V176) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveNote", Selector = "resolveNoteForSendPayment:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendPaymentIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V91) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSendPayment", Selector = "handleSendPayment:completion:", ParameterType = new Type [] { typeof (Intents.INSendPaymentIntent), typeof (global::System.Action<global::Intents.INSendPaymentIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V141) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSendPayment:completion:", ParameterType = new Type [] { typeof (Intents.INSendPaymentIntent), typeof (global::System.Action<global::Intents.INSendPaymentIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V141) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePayee", Selector = "resolvePayeeForSendPayment:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendPaymentIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V153) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePayee", Selector = "resolvePayeeForSendPayment:completion:", ParameterType = new Type [] { typeof (Intents.INSendPaymentIntent), typeof (global::System.Action<global::Intents.INSendPaymentPayeeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V177) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCurrencyAmount", Selector = "resolveCurrencyAmountForSendPayment:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendPaymentIntent), typeof (global::System.Action<global::Intents.INCurrencyAmountResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V155) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCurrencyAmount", Selector = "resolveCurrencyAmountForSendPayment:completion:", ParameterType = new Type [] { typeof (Intents.INSendPaymentIntent), typeof (global::System.Action<global::Intents.INSendPaymentCurrencyAmountResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V178) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveNote", Selector = "resolveNoteForSendPayment:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSendPaymentIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V92) })]
public partial interface IINSendPaymentIntentHandling : INativeObject, IDisposable
{
[UnsupportedOSPlatform ("macos")]
@@ -70,7 +70,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleSendPayment:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleSendPayment (INSendPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V139))]global::System.Action<INSendPaymentIntentResponse> completion);
+ unsafe void HandleSendPayment (INSendPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V141))]global::System.Action<INSendPaymentIntentResponse> completion);
}
public static partial class INSendPaymentIntentHandling_Extensions {
[UnsupportedOSPlatform ("macos")]
@@ -78,7 +78,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINSendPaymentIntentHandling This, INSendPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V139))]global::System.Action<INSendPaymentIntentResponse> completion)
+ public unsafe static void Confirm (this IINSendPaymentIntentHandling This, INSendPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V141))]global::System.Action<INSendPaymentIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -87,7 +87,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V139.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V141.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmSendPayment:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -98,7 +98,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolvePayee (this IINSendPaymentIntentHandling This, INSendPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V151))]global::System.Action<INPersonResolutionResult> completion)
+ public unsafe static void ResolvePayee (this IINSendPaymentIntentHandling This, INSendPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V153))]global::System.Action<INPersonResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -107,7 +107,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V151.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V153.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolvePayeeForSendPayment:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -116,7 +116,7 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolvePayee (this IINSendPaymentIntentHandling This, INSendPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V175))]global::System.Action<INSendPaymentPayeeResolutionResult> completion)
+ public unsafe static void ResolvePayee (this IINSendPaymentIntentHandling This, INSendPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V177))]global::System.Action<INSendPaymentPayeeResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -128,7 +128,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V175.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V177.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolvePayeeForSendPayment:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -140,7 +140,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveCurrencyAmount (this IINSendPaymentIntentHandling This, INSendPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V153))]global::System.Action<INCurrencyAmountResolutionResult> completion)
+ public unsafe static void ResolveCurrencyAmount (this IINSendPaymentIntentHandling This, INSendPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V155))]global::System.Action<INCurrencyAmountResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -149,7 +149,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V153.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V155.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveCurrencyAmountForSendPayment:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -158,7 +158,7 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveCurrencyAmount (this IINSendPaymentIntentHandling This, INSendPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V176))]global::System.Action<INSendPaymentCurrencyAmountResolutionResult> completion)
+ public unsafe static void ResolveCurrencyAmount (this IINSendPaymentIntentHandling This, INSendPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V178))]global::System.Action<INSendPaymentCurrencyAmountResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -170,7 +170,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V176.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V178.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveCurrencyAmountForSendPayment:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -180,7 +180,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveNote (this IINSendPaymentIntentHandling This, INSendPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V91))]global::System.Action<INStringResolutionResult> completion)
+ public unsafe static void ResolveNote (this IINSendPaymentIntentHandling This, INSendPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V92))]global::System.Action<INStringResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -189,7 +189,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V91.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V92.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveNoteForSendPayment:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -202,7 +202,7 @@ namespace Intents {
}
[Export ("handleSendPayment:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSendPayment (INSendPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V139))]global::System.Action<INSendPaymentIntentResponse> completion)
+ public unsafe void HandleSendPayment (INSendPaymentIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V141))]global::System.Action<INSendPaymentIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -211,7 +211,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V139.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V141.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSendPayment:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INSendRideFeedbackIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INSendRideFeedbackIntentHandling.g.cs
index a479e94..fd9bc19 100644
--- a/old/dotnet/ios/generated-sources/Intents/INSendRideFeedbackIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INSendRideFeedbackIntentHandling.g.cs
@@ -54,8 +54,8 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[Protocol (Name = "INSendRideFeedbackIntentHandling", WrapperType = typeof (INSendRideFeedbackIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSendRideFeedback", Selector = "handleSendRideFeedback:completion:", ParameterType = new Type [] { typeof (Intents.INSendRideFeedbackIntent), typeof (global::System.Action<global::Intents.INSendRideFeedbackIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V157) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSendRideFeedback:completion:", ParameterType = new Type [] { typeof (Intents.INSendRideFeedbackIntent), typeof (global::System.Action<global::Intents.INSendRideFeedbackIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V157) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSendRideFeedback", Selector = "handleSendRideFeedback:completion:", ParameterType = new Type [] { typeof (Intents.INSendRideFeedbackIntent), typeof (global::System.Action<global::Intents.INSendRideFeedbackIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V159) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSendRideFeedback:completion:", ParameterType = new Type [] { typeof (Intents.INSendRideFeedbackIntent), typeof (global::System.Action<global::Intents.INSendRideFeedbackIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V159) })]
public partial interface IINSendRideFeedbackIntentHandling : INativeObject, IDisposable
{
[UnsupportedOSPlatform ("tvos")]
@@ -65,7 +65,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleSendRideFeedback:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleSendRideFeedback (INSendRideFeedbackIntent sendRideFeedbackintent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V157))]global::System.Action<INSendRideFeedbackIntentResponse> completion);
+ unsafe void HandleSendRideFeedback (INSendRideFeedbackIntent sendRideFeedbackintent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V159))]global::System.Action<INSendRideFeedbackIntentResponse> completion);
}
public static partial class INSendRideFeedbackIntentHandling_Extensions {
[UnsupportedOSPlatform ("tvos")]
@@ -73,7 +73,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINSendRideFeedbackIntentHandling This, INSendRideFeedbackIntent sendRideFeedbackIntent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V157))]global::System.Action<INSendRideFeedbackIntentResponse> completion)
+ public unsafe static void Confirm (this IINSendRideFeedbackIntentHandling This, INSendRideFeedbackIntent sendRideFeedbackIntent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V159))]global::System.Action<INSendRideFeedbackIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -85,7 +85,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V157.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V159.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmSendRideFeedback:completion:"), sendRideFeedbackIntent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -99,7 +99,7 @@ namespace Intents {
}
[Export ("handleSendRideFeedback:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSendRideFeedback (INSendRideFeedbackIntent sendRideFeedbackintent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V157))]global::System.Action<INSendRideFeedbackIntentResponse> completion)
+ public unsafe void HandleSendRideFeedback (INSendRideFeedbackIntent sendRideFeedbackintent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V159))]global::System.Action<INSendRideFeedbackIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -111,7 +111,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V157.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V159.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSendRideFeedback:completion:"), sendRideFeedbackintent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/Intents/INSetAudioSourceInCarIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INSetAudioSourceInCarIntentHandling.g.cs
index d1d6dfe..a0f1d37 100644
--- a/old/dotnet/ios/generated-sources/Intents/INSetAudioSourceInCarIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INSetAudioSourceInCarIntentHandling.g.cs
@@ -56,10 +56,10 @@ namespace Intents {
[ObsoletedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[Protocol (Name = "INSetAudioSourceInCarIntentHandling", WrapperType = typeof (INSetAudioSourceInCarIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSetAudioSourceInCar", Selector = "handleSetAudioSourceInCar:completion:", ParameterType = new Type [] { typeof (Intents.INSetAudioSourceInCarIntent), typeof (global::System.Action<global::Intents.INSetAudioSourceInCarIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V101) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSetAudioSourceInCar:completion:", ParameterType = new Type [] { typeof (Intents.INSetAudioSourceInCarIntent), typeof (global::System.Action<global::Intents.INSetAudioSourceInCarIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V101) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveAudioSource", Selector = "resolveAudioSourceForSetAudioSourceInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetAudioSourceInCarIntent), typeof (global::System.Action<global::Intents.INCarAudioSourceResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V177) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRelativeAudioSourceReference", Selector = "resolveRelativeAudioSourceReferenceForSetAudioSourceInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetAudioSourceInCarIntent), typeof (global::System.Action<global::Intents.INRelativeReferenceResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V178) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSetAudioSourceInCar", Selector = "handleSetAudioSourceInCar:completion:", ParameterType = new Type [] { typeof (Intents.INSetAudioSourceInCarIntent), typeof (global::System.Action<global::Intents.INSetAudioSourceInCarIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V102) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSetAudioSourceInCar:completion:", ParameterType = new Type [] { typeof (Intents.INSetAudioSourceInCarIntent), typeof (global::System.Action<global::Intents.INSetAudioSourceInCarIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V102) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveAudioSource", Selector = "resolveAudioSourceForSetAudioSourceInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetAudioSourceInCarIntent), typeof (global::System.Action<global::Intents.INCarAudioSourceResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V179) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRelativeAudioSourceReference", Selector = "resolveRelativeAudioSourceReferenceForSetAudioSourceInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetAudioSourceInCarIntent), typeof (global::System.Action<global::Intents.INRelativeReferenceResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V180) })]
public partial interface IINSetAudioSourceInCarIntentHandling : INativeObject, IDisposable
{
[ObsoletedOSPlatform ("ios15.0")]
@@ -71,7 +71,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleSetAudioSourceInCar:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleSetAudioSourceInCar (INSetAudioSourceInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V101))]global::System.Action<INSetAudioSourceInCarIntentResponse> completion);
+ unsafe void HandleSetAudioSourceInCar (INSetAudioSourceInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V102))]global::System.Action<INSetAudioSourceInCarIntentResponse> completion);
}
public static partial class INSetAudioSourceInCarIntentHandling_Extensions {
[ObsoletedOSPlatform ("ios15.0")]
@@ -81,7 +81,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINSetAudioSourceInCarIntentHandling This, INSetAudioSourceInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V101))]global::System.Action<INSetAudioSourceInCarIntentResponse> completion)
+ public unsafe static void Confirm (this IINSetAudioSourceInCarIntentHandling This, INSetAudioSourceInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V102))]global::System.Action<INSetAudioSourceInCarIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -90,7 +90,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V101.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V102.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmSetAudioSourceInCar:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -101,7 +101,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveAudioSource (this IINSetAudioSourceInCarIntentHandling This, INSetAudioSourceInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V177))]global::System.Action<INCarAudioSourceResolutionResult> completion)
+ public unsafe static void ResolveAudioSource (this IINSetAudioSourceInCarIntentHandling This, INSetAudioSourceInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V179))]global::System.Action<INCarAudioSourceResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -110,7 +110,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V177.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V179.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveAudioSourceForSetAudioSourceInCar:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -121,7 +121,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveRelativeAudioSourceReference (this IINSetAudioSourceInCarIntentHandling This, INSetAudioSourceInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V178))]global::System.Action<INRelativeReferenceResolutionResult> completion)
+ public unsafe static void ResolveRelativeAudioSourceReference (this IINSetAudioSourceInCarIntentHandling This, INSetAudioSourceInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V180))]global::System.Action<INRelativeReferenceResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -130,7 +130,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V178.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V180.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveRelativeAudioSourceReferenceForSetAudioSourceInCar:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -143,7 +143,7 @@ namespace Intents {
}
[Export ("handleSetAudioSourceInCar:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSetAudioSourceInCar (INSetAudioSourceInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V101))]global::System.Action<INSetAudioSourceInCarIntentResponse> completion)
+ public unsafe void HandleSetAudioSourceInCar (INSetAudioSourceInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V102))]global::System.Action<INSetAudioSourceInCarIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -152,7 +152,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V101.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V102.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSetAudioSourceInCar:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INSetCarLockStatusIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INSetCarLockStatusIntentHandling.g.cs
index c7ae93a..a001049 100644
--- a/old/dotnet/ios/generated-sources/Intents/INSetCarLockStatusIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INSetCarLockStatusIntentHandling.g.cs
@@ -54,9 +54,9 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst10.3")]
[Protocol (Name = "INSetCarLockStatusIntentHandling", WrapperType = typeof (INSetCarLockStatusIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSetCarLockStatus", Selector = "handleSetCarLockStatus:completion:", ParameterType = new Type [] { typeof (Intents.INSetCarLockStatusIntent), typeof (global::System.Action<global::Intents.INSetCarLockStatusIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V99) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSetCarLockStatus:completion:", ParameterType = new Type [] { typeof (Intents.INSetCarLockStatusIntent), typeof (global::System.Action<global::Intents.INSetCarLockStatusIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V99) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveLocked", Selector = "resolveLockedForSetCarLockStatus:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetCarLockStatusIntent), typeof (global::System.Action<global::Intents.INBooleanResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V145) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSetCarLockStatus", Selector = "handleSetCarLockStatus:completion:", ParameterType = new Type [] { typeof (Intents.INSetCarLockStatusIntent), typeof (global::System.Action<global::Intents.INSetCarLockStatusIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V100) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSetCarLockStatus:completion:", ParameterType = new Type [] { typeof (Intents.INSetCarLockStatusIntent), typeof (global::System.Action<global::Intents.INSetCarLockStatusIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V100) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveLocked", Selector = "resolveLockedForSetCarLockStatus:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetCarLockStatusIntent), typeof (global::System.Action<global::Intents.INBooleanResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V147) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCarName", Selector = "resolveCarNameForSetCarLockStatus:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetCarLockStatusIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V70) })]
public partial interface IINSetCarLockStatusIntentHandling : INativeObject, IDisposable
{
@@ -67,7 +67,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleSetCarLockStatus:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleSetCarLockStatus (INSetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V99))]global::System.Action<INSetCarLockStatusIntentResponse> completion);
+ unsafe void HandleSetCarLockStatus (INSetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V100))]global::System.Action<INSetCarLockStatusIntentResponse> completion);
}
public static partial class INSetCarLockStatusIntentHandling_Extensions {
[UnsupportedOSPlatform ("macos")]
@@ -75,7 +75,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.3")]
[SupportedOSPlatform ("maccatalyst10.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINSetCarLockStatusIntentHandling This, INSetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V99))]global::System.Action<INSetCarLockStatusIntentResponse> completion)
+ public unsafe static void Confirm (this IINSetCarLockStatusIntentHandling This, INSetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V100))]global::System.Action<INSetCarLockStatusIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -84,7 +84,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V99.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V100.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmSetCarLockStatus:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -93,7 +93,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.3")]
[SupportedOSPlatform ("maccatalyst10.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveLocked (this IINSetCarLockStatusIntentHandling This, INSetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V145))]global::System.Action<INBooleanResolutionResult> completion)
+ public unsafe static void ResolveLocked (this IINSetCarLockStatusIntentHandling This, INSetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V147))]global::System.Action<INBooleanResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -102,7 +102,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V145.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V147.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveLockedForSetCarLockStatus:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -133,7 +133,7 @@ namespace Intents {
}
[Export ("handleSetCarLockStatus:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSetCarLockStatus (INSetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V99))]global::System.Action<INSetCarLockStatusIntentResponse> completion)
+ public unsafe void HandleSetCarLockStatus (INSetCarLockStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V100))]global::System.Action<INSetCarLockStatusIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -142,7 +142,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V99.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V100.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSetCarLockStatus:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INSetClimateSettingsInCarIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INSetClimateSettingsInCarIntentHandling.g.cs
index 7f6f32c..5439dda 100644
--- a/old/dotnet/ios/generated-sources/Intents/INSetClimateSettingsInCarIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INSetClimateSettingsInCarIntentHandling.g.cs
@@ -56,19 +56,19 @@ namespace Intents {
[ObsoletedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[Protocol (Name = "INSetClimateSettingsInCarIntentHandling", WrapperType = typeof (INSetClimateSettingsInCarIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSetClimateSettingsInCar", Selector = "handleSetClimateSettingsInCar:completion:", ParameterType = new Type [] { typeof (Intents.INSetClimateSettingsInCarIntent), typeof (global::System.Action<global::Intents.INSetClimateSettingsInCarIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V102) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSetClimateSettingsInCar:completion:", ParameterType = new Type [] { typeof (Intents.INSetClimateSettingsInCarIntent), typeof (global::System.Action<global::Intents.INSetClimateSettingsInCarIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V102) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveEnableFan", Selector = "resolveEnableFanForSetClimateSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetClimateSettingsInCarIntent), typeof (global::System.Action<global::Intents.INBooleanResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V145) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveEnableAirConditioner", Selector = "resolveEnableAirConditionerForSetClimateSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetClimateSettingsInCarIntent), typeof (global::System.Action<global::Intents.INBooleanResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V145) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveEnableClimateControl", Selector = "resolveEnableClimateControlForSetClimateSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetClimateSettingsInCarIntent), typeof (global::System.Action<global::Intents.INBooleanResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V145) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveEnableAutoMode", Selector = "resolveEnableAutoModeForSetClimateSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetClimateSettingsInCarIntent), typeof (global::System.Action<global::Intents.INBooleanResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V145) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveAirCirculationMode", Selector = "resolveAirCirculationModeForSetClimateSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetClimateSettingsInCarIntent), typeof (global::System.Action<global::Intents.INCarAirCirculationModeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V179) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveFanSpeedIndex", Selector = "resolveFanSpeedIndexForSetClimateSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetClimateSettingsInCarIntent), typeof (global::System.Action<global::Intents.INIntegerResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V89) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveFanSpeedPercentage", Selector = "resolveFanSpeedPercentageForSetClimateSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetClimateSettingsInCarIntent), typeof (global::System.Action<global::Intents.INDoubleResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V180) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRelativeFanSpeedSetting", Selector = "resolveRelativeFanSpeedSettingForSetClimateSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetClimateSettingsInCarIntent), typeof (global::System.Action<global::Intents.INRelativeSettingResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V181) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTemperature", Selector = "resolveTemperatureForSetClimateSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetClimateSettingsInCarIntent), typeof (global::System.Action<global::Intents.INTemperatureResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V182) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRelativeTemperatureSetting", Selector = "resolveRelativeTemperatureSettingForSetClimateSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetClimateSettingsInCarIntent), typeof (global::System.Action<global::Intents.INRelativeSettingResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V181) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveClimateZone", Selector = "resolveClimateZoneForSetClimateSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetClimateSettingsInCarIntent), typeof (global::System.Action<global::Intents.INCarSeatResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V183) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSetClimateSettingsInCar", Selector = "handleSetClimateSettingsInCar:completion:", ParameterType = new Type [] { typeof (Intents.INSetClimateSettingsInCarIntent), typeof (global::System.Action<global::Intents.INSetClimateSettingsInCarIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V103) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSetClimateSettingsInCar:completion:", ParameterType = new Type [] { typeof (Intents.INSetClimateSettingsInCarIntent), typeof (global::System.Action<global::Intents.INSetClimateSettingsInCarIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V103) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveEnableFan", Selector = "resolveEnableFanForSetClimateSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetClimateSettingsInCarIntent), typeof (global::System.Action<global::Intents.INBooleanResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V147) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveEnableAirConditioner", Selector = "resolveEnableAirConditionerForSetClimateSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetClimateSettingsInCarIntent), typeof (global::System.Action<global::Intents.INBooleanResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V147) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveEnableClimateControl", Selector = "resolveEnableClimateControlForSetClimateSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetClimateSettingsInCarIntent), typeof (global::System.Action<global::Intents.INBooleanResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V147) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveEnableAutoMode", Selector = "resolveEnableAutoModeForSetClimateSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetClimateSettingsInCarIntent), typeof (global::System.Action<global::Intents.INBooleanResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V147) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveAirCirculationMode", Selector = "resolveAirCirculationModeForSetClimateSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetClimateSettingsInCarIntent), typeof (global::System.Action<global::Intents.INCarAirCirculationModeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V181) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveFanSpeedIndex", Selector = "resolveFanSpeedIndexForSetClimateSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetClimateSettingsInCarIntent), typeof (global::System.Action<global::Intents.INIntegerResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V90) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveFanSpeedPercentage", Selector = "resolveFanSpeedPercentageForSetClimateSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetClimateSettingsInCarIntent), typeof (global::System.Action<global::Intents.INDoubleResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V182) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRelativeFanSpeedSetting", Selector = "resolveRelativeFanSpeedSettingForSetClimateSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetClimateSettingsInCarIntent), typeof (global::System.Action<global::Intents.INRelativeSettingResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V183) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTemperature", Selector = "resolveTemperatureForSetClimateSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetClimateSettingsInCarIntent), typeof (global::System.Action<global::Intents.INTemperatureResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V184) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRelativeTemperatureSetting", Selector = "resolveRelativeTemperatureSettingForSetClimateSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetClimateSettingsInCarIntent), typeof (global::System.Action<global::Intents.INRelativeSettingResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V183) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveClimateZone", Selector = "resolveClimateZoneForSetClimateSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetClimateSettingsInCarIntent), typeof (global::System.Action<global::Intents.INCarSeatResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V185) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCarName", Selector = "resolveCarNameForSetClimateSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetClimateSettingsInCarIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V70) })]
public partial interface IINSetClimateSettingsInCarIntentHandling : INativeObject, IDisposable
{
@@ -81,7 +81,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleSetClimateSettingsInCar:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleSetClimateSettingsInCar (INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V102))]global::System.Action<INSetClimateSettingsInCarIntentResponse> completion);
+ unsafe void HandleSetClimateSettingsInCar (INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V103))]global::System.Action<INSetClimateSettingsInCarIntentResponse> completion);
}
public static partial class INSetClimateSettingsInCarIntentHandling_Extensions {
[ObsoletedOSPlatform ("ios15.0")]
@@ -91,7 +91,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINSetClimateSettingsInCarIntentHandling This, INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V102))]global::System.Action<INSetClimateSettingsInCarIntentResponse> completion)
+ public unsafe static void Confirm (this IINSetClimateSettingsInCarIntentHandling This, INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V103))]global::System.Action<INSetClimateSettingsInCarIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -100,7 +100,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V102.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V103.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmSetClimateSettingsInCar:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -111,7 +111,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveEnableFan (this IINSetClimateSettingsInCarIntentHandling This, INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V145))]global::System.Action<INBooleanResolutionResult> completion)
+ public unsafe static void ResolveEnableFan (this IINSetClimateSettingsInCarIntentHandling This, INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V147))]global::System.Action<INBooleanResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -120,7 +120,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V145.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V147.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveEnableFanForSetClimateSettingsInCar:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -131,7 +131,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveEnableAirConditioner (this IINSetClimateSettingsInCarIntentHandling This, INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V145))]global::System.Action<INBooleanResolutionResult> completion)
+ public unsafe static void ResolveEnableAirConditioner (this IINSetClimateSettingsInCarIntentHandling This, INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V147))]global::System.Action<INBooleanResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -140,7 +140,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V145.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V147.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveEnableAirConditionerForSetClimateSettingsInCar:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -151,7 +151,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveEnableClimateControl (this IINSetClimateSettingsInCarIntentHandling This, INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V145))]global::System.Action<INBooleanResolutionResult> completion)
+ public unsafe static void ResolveEnableClimateControl (this IINSetClimateSettingsInCarIntentHandling This, INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V147))]global::System.Action<INBooleanResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -160,7 +160,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V145.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V147.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveEnableClimateControlForSetClimateSettingsInCar:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -171,7 +171,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveEnableAutoMode (this IINSetClimateSettingsInCarIntentHandling This, INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V145))]global::System.Action<INBooleanResolutionResult> completion)
+ public unsafe static void ResolveEnableAutoMode (this IINSetClimateSettingsInCarIntentHandling This, INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V147))]global::System.Action<INBooleanResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -180,7 +180,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V145.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V147.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveEnableAutoModeForSetClimateSettingsInCar:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -191,7 +191,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveAirCirculationMode (this IINSetClimateSettingsInCarIntentHandling This, INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V179))]global::System.Action<INCarAirCirculationModeResolutionResult> completion)
+ public unsafe static void ResolveAirCirculationMode (this IINSetClimateSettingsInCarIntentHandling This, INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V181))]global::System.Action<INCarAirCirculationModeResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -200,7 +200,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V179.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V181.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveAirCirculationModeForSetClimateSettingsInCar:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -211,7 +211,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveFanSpeedIndex (this IINSetClimateSettingsInCarIntentHandling This, INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V89))]global::System.Action<INIntegerResolutionResult> completion)
+ public unsafe static void ResolveFanSpeedIndex (this IINSetClimateSettingsInCarIntentHandling This, INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V90))]global::System.Action<INIntegerResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -220,7 +220,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V89.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V90.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveFanSpeedIndexForSetClimateSettingsInCar:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -231,7 +231,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveFanSpeedPercentage (this IINSetClimateSettingsInCarIntentHandling This, INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V180))]global::System.Action<INDoubleResolutionResult> completion)
+ public unsafe static void ResolveFanSpeedPercentage (this IINSetClimateSettingsInCarIntentHandling This, INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V182))]global::System.Action<INDoubleResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -240,7 +240,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V180.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V182.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveFanSpeedPercentageForSetClimateSettingsInCar:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -251,7 +251,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveRelativeFanSpeedSetting (this IINSetClimateSettingsInCarIntentHandling This, INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V181))]global::System.Action<INRelativeSettingResolutionResult> completion)
+ public unsafe static void ResolveRelativeFanSpeedSetting (this IINSetClimateSettingsInCarIntentHandling This, INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V183))]global::System.Action<INRelativeSettingResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -260,7 +260,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V181.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V183.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveRelativeFanSpeedSettingForSetClimateSettingsInCar:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -271,7 +271,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveTemperature (this IINSetClimateSettingsInCarIntentHandling This, INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V182))]global::System.Action<INTemperatureResolutionResult> completion)
+ public unsafe static void ResolveTemperature (this IINSetClimateSettingsInCarIntentHandling This, INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V184))]global::System.Action<INTemperatureResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -280,7 +280,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V182.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V184.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveTemperatureForSetClimateSettingsInCar:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -291,7 +291,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveRelativeTemperatureSetting (this IINSetClimateSettingsInCarIntentHandling This, INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V181))]global::System.Action<INRelativeSettingResolutionResult> completion)
+ public unsafe static void ResolveRelativeTemperatureSetting (this IINSetClimateSettingsInCarIntentHandling This, INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V183))]global::System.Action<INRelativeSettingResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -300,7 +300,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V181.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V183.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveRelativeTemperatureSettingForSetClimateSettingsInCar:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -311,7 +311,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveClimateZone (this IINSetClimateSettingsInCarIntentHandling This, INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V183))]global::System.Action<INCarSeatResolutionResult> completion)
+ public unsafe static void ResolveClimateZone (this IINSetClimateSettingsInCarIntentHandling This, INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V185))]global::System.Action<INCarSeatResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -320,7 +320,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V183.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V185.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveClimateZoneForSetClimateSettingsInCar:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -357,7 +357,7 @@ namespace Intents {
}
[Export ("handleSetClimateSettingsInCar:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSetClimateSettingsInCar (INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V102))]global::System.Action<INSetClimateSettingsInCarIntentResponse> completion)
+ public unsafe void HandleSetClimateSettingsInCar (INSetClimateSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V103))]global::System.Action<INSetClimateSettingsInCarIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -366,7 +366,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V102.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V103.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSetClimateSettingsInCar:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INSetDefrosterSettingsInCarIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INSetDefrosterSettingsInCarIntentHandling.g.cs
index 85f3f15..e1944bd 100644
--- a/old/dotnet/ios/generated-sources/Intents/INSetDefrosterSettingsInCarIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INSetDefrosterSettingsInCarIntentHandling.g.cs
@@ -56,10 +56,10 @@ namespace Intents {
[ObsoletedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[Protocol (Name = "INSetDefrosterSettingsInCarIntentHandling", WrapperType = typeof (INSetDefrosterSettingsInCarIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSetDefrosterSettingsInCar", Selector = "handleSetDefrosterSettingsInCar:completion:", ParameterType = new Type [] { typeof (Intents.INSetDefrosterSettingsInCarIntent), typeof (global::System.Action<global::Intents.INSetDefrosterSettingsInCarIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V103) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSetDefrosterSettingsInCar:completion:", ParameterType = new Type [] { typeof (Intents.INSetDefrosterSettingsInCarIntent), typeof (global::System.Action<global::Intents.INSetDefrosterSettingsInCarIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V103) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveEnable", Selector = "resolveEnableForSetDefrosterSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetDefrosterSettingsInCarIntent), typeof (global::System.Action<global::Intents.INBooleanResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V145) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDefroster", Selector = "resolveDefrosterForSetDefrosterSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetDefrosterSettingsInCarIntent), typeof (global::System.Action<global::Intents.INCarDefrosterResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V184) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSetDefrosterSettingsInCar", Selector = "handleSetDefrosterSettingsInCar:completion:", ParameterType = new Type [] { typeof (Intents.INSetDefrosterSettingsInCarIntent), typeof (global::System.Action<global::Intents.INSetDefrosterSettingsInCarIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V104) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSetDefrosterSettingsInCar:completion:", ParameterType = new Type [] { typeof (Intents.INSetDefrosterSettingsInCarIntent), typeof (global::System.Action<global::Intents.INSetDefrosterSettingsInCarIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V104) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveEnable", Selector = "resolveEnableForSetDefrosterSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetDefrosterSettingsInCarIntent), typeof (global::System.Action<global::Intents.INBooleanResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V147) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDefroster", Selector = "resolveDefrosterForSetDefrosterSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetDefrosterSettingsInCarIntent), typeof (global::System.Action<global::Intents.INCarDefrosterResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V186) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCarName", Selector = "resolveCarNameForSetDefrosterSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetDefrosterSettingsInCarIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V70) })]
public partial interface IINSetDefrosterSettingsInCarIntentHandling : INativeObject, IDisposable
{
@@ -72,7 +72,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleSetDefrosterSettingsInCar:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleSetDefrosterSettingsInCar (INSetDefrosterSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V103))]global::System.Action<INSetDefrosterSettingsInCarIntentResponse> completion);
+ unsafe void HandleSetDefrosterSettingsInCar (INSetDefrosterSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V104))]global::System.Action<INSetDefrosterSettingsInCarIntentResponse> completion);
}
public static partial class INSetDefrosterSettingsInCarIntentHandling_Extensions {
[ObsoletedOSPlatform ("ios15.0")]
@@ -82,7 +82,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINSetDefrosterSettingsInCarIntentHandling This, INSetDefrosterSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V103))]global::System.Action<INSetDefrosterSettingsInCarIntentResponse> completion)
+ public unsafe static void Confirm (this IINSetDefrosterSettingsInCarIntentHandling This, INSetDefrosterSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V104))]global::System.Action<INSetDefrosterSettingsInCarIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -91,7 +91,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V103.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V104.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmSetDefrosterSettingsInCar:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -102,7 +102,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveEnable (this IINSetDefrosterSettingsInCarIntentHandling This, INSetDefrosterSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V145))]global::System.Action<INBooleanResolutionResult> completion)
+ public unsafe static void ResolveEnable (this IINSetDefrosterSettingsInCarIntentHandling This, INSetDefrosterSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V147))]global::System.Action<INBooleanResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -111,7 +111,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V145.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V147.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveEnableForSetDefrosterSettingsInCar:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -122,7 +122,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveDefroster (this IINSetDefrosterSettingsInCarIntentHandling This, INSetDefrosterSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V184))]global::System.Action<INCarDefrosterResolutionResult> completion)
+ public unsafe static void ResolveDefroster (this IINSetDefrosterSettingsInCarIntentHandling This, INSetDefrosterSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V186))]global::System.Action<INCarDefrosterResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -131,7 +131,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V184.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V186.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveDefrosterForSetDefrosterSettingsInCar:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -168,7 +168,7 @@ namespace Intents {
}
[Export ("handleSetDefrosterSettingsInCar:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSetDefrosterSettingsInCar (INSetDefrosterSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V103))]global::System.Action<INSetDefrosterSettingsInCarIntentResponse> completion)
+ public unsafe void HandleSetDefrosterSettingsInCar (INSetDefrosterSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V104))]global::System.Action<INSetDefrosterSettingsInCarIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -177,7 +177,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V103.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V104.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSetDefrosterSettingsInCar:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INSetMessageAttributeIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INSetMessageAttributeIntentHandling.g.cs
index 48ddf91..2ef24b7 100644
--- a/old/dotnet/ios/generated-sources/Intents/INSetMessageAttributeIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INSetMessageAttributeIntentHandling.g.cs
@@ -54,9 +54,9 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst10.0")]
[Protocol (Name = "INSetMessageAttributeIntentHandling", WrapperType = typeof (INSetMessageAttributeIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSetMessageAttribute", Selector = "handleSetMessageAttribute:completion:", ParameterType = new Type [] { typeof (Intents.INSetMessageAttributeIntent), typeof (global::System.Action<global::Intents.INSetMessageAttributeIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V126) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSetMessageAttribute:completion:", ParameterType = new Type [] { typeof (Intents.INSetMessageAttributeIntent), typeof (global::System.Action<global::Intents.INSetMessageAttributeIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V126) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveAttribute", Selector = "resolveAttributeForSetMessageAttribute:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetMessageAttributeIntent), typeof (global::System.Action<global::Intents.INMessageAttributeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V185) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSetMessageAttribute", Selector = "handleSetMessageAttribute:completion:", ParameterType = new Type [] { typeof (Intents.INSetMessageAttributeIntent), typeof (global::System.Action<global::Intents.INSetMessageAttributeIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V128) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSetMessageAttribute:completion:", ParameterType = new Type [] { typeof (Intents.INSetMessageAttributeIntent), typeof (global::System.Action<global::Intents.INSetMessageAttributeIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V128) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveAttribute", Selector = "resolveAttributeForSetMessageAttribute:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetMessageAttributeIntent), typeof (global::System.Action<global::Intents.INMessageAttributeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V187) })]
public partial interface IINSetMessageAttributeIntentHandling : INativeObject, IDisposable
{
[UnsupportedOSPlatform ("macos")]
@@ -66,7 +66,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleSetMessageAttribute:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleSetMessageAttribute (INSetMessageAttributeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V126))]global::System.Action<INSetMessageAttributeIntentResponse> completion);
+ unsafe void HandleSetMessageAttribute (INSetMessageAttributeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V128))]global::System.Action<INSetMessageAttributeIntentResponse> completion);
}
public static partial class INSetMessageAttributeIntentHandling_Extensions {
[UnsupportedOSPlatform ("macos")]
@@ -74,7 +74,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINSetMessageAttributeIntentHandling This, INSetMessageAttributeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V126))]global::System.Action<INSetMessageAttributeIntentResponse> completion)
+ public unsafe static void Confirm (this IINSetMessageAttributeIntentHandling This, INSetMessageAttributeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V128))]global::System.Action<INSetMessageAttributeIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -83,7 +83,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V126.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V128.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmSetMessageAttribute:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -92,7 +92,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveAttribute (this IINSetMessageAttributeIntentHandling This, INSetMessageAttributeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V185))]global::System.Action<INMessageAttributeResolutionResult> completion)
+ public unsafe static void ResolveAttribute (this IINSetMessageAttributeIntentHandling This, INSetMessageAttributeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V187))]global::System.Action<INMessageAttributeResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -101,7 +101,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V185.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V187.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveAttributeForSetMessageAttribute:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -114,7 +114,7 @@ namespace Intents {
}
[Export ("handleSetMessageAttribute:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSetMessageAttribute (INSetMessageAttributeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V126))]global::System.Action<INSetMessageAttributeIntentResponse> completion)
+ public unsafe void HandleSetMessageAttribute (INSetMessageAttributeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V128))]global::System.Action<INSetMessageAttributeIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -123,7 +123,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V126.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V128.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSetMessageAttribute:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INSetProfileInCarIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INSetProfileInCarIntentHandling.g.cs
index a81bd26..6c48155 100644
--- a/old/dotnet/ios/generated-sources/Intents/INSetProfileInCarIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INSetProfileInCarIntentHandling.g.cs
@@ -56,12 +56,12 @@ namespace Intents {
[ObsoletedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[Protocol (Name = "INSetProfileInCarIntentHandling", WrapperType = typeof (INSetProfileInCarIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSetProfileInCar", Selector = "handleSetProfileInCar:completion:", ParameterType = new Type [] { typeof (Intents.INSetProfileInCarIntent), typeof (global::System.Action<global::Intents.INSetProfileInCarIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V104) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSetProfileInCar:completion:", ParameterType = new Type [] { typeof (Intents.INSetProfileInCarIntent), typeof (global::System.Action<global::Intents.INSetProfileInCarIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V104) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveProfileNumber", Selector = "resolveProfileNumberForSetProfileInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetProfileInCarIntent), typeof (global::System.Action<global::Intents.INIntegerResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V89) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDefaultProfile", Selector = "resolveDefaultProfileForSetProfileInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetProfileInCarIntent), typeof (global::System.Action<global::Intents.INBooleanResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V145) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSetProfileInCar", Selector = "handleSetProfileInCar:completion:", ParameterType = new Type [] { typeof (Intents.INSetProfileInCarIntent), typeof (global::System.Action<global::Intents.INSetProfileInCarIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V105) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSetProfileInCar:completion:", ParameterType = new Type [] { typeof (Intents.INSetProfileInCarIntent), typeof (global::System.Action<global::Intents.INSetProfileInCarIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V105) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveProfileNumber", Selector = "resolveProfileNumberForSetProfileInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetProfileInCarIntent), typeof (global::System.Action<global::Intents.INIntegerResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V90) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDefaultProfile", Selector = "resolveDefaultProfileForSetProfileInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetProfileInCarIntent), typeof (global::System.Action<global::Intents.INBooleanResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V147) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCarName", Selector = "resolveCarNameForSetProfileInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetProfileInCarIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V70) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveProfileName", Selector = "resolveProfileNameForSetProfileInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetProfileInCarIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V91) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveProfileName", Selector = "resolveProfileNameForSetProfileInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetProfileInCarIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V92) })]
public partial interface IINSetProfileInCarIntentHandling : INativeObject, IDisposable
{
[ObsoletedOSPlatform ("ios15.0")]
@@ -73,7 +73,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleSetProfileInCar:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleSetProfileInCar (INSetProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V104))]global::System.Action<INSetProfileInCarIntentResponse> completion);
+ unsafe void HandleSetProfileInCar (INSetProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V105))]global::System.Action<INSetProfileInCarIntentResponse> completion);
}
public static partial class INSetProfileInCarIntentHandling_Extensions {
[ObsoletedOSPlatform ("ios15.0")]
@@ -83,7 +83,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINSetProfileInCarIntentHandling This, INSetProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V104))]global::System.Action<INSetProfileInCarIntentResponse> completion)
+ public unsafe static void Confirm (this IINSetProfileInCarIntentHandling This, INSetProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V105))]global::System.Action<INSetProfileInCarIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -92,7 +92,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V104.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V105.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmSetProfileInCar:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -103,7 +103,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveProfileNumber (this IINSetProfileInCarIntentHandling This, INSetProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V89))]global::System.Action<INIntegerResolutionResult> completion)
+ public unsafe static void ResolveProfileNumber (this IINSetProfileInCarIntentHandling This, INSetProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V90))]global::System.Action<INIntegerResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -112,7 +112,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V89.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V90.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveProfileNumberForSetProfileInCar:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -123,7 +123,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveDefaultProfile (this IINSetProfileInCarIntentHandling This, INSetProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V145))]global::System.Action<INBooleanResolutionResult> completion)
+ public unsafe static void ResolveDefaultProfile (this IINSetProfileInCarIntentHandling This, INSetProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V147))]global::System.Action<INBooleanResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -132,7 +132,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V145.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V147.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveDefaultProfileForSetProfileInCar:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -167,7 +167,7 @@ namespace Intents {
[SupportedOSPlatform ("maccatalyst10.2")]
[ObsoletedOSPlatform ("maccatalyst15.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveProfileName (this IINSetProfileInCarIntentHandling This, INSetProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V91))]global::System.Action<INStringResolutionResult> completion)
+ public unsafe static void ResolveProfileName (this IINSetProfileInCarIntentHandling This, INSetProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V92))]global::System.Action<INStringResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -176,7 +176,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V91.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V92.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveProfileNameForSetProfileInCar:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -189,7 +189,7 @@ namespace Intents {
}
[Export ("handleSetProfileInCar:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSetProfileInCar (INSetProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V104))]global::System.Action<INSetProfileInCarIntentResponse> completion)
+ public unsafe void HandleSetProfileInCar (INSetProfileInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V105))]global::System.Action<INSetProfileInCarIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -198,7 +198,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V104.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V105.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSetProfileInCar:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INSetRadioStationIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INSetRadioStationIntentHandling.g.cs
index dc537be..6673abf 100644
--- a/old/dotnet/ios/generated-sources/Intents/INSetRadioStationIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INSetRadioStationIntentHandling.g.cs
@@ -56,13 +56,13 @@ namespace Intents {
[ObsoletedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[Protocol (Name = "INSetRadioStationIntentHandling", WrapperType = typeof (INSetRadioStationIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSetRadioStation", Selector = "handleSetRadioStation:completion:", ParameterType = new Type [] { typeof (Intents.INSetRadioStationIntent), typeof (global::System.Action<global::Intents.INSetRadioStationIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V150) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSetRadioStation:completion:", ParameterType = new Type [] { typeof (Intents.INSetRadioStationIntent), typeof (global::System.Action<global::Intents.INSetRadioStationIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V150) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRadioType", Selector = "resolveRadioTypeForSetRadioStation:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetRadioStationIntent), typeof (global::System.Action<global::Intents.INRadioTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V186) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveFrequency", Selector = "resolveFrequencyForSetRadioStation:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetRadioStationIntent), typeof (global::System.Action<global::Intents.INDoubleResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V180) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveStationName", Selector = "resolveStationNameForSetRadioStation:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetRadioStationIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V91) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveChannel", Selector = "resolveChannelForSetRadioStation:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetRadioStationIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V91) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePresetNumber", Selector = "resolvePresetNumberForSetRadioStation:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetRadioStationIntent), typeof (global::System.Action<global::Intents.INIntegerResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V89) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSetRadioStation", Selector = "handleSetRadioStation:completion:", ParameterType = new Type [] { typeof (Intents.INSetRadioStationIntent), typeof (global::System.Action<global::Intents.INSetRadioStationIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V152) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSetRadioStation:completion:", ParameterType = new Type [] { typeof (Intents.INSetRadioStationIntent), typeof (global::System.Action<global::Intents.INSetRadioStationIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V152) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRadioType", Selector = "resolveRadioTypeForSetRadioStation:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetRadioStationIntent), typeof (global::System.Action<global::Intents.INRadioTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V188) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveFrequency", Selector = "resolveFrequencyForSetRadioStation:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetRadioStationIntent), typeof (global::System.Action<global::Intents.INDoubleResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V182) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveStationName", Selector = "resolveStationNameForSetRadioStation:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetRadioStationIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V92) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveChannel", Selector = "resolveChannelForSetRadioStation:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetRadioStationIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V92) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePresetNumber", Selector = "resolvePresetNumberForSetRadioStation:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetRadioStationIntent), typeof (global::System.Action<global::Intents.INIntegerResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V90) })]
public partial interface IINSetRadioStationIntentHandling : INativeObject, IDisposable
{
[ObsoletedOSPlatform ("ios15.0")]
@@ -74,7 +74,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleSetRadioStation:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleSetRadioStation (INSetRadioStationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V150))]global::System.Action<INSetRadioStationIntentResponse> completion);
+ unsafe void HandleSetRadioStation (INSetRadioStationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V152))]global::System.Action<INSetRadioStationIntentResponse> completion);
}
public static partial class INSetRadioStationIntentHandling_Extensions {
[ObsoletedOSPlatform ("ios15.0")]
@@ -84,7 +84,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINSetRadioStationIntentHandling This, INSetRadioStationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V150))]global::System.Action<INSetRadioStationIntentResponse> completion)
+ public unsafe static void Confirm (this IINSetRadioStationIntentHandling This, INSetRadioStationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V152))]global::System.Action<INSetRadioStationIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -93,7 +93,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V150.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V152.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmSetRadioStation:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -104,7 +104,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveRadioType (this IINSetRadioStationIntentHandling This, INSetRadioStationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V186))]global::System.Action<INRadioTypeResolutionResult> completion)
+ public unsafe static void ResolveRadioType (this IINSetRadioStationIntentHandling This, INSetRadioStationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V188))]global::System.Action<INRadioTypeResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -113,7 +113,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V186.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V188.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveRadioTypeForSetRadioStation:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -124,7 +124,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveFrequency (this IINSetRadioStationIntentHandling This, INSetRadioStationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V180))]global::System.Action<INDoubleResolutionResult> completion)
+ public unsafe static void ResolveFrequency (this IINSetRadioStationIntentHandling This, INSetRadioStationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V182))]global::System.Action<INDoubleResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -133,7 +133,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V180.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V182.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveFrequencyForSetRadioStation:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -144,7 +144,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveStationName (this IINSetRadioStationIntentHandling This, INSetRadioStationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V91))]global::System.Action<INStringResolutionResult> completion)
+ public unsafe static void ResolveStationName (this IINSetRadioStationIntentHandling This, INSetRadioStationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V92))]global::System.Action<INStringResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -153,7 +153,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V91.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V92.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveStationNameForSetRadioStation:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -164,7 +164,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveChannel (this IINSetRadioStationIntentHandling This, INSetRadioStationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V91))]global::System.Action<INStringResolutionResult> completion)
+ public unsafe static void ResolveChannel (this IINSetRadioStationIntentHandling This, INSetRadioStationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V92))]global::System.Action<INStringResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -173,7 +173,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V91.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V92.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveChannelForSetRadioStation:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -184,7 +184,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolvePresetNumber (this IINSetRadioStationIntentHandling This, INSetRadioStationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V89))]global::System.Action<INIntegerResolutionResult> completion)
+ public unsafe static void ResolvePresetNumber (this IINSetRadioStationIntentHandling This, INSetRadioStationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V90))]global::System.Action<INIntegerResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -193,7 +193,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V89.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V90.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolvePresetNumberForSetRadioStation:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -206,7 +206,7 @@ namespace Intents {
}
[Export ("handleSetRadioStation:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSetRadioStation (INSetRadioStationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V150))]global::System.Action<INSetRadioStationIntentResponse> completion)
+ public unsafe void HandleSetRadioStation (INSetRadioStationIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V152))]global::System.Action<INSetRadioStationIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -215,7 +215,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V150.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V152.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSetRadioStation:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INSetSeatSettingsInCarIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INSetSeatSettingsInCarIntentHandling.g.cs
index 68a60b2..145878a 100644
--- a/old/dotnet/ios/generated-sources/Intents/INSetSeatSettingsInCarIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INSetSeatSettingsInCarIntentHandling.g.cs
@@ -56,14 +56,14 @@ namespace Intents {
[ObsoletedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[Protocol (Name = "INSetSeatSettingsInCarIntentHandling", WrapperType = typeof (INSetSeatSettingsInCarIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSetSeatSettingsInCar", Selector = "handleSetSeatSettingsInCar:completion:", ParameterType = new Type [] { typeof (Intents.INSetSeatSettingsInCarIntent), typeof (global::System.Action<global::Intents.INSetSeatSettingsInCarIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V105) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSetSeatSettingsInCar:completion:", ParameterType = new Type [] { typeof (Intents.INSetSeatSettingsInCarIntent), typeof (global::System.Action<global::Intents.INSetSeatSettingsInCarIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V105) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveEnableHeating", Selector = "resolveEnableHeatingForSetSeatSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetSeatSettingsInCarIntent), typeof (global::System.Action<global::Intents.INBooleanResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V145) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveEnableCooling", Selector = "resolveEnableCoolingForSetSeatSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetSeatSettingsInCarIntent), typeof (global::System.Action<global::Intents.INBooleanResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V145) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveEnableMassage", Selector = "resolveEnableMassageForSetSeatSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetSeatSettingsInCarIntent), typeof (global::System.Action<global::Intents.INBooleanResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V145) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveSeat", Selector = "resolveSeatForSetSeatSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetSeatSettingsInCarIntent), typeof (global::System.Action<global::Intents.INCarSeatResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V183) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveLevel", Selector = "resolveLevelForSetSeatSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetSeatSettingsInCarIntent), typeof (global::System.Action<global::Intents.INIntegerResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V89) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRelativeLevelSetting", Selector = "resolveRelativeLevelSettingForSetSeatSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetSeatSettingsInCarIntent), typeof (global::System.Action<global::Intents.INRelativeSettingResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V181) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSetSeatSettingsInCar", Selector = "handleSetSeatSettingsInCar:completion:", ParameterType = new Type [] { typeof (Intents.INSetSeatSettingsInCarIntent), typeof (global::System.Action<global::Intents.INSetSeatSettingsInCarIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V106) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSetSeatSettingsInCar:completion:", ParameterType = new Type [] { typeof (Intents.INSetSeatSettingsInCarIntent), typeof (global::System.Action<global::Intents.INSetSeatSettingsInCarIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V106) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveEnableHeating", Selector = "resolveEnableHeatingForSetSeatSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetSeatSettingsInCarIntent), typeof (global::System.Action<global::Intents.INBooleanResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V147) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveEnableCooling", Selector = "resolveEnableCoolingForSetSeatSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetSeatSettingsInCarIntent), typeof (global::System.Action<global::Intents.INBooleanResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V147) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveEnableMassage", Selector = "resolveEnableMassageForSetSeatSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetSeatSettingsInCarIntent), typeof (global::System.Action<global::Intents.INBooleanResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V147) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveSeat", Selector = "resolveSeatForSetSeatSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetSeatSettingsInCarIntent), typeof (global::System.Action<global::Intents.INCarSeatResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V185) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveLevel", Selector = "resolveLevelForSetSeatSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetSeatSettingsInCarIntent), typeof (global::System.Action<global::Intents.INIntegerResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V90) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveRelativeLevelSetting", Selector = "resolveRelativeLevelSettingForSetSeatSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetSeatSettingsInCarIntent), typeof (global::System.Action<global::Intents.INRelativeSettingResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V183) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCarName", Selector = "resolveCarNameForSetSeatSettingsInCar:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetSeatSettingsInCarIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V70) })]
public partial interface IINSetSeatSettingsInCarIntentHandling : INativeObject, IDisposable
{
@@ -76,7 +76,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleSetSeatSettingsInCar:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleSetSeatSettingsInCar (INSetSeatSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V105))]global::System.Action<INSetSeatSettingsInCarIntentResponse> completion);
+ unsafe void HandleSetSeatSettingsInCar (INSetSeatSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V106))]global::System.Action<INSetSeatSettingsInCarIntentResponse> completion);
}
public static partial class INSetSeatSettingsInCarIntentHandling_Extensions {
[ObsoletedOSPlatform ("ios15.0")]
@@ -86,7 +86,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINSetSeatSettingsInCarIntentHandling This, INSetSeatSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V105))]global::System.Action<INSetSeatSettingsInCarIntentResponse> completion)
+ public unsafe static void Confirm (this IINSetSeatSettingsInCarIntentHandling This, INSetSeatSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V106))]global::System.Action<INSetSeatSettingsInCarIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -95,7 +95,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V105.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V106.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmSetSeatSettingsInCar:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -106,7 +106,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveEnableHeating (this IINSetSeatSettingsInCarIntentHandling This, INSetSeatSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V145))]global::System.Action<INBooleanResolutionResult> completion)
+ public unsafe static void ResolveEnableHeating (this IINSetSeatSettingsInCarIntentHandling This, INSetSeatSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V147))]global::System.Action<INBooleanResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -115,7 +115,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V145.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V147.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveEnableHeatingForSetSeatSettingsInCar:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -126,7 +126,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveEnableCooling (this IINSetSeatSettingsInCarIntentHandling This, INSetSeatSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V145))]global::System.Action<INBooleanResolutionResult> completion)
+ public unsafe static void ResolveEnableCooling (this IINSetSeatSettingsInCarIntentHandling This, INSetSeatSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V147))]global::System.Action<INBooleanResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -135,7 +135,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V145.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V147.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveEnableCoolingForSetSeatSettingsInCar:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -146,7 +146,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveEnableMassage (this IINSetSeatSettingsInCarIntentHandling This, INSetSeatSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V145))]global::System.Action<INBooleanResolutionResult> completion)
+ public unsafe static void ResolveEnableMassage (this IINSetSeatSettingsInCarIntentHandling This, INSetSeatSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V147))]global::System.Action<INBooleanResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -155,7 +155,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V145.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V147.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveEnableMassageForSetSeatSettingsInCar:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -166,7 +166,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveSeat (this IINSetSeatSettingsInCarIntentHandling This, INSetSeatSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V183))]global::System.Action<INCarSeatResolutionResult> completion)
+ public unsafe static void ResolveSeat (this IINSetSeatSettingsInCarIntentHandling This, INSetSeatSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V185))]global::System.Action<INCarSeatResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -175,7 +175,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V183.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V185.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveSeatForSetSeatSettingsInCar:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -186,7 +186,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveLevel (this IINSetSeatSettingsInCarIntentHandling This, INSetSeatSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V89))]global::System.Action<INIntegerResolutionResult> completion)
+ public unsafe static void ResolveLevel (this IINSetSeatSettingsInCarIntentHandling This, INSetSeatSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V90))]global::System.Action<INIntegerResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -195,7 +195,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V89.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V90.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveLevelForSetSeatSettingsInCar:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -206,7 +206,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveRelativeLevelSetting (this IINSetSeatSettingsInCarIntentHandling This, INSetSeatSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V181))]global::System.Action<INRelativeSettingResolutionResult> completion)
+ public unsafe static void ResolveRelativeLevelSetting (this IINSetSeatSettingsInCarIntentHandling This, INSetSeatSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V183))]global::System.Action<INRelativeSettingResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -215,7 +215,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V181.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V183.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveRelativeLevelSettingForSetSeatSettingsInCar:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -252,7 +252,7 @@ namespace Intents {
}
[Export ("handleSetSeatSettingsInCar:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSetSeatSettingsInCar (INSetSeatSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V105))]global::System.Action<INSetSeatSettingsInCarIntentResponse> completion)
+ public unsafe void HandleSetSeatSettingsInCar (INSetSeatSettingsInCarIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V106))]global::System.Action<INSetSeatSettingsInCarIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -261,7 +261,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V105.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V106.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSetSeatSettingsInCar:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INSetTaskAttributeIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INSetTaskAttributeIntentHandling.g.cs
index 378ef29..a9c2e7f 100644
--- a/old/dotnet/ios/generated-sources/Intents/INSetTaskAttributeIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INSetTaskAttributeIntentHandling.g.cs
@@ -54,15 +54,15 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[Protocol (Name = "INSetTaskAttributeIntentHandling", WrapperType = typeof (INSetTaskAttributeIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSetTaskAttribute", Selector = "handleSetTaskAttribute:completion:", ParameterType = new Type [] { typeof (Intents.INSetTaskAttributeIntent), typeof (global::System.Action<global::Intents.INSetTaskAttributeIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V128) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSetTaskAttribute:completion:", ParameterType = new Type [] { typeof (Intents.INSetTaskAttributeIntent), typeof (global::System.Action<global::Intents.INSetTaskAttributeIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V128) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTargetTask", Selector = "resolveTargetTaskForSetTaskAttribute:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetTaskAttributeIntent), typeof (global::System.Action<global::Intents.INTaskResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V187) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSetTaskAttribute", Selector = "handleSetTaskAttribute:completion:", ParameterType = new Type [] { typeof (Intents.INSetTaskAttributeIntent), typeof (global::System.Action<global::Intents.INSetTaskAttributeIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V130) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSetTaskAttribute:completion:", ParameterType = new Type [] { typeof (Intents.INSetTaskAttributeIntent), typeof (global::System.Action<global::Intents.INSetTaskAttributeIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V130) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTargetTask", Selector = "resolveTargetTaskForSetTaskAttribute:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetTaskAttributeIntent), typeof (global::System.Action<global::Intents.INTaskResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V189) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTaskTitle", Selector = "resolveTaskTitleForSetTaskAttribute:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetTaskAttributeIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V70) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveStatus", Selector = "resolveStatusForSetTaskAttribute:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetTaskAttributeIntent), typeof (global::System.Action<global::Intents.INTaskStatusResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V169) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveStatus", Selector = "resolveStatusForSetTaskAttribute:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetTaskAttributeIntent), typeof (global::System.Action<global::Intents.INTaskStatusResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V171) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePriority", Selector = "resolvePriorityForSetTaskAttribute:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetTaskAttributeIntent), typeof (global::System.Action<global::Intents.INTaskPriorityResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V82) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveSpatialEventTrigger", Selector = "resolveSpatialEventTriggerForSetTaskAttribute:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetTaskAttributeIntent), typeof (global::System.Action<global::Intents.INSpatialEventTriggerResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V79) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTemporalEventTrigger", Selector = "resolveTemporalEventTriggerForSetTaskAttribute:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSetTaskAttributeIntent), typeof (global::System.Action<global::Intents.INTemporalEventTriggerResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V80) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTemporalEventTrigger", Selector = "resolveTemporalEventTriggerForSetTaskAttribute:completion:", ParameterType = new Type [] { typeof (Intents.INSetTaskAttributeIntent), typeof (global::System.Action<global::Intents.INSetTaskAttributeTemporalEventTriggerResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V188) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTemporalEventTrigger", Selector = "resolveTemporalEventTriggerForSetTaskAttribute:completion:", ParameterType = new Type [] { typeof (Intents.INSetTaskAttributeIntent), typeof (global::System.Action<global::Intents.INSetTaskAttributeTemporalEventTriggerResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V190) })]
public partial interface IINSetTaskAttributeIntentHandling : INativeObject, IDisposable
{
[UnsupportedOSPlatform ("tvos")]
@@ -72,7 +72,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleSetTaskAttribute:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleSetTaskAttribute (INSetTaskAttributeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V128))]global::System.Action<INSetTaskAttributeIntentResponse> completion);
+ unsafe void HandleSetTaskAttribute (INSetTaskAttributeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V130))]global::System.Action<INSetTaskAttributeIntentResponse> completion);
}
public static partial class INSetTaskAttributeIntentHandling_Extensions {
[UnsupportedOSPlatform ("tvos")]
@@ -80,7 +80,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINSetTaskAttributeIntentHandling This, INSetTaskAttributeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V128))]global::System.Action<INSetTaskAttributeIntentResponse> completion)
+ public unsafe static void Confirm (this IINSetTaskAttributeIntentHandling This, INSetTaskAttributeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V130))]global::System.Action<INSetTaskAttributeIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -92,7 +92,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V128.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V130.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmSetTaskAttribute:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -102,7 +102,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveTargetTask (this IINSetTaskAttributeIntentHandling This, INSetTaskAttributeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V187))]global::System.Action<INTaskResolutionResult> completion)
+ public unsafe static void ResolveTargetTask (this IINSetTaskAttributeIntentHandling This, INSetTaskAttributeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V189))]global::System.Action<INTaskResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -114,7 +114,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V187.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V189.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveTargetTaskForSetTaskAttribute:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -146,7 +146,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveStatus (this IINSetTaskAttributeIntentHandling This, INSetTaskAttributeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V169))]global::System.Action<INTaskStatusResolutionResult> completion)
+ public unsafe static void ResolveStatus (this IINSetTaskAttributeIntentHandling This, INSetTaskAttributeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V171))]global::System.Action<INTaskStatusResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -158,7 +158,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V169.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V171.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveStatusForSetTaskAttribute:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -236,7 +236,7 @@ namespace Intents {
[UnsupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveTemporalEventTrigger (this IINSetTaskAttributeIntentHandling This, INSetTaskAttributeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V188))]global::System.Action<INSetTaskAttributeTemporalEventTriggerResolutionResult> completionHandler)
+ public unsafe static void ResolveTemporalEventTrigger (this IINSetTaskAttributeIntentHandling This, INSetTaskAttributeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V190))]global::System.Action<INSetTaskAttributeTemporalEventTriggerResolutionResult> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -248,7 +248,7 @@ namespace Intents {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V188.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V190.Handler, completionHandler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveTemporalEventTriggerForSetTaskAttribute:completion:"), intent__handle__, (IntPtr) block_ptr_completionHandler);
block_ptr_completionHandler->CleanupBlock ();
#endif
@@ -262,7 +262,7 @@ namespace Intents {
}
[Export ("handleSetTaskAttribute:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSetTaskAttribute (INSetTaskAttributeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V128))]global::System.Action<INSetTaskAttributeIntentResponse> completion)
+ public unsafe void HandleSetTaskAttribute (INSetTaskAttributeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V130))]global::System.Action<INSetTaskAttributeIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -274,7 +274,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V128.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V130.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSetTaskAttribute:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/Intents/INShareFocusStatusIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INShareFocusStatusIntentHandling.g.cs
index c8d4b54..cb0233a 100644
--- a/old/dotnet/ios/generated-sources/Intents/INShareFocusStatusIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INShareFocusStatusIntentHandling.g.cs
@@ -54,8 +54,8 @@ namespace Intents {
[SupportedOSPlatform ("ios15.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
[Protocol (Name = "INShareFocusStatusIntentHandling", WrapperType = typeof (INShareFocusStatusIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleShareFocusStatus", Selector = "handleShareFocusStatus:completion:", ParameterType = new Type [] { typeof (Intents.INShareFocusStatusIntent), typeof (global::System.Action<global::Intents.INShareFocusStatusIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V189) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmShareFocusStatus", Selector = "confirmShareFocusStatus:completion:", ParameterType = new Type [] { typeof (Intents.INShareFocusStatusIntent), typeof (global::System.Action<global::Intents.INShareFocusStatusIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V189) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleShareFocusStatus", Selector = "handleShareFocusStatus:completion:", ParameterType = new Type [] { typeof (Intents.INShareFocusStatusIntent), typeof (global::System.Action<global::Intents.INShareFocusStatusIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V191) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfirmShareFocusStatus", Selector = "confirmShareFocusStatus:completion:", ParameterType = new Type [] { typeof (Intents.INShareFocusStatusIntent), typeof (global::System.Action<global::Intents.INShareFocusStatusIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V191) })]
public partial interface IINShareFocusStatusIntentHandling : INativeObject, IDisposable
{
[UnsupportedOSPlatform ("tvos")]
@@ -65,7 +65,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleShareFocusStatus:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleShareFocusStatus (INShareFocusStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V189))]global::System.Action<INShareFocusStatusIntentResponse> completion);
+ unsafe void HandleShareFocusStatus (INShareFocusStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V191))]global::System.Action<INShareFocusStatusIntentResponse> completion);
}
public static partial class INShareFocusStatusIntentHandling_Extensions {
[UnsupportedOSPlatform ("tvos")]
@@ -73,7 +73,7 @@ namespace Intents {
[SupportedOSPlatform ("ios15.0")]
[SupportedOSPlatform ("maccatalyst15.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ConfirmShareFocusStatus (this IINShareFocusStatusIntentHandling This, INShareFocusStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V189))]global::System.Action<INShareFocusStatusIntentResponse> completion)
+ public unsafe static void ConfirmShareFocusStatus (this IINShareFocusStatusIntentHandling This, INShareFocusStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V191))]global::System.Action<INShareFocusStatusIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -85,7 +85,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V189.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V191.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmShareFocusStatus:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -99,7 +99,7 @@ namespace Intents {
}
[Export ("handleShareFocusStatus:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleShareFocusStatus (INShareFocusStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V189))]global::System.Action<INShareFocusStatusIntentResponse> completion)
+ public unsafe void HandleShareFocusStatus (INShareFocusStatusIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V191))]global::System.Action<INShareFocusStatusIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -111,7 +111,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V189.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V191.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleShareFocusStatus:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/Intents/INSnoozeTasksIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INSnoozeTasksIntentHandling.g.cs
index 7f5e60c..6dac4b7 100644
--- a/old/dotnet/ios/generated-sources/Intents/INSnoozeTasksIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INSnoozeTasksIntentHandling.g.cs
@@ -54,10 +54,10 @@ namespace Intents {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst13.0")]
[Protocol (Name = "INSnoozeTasksIntentHandling", WrapperType = typeof (INSnoozeTasksIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSnoozeTasks", Selector = "handleSnoozeTasks:completion:", ParameterType = new Type [] { typeof (Intents.INSnoozeTasksIntent), typeof (global::System.Action<global::Intents.INSnoozeTasksIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V190) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSnoozeTasks:completion:", ParameterType = new Type [] { typeof (Intents.INSnoozeTasksIntent), typeof (global::System.Action<global::Intents.INSnoozeTasksIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V190) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTasks", Selector = "resolveTasksForSnoozeTasks:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSnoozeTasksIntent), typeof (global::System.Action<global::Intents.INSnoozeTasksTaskResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V191) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveNextTriggerTime", Selector = "resolveNextTriggerTimeForSnoozeTasks:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSnoozeTasksIntent), typeof (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V134) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleSnoozeTasks", Selector = "handleSnoozeTasks:completion:", ParameterType = new Type [] { typeof (Intents.INSnoozeTasksIntent), typeof (global::System.Action<global::Intents.INSnoozeTasksIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V192) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmSnoozeTasks:completion:", ParameterType = new Type [] { typeof (Intents.INSnoozeTasksIntent), typeof (global::System.Action<global::Intents.INSnoozeTasksIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V192) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTasks", Selector = "resolveTasksForSnoozeTasks:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSnoozeTasksIntent), typeof (global::System.Action<global::Intents.INSnoozeTasksTaskResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V193) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveNextTriggerTime", Selector = "resolveNextTriggerTimeForSnoozeTasks:withCompletion:", ParameterType = new Type [] { typeof (Intents.INSnoozeTasksIntent), typeof (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V136) })]
public partial interface IINSnoozeTasksIntentHandling : INativeObject, IDisposable
{
[UnsupportedOSPlatform ("tvos")]
@@ -67,7 +67,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleSnoozeTasks:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleSnoozeTasks (INSnoozeTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V190))]global::System.Action<INSnoozeTasksIntentResponse> completion);
+ unsafe void HandleSnoozeTasks (INSnoozeTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V192))]global::System.Action<INSnoozeTasksIntentResponse> completion);
}
public static partial class INSnoozeTasksIntentHandling_Extensions {
[UnsupportedOSPlatform ("tvos")]
@@ -75,7 +75,7 @@ namespace Intents {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINSnoozeTasksIntentHandling This, INSnoozeTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V190))]global::System.Action<INSnoozeTasksIntentResponse> completion)
+ public unsafe static void Confirm (this IINSnoozeTasksIntentHandling This, INSnoozeTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V192))]global::System.Action<INSnoozeTasksIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -87,7 +87,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V190.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V192.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmSnoozeTasks:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -97,7 +97,7 @@ namespace Intents {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveTasks (this IINSnoozeTasksIntentHandling This, INSnoozeTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V191))]global::System.Action<INSnoozeTasksTaskResolutionResult[]> completion)
+ public unsafe static void ResolveTasks (this IINSnoozeTasksIntentHandling This, INSnoozeTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V193))]global::System.Action<INSnoozeTasksTaskResolutionResult[]> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -109,7 +109,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V191.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V193.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveTasksForSnoozeTasks:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -119,7 +119,7 @@ namespace Intents {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveNextTriggerTime (this IINSnoozeTasksIntentHandling This, INSnoozeTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V134))]global::System.Action<INDateComponentsRangeResolutionResult> completion)
+ public unsafe static void ResolveNextTriggerTime (this IINSnoozeTasksIntentHandling This, INSnoozeTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V136))]global::System.Action<INDateComponentsRangeResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -131,7 +131,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V134.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V136.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveNextTriggerTimeForSnoozeTasks:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -145,7 +145,7 @@ namespace Intents {
}
[Export ("handleSnoozeTasks:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleSnoozeTasks (INSnoozeTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V190))]global::System.Action<INSnoozeTasksIntentResponse> completion)
+ public unsafe void HandleSnoozeTasks (INSnoozeTasksIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V192))]global::System.Action<INSnoozeTasksIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -157,7 +157,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V190.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V192.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleSnoozeTasks:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/Intents/INStartAudioCallIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INStartAudioCallIntentHandling.g.cs
index 2313b27..12a0487 100644
--- a/old/dotnet/ios/generated-sources/Intents/INStartAudioCallIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INStartAudioCallIntentHandling.g.cs
@@ -56,10 +56,10 @@ namespace Intents {
[ObsoletedOSPlatform ("maccatalyst13.0", "Use 'INStartCallIntentHandling' instead.")]
[SupportedOSPlatform ("maccatalyst10.0")]
[Protocol (Name = "INStartAudioCallIntentHandling", WrapperType = typeof (INStartAudioCallIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleStartAudioCall", Selector = "handleStartAudioCall:completion:", ParameterType = new Type [] { typeof (Intents.INStartAudioCallIntent), typeof (global::System.Action<global::Intents.INStartAudioCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V93) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmStartAudioCall:completion:", ParameterType = new Type [] { typeof (Intents.INStartAudioCallIntent), typeof (global::System.Action<global::Intents.INStartAudioCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V93) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDestinationType", Selector = "resolveDestinationTypeForStartAudioCall:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartAudioCallIntent), typeof (global::System.Action<global::Intents.INCallDestinationTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V192) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveContacts", Selector = "resolveContactsForStartAudioCall:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartAudioCallIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V165) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleStartAudioCall", Selector = "handleStartAudioCall:completion:", ParameterType = new Type [] { typeof (Intents.INStartAudioCallIntent), typeof (global::System.Action<global::Intents.INStartAudioCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V94) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmStartAudioCall:completion:", ParameterType = new Type [] { typeof (Intents.INStartAudioCallIntent), typeof (global::System.Action<global::Intents.INStartAudioCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V94) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDestinationType", Selector = "resolveDestinationTypeForStartAudioCall:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartAudioCallIntent), typeof (global::System.Action<global::Intents.INCallDestinationTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V194) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveContacts", Selector = "resolveContactsForStartAudioCall:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartAudioCallIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V167) })]
public partial interface IINStartAudioCallIntentHandling : INativeObject, IDisposable
{
[UnsupportedOSPlatform ("macos")]
@@ -71,7 +71,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleStartAudioCall:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleStartAudioCall (INStartAudioCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V93))]global::System.Action<INStartAudioCallIntentResponse> completion);
+ unsafe void HandleStartAudioCall (INStartAudioCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V94))]global::System.Action<INStartAudioCallIntentResponse> completion);
}
public static partial class INStartAudioCallIntentHandling_Extensions {
[UnsupportedOSPlatform ("macos")]
@@ -81,7 +81,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINStartAudioCallIntentHandling This, INStartAudioCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V93))]global::System.Action<INStartAudioCallIntentResponse> completion)
+ public unsafe static void Confirm (this IINStartAudioCallIntentHandling This, INStartAudioCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V94))]global::System.Action<INStartAudioCallIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -90,7 +90,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V93.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V94.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmStartAudioCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -102,7 +102,7 @@ namespace Intents {
[SupportedOSPlatform ("maccatalyst11.0")]
[ObsoletedOSPlatform ("maccatalyst13.0", "Use 'INStartCallIntentHandling' instead.")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveDestinationType (this IINStartAudioCallIntentHandling This, INStartAudioCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V192))]global::System.Action<INCallDestinationTypeResolutionResult> completion)
+ public unsafe static void ResolveDestinationType (this IINStartAudioCallIntentHandling This, INStartAudioCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V194))]global::System.Action<INCallDestinationTypeResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -114,7 +114,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V192.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V194.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveDestinationTypeForStartAudioCall:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -126,7 +126,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveContacts (this IINStartAudioCallIntentHandling This, INStartAudioCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V165))]global::System.Action<INPersonResolutionResult[]> completion)
+ public unsafe static void ResolveContacts (this IINStartAudioCallIntentHandling This, INStartAudioCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V167))]global::System.Action<INPersonResolutionResult[]> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -135,7 +135,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V165.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V167.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveContactsForStartAudioCall:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -148,7 +148,7 @@ namespace Intents {
}
[Export ("handleStartAudioCall:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleStartAudioCall (INStartAudioCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V93))]global::System.Action<INStartAudioCallIntentResponse> completion)
+ public unsafe void HandleStartAudioCall (INStartAudioCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V94))]global::System.Action<INStartAudioCallIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -157,7 +157,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V93.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V94.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleStartAudioCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INStartCallIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INStartCallIntentHandling.g.cs
index 4309f5a..e777741 100644
--- a/old/dotnet/ios/generated-sources/Intents/INStartCallIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INStartCallIntentHandling.g.cs
@@ -54,12 +54,12 @@ namespace Intents {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst13.0")]
[Protocol (Name = "INStartCallIntentHandling", WrapperType = typeof (INStartCallIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleStartCall", Selector = "handleStartCall:completion:", ParameterType = new Type [] { typeof (Intents.INStartCallIntent), typeof (global::System.Action<global::Intents.INStartCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V193) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmStartCall:completion:", ParameterType = new Type [] { typeof (Intents.INStartCallIntent), typeof (global::System.Action<global::Intents.INStartCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V193) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCallRecordToCallBack", Selector = "resolveCallRecordToCallBackForStartCall:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartCallIntent), typeof (global::System.Action<global::Intents.INCallRecordResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V194) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDestinationType", Selector = "resolveDestinationTypeForStartCall:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartCallIntent), typeof (global::System.Action<global::Intents.INCallDestinationTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V192) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveContacts", Selector = "resolveContactsForStartCall:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartCallIntent), typeof (global::System.Action<NSArray<global::Intents.INStartCallContactResolutionResult>>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V195) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCallCapability", Selector = "resolveCallCapabilityForStartCall:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartCallIntent), typeof (global::System.Action<global::Intents.INStartCallCallCapabilityResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V196) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleStartCall", Selector = "handleStartCall:completion:", ParameterType = new Type [] { typeof (Intents.INStartCallIntent), typeof (global::System.Action<global::Intents.INStartCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V195) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmStartCall:completion:", ParameterType = new Type [] { typeof (Intents.INStartCallIntent), typeof (global::System.Action<global::Intents.INStartCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V195) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCallRecordToCallBack", Selector = "resolveCallRecordToCallBackForStartCall:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartCallIntent), typeof (global::System.Action<global::Intents.INCallRecordResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V196) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDestinationType", Selector = "resolveDestinationTypeForStartCall:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartCallIntent), typeof (global::System.Action<global::Intents.INCallDestinationTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V194) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveContacts", Selector = "resolveContactsForStartCall:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartCallIntent), typeof (global::System.Action<NSArray<global::Intents.INStartCallContactResolutionResult>>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V197) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveCallCapability", Selector = "resolveCallCapabilityForStartCall:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartCallIntent), typeof (global::System.Action<global::Intents.INStartCallCallCapabilityResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V198) })]
public partial interface IINStartCallIntentHandling : INativeObject, IDisposable
{
[UnsupportedOSPlatform ("tvos")]
@@ -69,7 +69,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleStartCall:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleStartCall (INStartCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V193))]global::System.Action<INStartCallIntentResponse> completion);
+ unsafe void HandleStartCall (INStartCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V195))]global::System.Action<INStartCallIntentResponse> completion);
}
public static partial class INStartCallIntentHandling_Extensions {
[UnsupportedOSPlatform ("tvos")]
@@ -77,7 +77,7 @@ namespace Intents {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINStartCallIntentHandling This, INStartCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V193))]global::System.Action<INStartCallIntentResponse> completion)
+ public unsafe static void Confirm (this IINStartCallIntentHandling This, INStartCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V195))]global::System.Action<INStartCallIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -89,7 +89,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V193.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V195.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmStartCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -99,7 +99,7 @@ namespace Intents {
[SupportedOSPlatform ("maccatalyst14.0")]
[UnsupportedOSPlatform ("macos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveCallRecordToCallBack (this IINStartCallIntentHandling This, INStartCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V194))]global::System.Action<INCallRecordResolutionResult> completion)
+ public unsafe static void ResolveCallRecordToCallBack (this IINStartCallIntentHandling This, INStartCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V196))]global::System.Action<INCallRecordResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -111,7 +111,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V194.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V196.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveCallRecordToCallBackForStartCall:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -121,7 +121,7 @@ namespace Intents {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveDestinationType (this IINStartCallIntentHandling This, INStartCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V192))]global::System.Action<INCallDestinationTypeResolutionResult> completion)
+ public unsafe static void ResolveDestinationType (this IINStartCallIntentHandling This, INStartCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V194))]global::System.Action<INCallDestinationTypeResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -133,7 +133,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V192.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V194.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveDestinationTypeForStartCall:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -143,7 +143,7 @@ namespace Intents {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveContacts (this IINStartCallIntentHandling This, INStartCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V195))]global::System.Action<NSArray<INStartCallContactResolutionResult>> completion)
+ public unsafe static void ResolveContacts (this IINStartCallIntentHandling This, INStartCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V197))]global::System.Action<NSArray<INStartCallContactResolutionResult>> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -155,7 +155,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V195.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V197.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveContactsForStartCall:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -165,7 +165,7 @@ namespace Intents {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveCallCapability (this IINStartCallIntentHandling This, INStartCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V196))]global::System.Action<INStartCallCallCapabilityResolutionResult> completion)
+ public unsafe static void ResolveCallCapability (this IINStartCallIntentHandling This, INStartCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V198))]global::System.Action<INStartCallCallCapabilityResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -177,7 +177,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V196.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V198.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveCallCapabilityForStartCall:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -191,7 +191,7 @@ namespace Intents {
}
[Export ("handleStartCall:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleStartCall (INStartCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V193))]global::System.Action<INStartCallIntentResponse> completion)
+ public unsafe void HandleStartCall (INStartCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V195))]global::System.Action<INStartCallIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -203,7 +203,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V193.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V195.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleStartCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/Intents/INStartPhotoPlaybackIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INStartPhotoPlaybackIntentHandling.g.cs
index 9dae33c..aaf1b50 100644
--- a/old/dotnet/ios/generated-sources/Intents/INStartPhotoPlaybackIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INStartPhotoPlaybackIntentHandling.g.cs
@@ -56,12 +56,12 @@ namespace Intents {
[ObsoletedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[Protocol (Name = "INStartPhotoPlaybackIntentHandling", WrapperType = typeof (INStartPhotoPlaybackIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleStartPhotoPlayback", Selector = "handleStartPhotoPlayback:completion:", ParameterType = new Type [] { typeof (Intents.INStartPhotoPlaybackIntent), typeof (global::System.Action<global::Intents.INStartPhotoPlaybackIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V142) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmStartPhotoPlayback:completion:", ParameterType = new Type [] { typeof (Intents.INStartPhotoPlaybackIntent), typeof (global::System.Action<global::Intents.INStartPhotoPlaybackIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V142) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDateCreated", Selector = "resolveDateCreatedForStartPhotoPlayback:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartPhotoPlaybackIntent), typeof (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V134) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveLocationCreated", Selector = "resolveLocationCreatedForStartPhotoPlayback:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartPhotoPlaybackIntent), typeof (global::System.Action<global::Intents.INPlacemarkResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V123) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveAlbumName", Selector = "resolveAlbumNameForStartPhotoPlayback:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartPhotoPlaybackIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V91) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePeopleInPhoto", Selector = "resolvePeopleInPhotoForStartPhotoPlayback:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartPhotoPlaybackIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V165) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleStartPhotoPlayback", Selector = "handleStartPhotoPlayback:completion:", ParameterType = new Type [] { typeof (Intents.INStartPhotoPlaybackIntent), typeof (global::System.Action<global::Intents.INStartPhotoPlaybackIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V144) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmStartPhotoPlayback:completion:", ParameterType = new Type [] { typeof (Intents.INStartPhotoPlaybackIntent), typeof (global::System.Action<global::Intents.INStartPhotoPlaybackIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V144) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveDateCreated", Selector = "resolveDateCreatedForStartPhotoPlayback:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartPhotoPlaybackIntent), typeof (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V136) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveLocationCreated", Selector = "resolveLocationCreatedForStartPhotoPlayback:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartPhotoPlaybackIntent), typeof (global::System.Action<global::Intents.INPlacemarkResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V125) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveAlbumName", Selector = "resolveAlbumNameForStartPhotoPlayback:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartPhotoPlaybackIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V92) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolvePeopleInPhoto", Selector = "resolvePeopleInPhotoForStartPhotoPlayback:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartPhotoPlaybackIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V167) })]
public partial interface IINStartPhotoPlaybackIntentHandling : INativeObject, IDisposable
{
[ObsoletedOSPlatform ("ios15.0")]
@@ -73,7 +73,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleStartPhotoPlayback:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleStartPhotoPlayback (INStartPhotoPlaybackIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V142))]global::System.Action<INStartPhotoPlaybackIntentResponse> completion);
+ unsafe void HandleStartPhotoPlayback (INStartPhotoPlaybackIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V144))]global::System.Action<INStartPhotoPlaybackIntentResponse> completion);
}
public static partial class INStartPhotoPlaybackIntentHandling_Extensions {
[ObsoletedOSPlatform ("ios15.0")]
@@ -83,7 +83,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINStartPhotoPlaybackIntentHandling This, INStartPhotoPlaybackIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V142))]global::System.Action<INStartPhotoPlaybackIntentResponse> completion)
+ public unsafe static void Confirm (this IINStartPhotoPlaybackIntentHandling This, INStartPhotoPlaybackIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V144))]global::System.Action<INStartPhotoPlaybackIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -92,7 +92,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V142.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V144.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmStartPhotoPlayback:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -103,7 +103,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveDateCreated (this IINStartPhotoPlaybackIntentHandling This, INStartPhotoPlaybackIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V134))]global::System.Action<INDateComponentsRangeResolutionResult> completion)
+ public unsafe static void ResolveDateCreated (this IINStartPhotoPlaybackIntentHandling This, INStartPhotoPlaybackIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V136))]global::System.Action<INDateComponentsRangeResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -112,7 +112,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V134.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V136.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveDateCreatedForStartPhotoPlayback:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -123,7 +123,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveLocationCreated (this IINStartPhotoPlaybackIntentHandling This, INStartPhotoPlaybackIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V123))]global::System.Action<INPlacemarkResolutionResult> completion)
+ public unsafe static void ResolveLocationCreated (this IINStartPhotoPlaybackIntentHandling This, INStartPhotoPlaybackIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V125))]global::System.Action<INPlacemarkResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -132,7 +132,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V123.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V125.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveLocationCreatedForStartPhotoPlayback:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -143,7 +143,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveAlbumName (this IINStartPhotoPlaybackIntentHandling This, INStartPhotoPlaybackIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V91))]global::System.Action<INStringResolutionResult> completion)
+ public unsafe static void ResolveAlbumName (this IINStartPhotoPlaybackIntentHandling This, INStartPhotoPlaybackIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V92))]global::System.Action<INStringResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -152,7 +152,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V91.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V92.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveAlbumNameForStartPhotoPlayback:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -163,7 +163,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolvePeopleInPhoto (this IINStartPhotoPlaybackIntentHandling This, INStartPhotoPlaybackIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V165))]global::System.Action<INPersonResolutionResult[]> completion)
+ public unsafe static void ResolvePeopleInPhoto (this IINStartPhotoPlaybackIntentHandling This, INStartPhotoPlaybackIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V167))]global::System.Action<INPersonResolutionResult[]> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -172,7 +172,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V165.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V167.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolvePeopleInPhotoForStartPhotoPlayback:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -185,7 +185,7 @@ namespace Intents {
}
[Export ("handleStartPhotoPlayback:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleStartPhotoPlayback (INStartPhotoPlaybackIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V142))]global::System.Action<INStartPhotoPlaybackIntentResponse> completion)
+ public unsafe void HandleStartPhotoPlayback (INStartPhotoPlaybackIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V144))]global::System.Action<INStartPhotoPlaybackIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -194,7 +194,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V142.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V144.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleStartPhotoPlayback:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INStartVideoCallIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INStartVideoCallIntentHandling.g.cs
index 924dab1..7e34531 100644
--- a/old/dotnet/ios/generated-sources/Intents/INStartVideoCallIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INStartVideoCallIntentHandling.g.cs
@@ -56,9 +56,9 @@ namespace Intents {
[ObsoletedOSPlatform ("maccatalyst13.0", "Use 'INStartCallIntentHandling' instead.")]
[SupportedOSPlatform ("maccatalyst10.0")]
[Protocol (Name = "INStartVideoCallIntentHandling", WrapperType = typeof (INStartVideoCallIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleStartVideoCall", Selector = "handleStartVideoCall:completion:", ParameterType = new Type [] { typeof (Intents.INStartVideoCallIntent), typeof (global::System.Action<global::Intents.INStartVideoCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V94) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmStartVideoCall:completion:", ParameterType = new Type [] { typeof (Intents.INStartVideoCallIntent), typeof (global::System.Action<global::Intents.INStartVideoCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V94) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveContacts", Selector = "resolveContactsForStartVideoCall:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartVideoCallIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V165) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleStartVideoCall", Selector = "handleStartVideoCall:completion:", ParameterType = new Type [] { typeof (Intents.INStartVideoCallIntent), typeof (global::System.Action<global::Intents.INStartVideoCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V95) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmStartVideoCall:completion:", ParameterType = new Type [] { typeof (Intents.INStartVideoCallIntent), typeof (global::System.Action<global::Intents.INStartVideoCallIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V95) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveContacts", Selector = "resolveContactsForStartVideoCall:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartVideoCallIntent), typeof (global::System.Action<global::Intents.INPersonResolutionResult[]>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V167) })]
public partial interface IINStartVideoCallIntentHandling : INativeObject, IDisposable
{
[UnsupportedOSPlatform ("macos")]
@@ -70,7 +70,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleStartVideoCall:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleStartVideoCall (INStartVideoCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V94))]global::System.Action<INStartVideoCallIntentResponse> completion);
+ unsafe void HandleStartVideoCall (INStartVideoCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V95))]global::System.Action<INStartVideoCallIntentResponse> completion);
}
public static partial class INStartVideoCallIntentHandling_Extensions {
[UnsupportedOSPlatform ("macos")]
@@ -80,7 +80,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINStartVideoCallIntentHandling This, INStartVideoCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V94))]global::System.Action<INStartVideoCallIntentResponse> completion)
+ public unsafe static void Confirm (this IINStartVideoCallIntentHandling This, INStartVideoCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V95))]global::System.Action<INStartVideoCallIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -89,7 +89,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V94.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V95.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmStartVideoCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -100,7 +100,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveContacts (this IINStartVideoCallIntentHandling This, INStartVideoCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V165))]global::System.Action<INPersonResolutionResult[]> completion)
+ public unsafe static void ResolveContacts (this IINStartVideoCallIntentHandling This, INStartVideoCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V167))]global::System.Action<INPersonResolutionResult[]> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -109,7 +109,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V165.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V167.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveContactsForStartVideoCall:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -122,7 +122,7 @@ namespace Intents {
}
[Export ("handleStartVideoCall:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleStartVideoCall (INStartVideoCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V94))]global::System.Action<INStartVideoCallIntentResponse> completion)
+ public unsafe void HandleStartVideoCall (INStartVideoCallIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V95))]global::System.Action<INStartVideoCallIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -131,7 +131,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V94.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V95.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleStartVideoCall:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INStartWorkoutIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INStartWorkoutIntentHandling.g.cs
index 134cc0f..94597c8 100644
--- a/old/dotnet/ios/generated-sources/Intents/INStartWorkoutIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INStartWorkoutIntentHandling.g.cs
@@ -54,13 +54,13 @@ namespace Intents {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst10.0")]
[Protocol (Name = "INStartWorkoutIntentHandling", WrapperType = typeof (INStartWorkoutIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleStartWorkout", Selector = "handleStartWorkout:completion:", ParameterType = new Type [] { typeof (Intents.INStartWorkoutIntent), typeof (global::System.Action<global::Intents.INStartWorkoutIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V197) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmStartWorkout:completion:", ParameterType = new Type [] { typeof (Intents.INStartWorkoutIntent), typeof (global::System.Action<global::Intents.INStartWorkoutIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V197) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleStartWorkout", Selector = "handleStartWorkout:completion:", ParameterType = new Type [] { typeof (Intents.INStartWorkoutIntent), typeof (global::System.Action<global::Intents.INStartWorkoutIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V199) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmStartWorkout:completion:", ParameterType = new Type [] { typeof (Intents.INStartWorkoutIntent), typeof (global::System.Action<global::Intents.INStartWorkoutIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V199) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveWorkoutName", Selector = "resolveWorkoutNameForStartWorkout:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartWorkoutIntent), typeof (global::System.Action<global::Intents.INSpeakableStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V70) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveGoalValue", Selector = "resolveGoalValueForStartWorkout:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartWorkoutIntent), typeof (global::System.Action<global::Intents.INDoubleResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V180) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveWorkoutGoalUnitType", Selector = "resolveWorkoutGoalUnitTypeForStartWorkout:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartWorkoutIntent), typeof (global::System.Action<global::Intents.INWorkoutGoalUnitTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V198) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveWorkoutLocationType", Selector = "resolveWorkoutLocationTypeForStartWorkout:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartWorkoutIntent), typeof (global::System.Action<global::Intents.INWorkoutLocationTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V199) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveIsOpenEnded", Selector = "resolveIsOpenEndedForStartWorkout:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartWorkoutIntent), typeof (global::System.Action<global::Intents.INBooleanResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V145) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveGoalValue", Selector = "resolveGoalValueForStartWorkout:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartWorkoutIntent), typeof (global::System.Action<global::Intents.INDoubleResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V182) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveWorkoutGoalUnitType", Selector = "resolveWorkoutGoalUnitTypeForStartWorkout:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartWorkoutIntent), typeof (global::System.Action<global::Intents.INWorkoutGoalUnitTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V200) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveWorkoutLocationType", Selector = "resolveWorkoutLocationTypeForStartWorkout:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartWorkoutIntent), typeof (global::System.Action<global::Intents.INWorkoutLocationTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V201) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveIsOpenEnded", Selector = "resolveIsOpenEndedForStartWorkout:withCompletion:", ParameterType = new Type [] { typeof (Intents.INStartWorkoutIntent), typeof (global::System.Action<global::Intents.INBooleanResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V147) })]
public partial interface IINStartWorkoutIntentHandling : INativeObject, IDisposable
{
[UnsupportedOSPlatform ("macos")]
@@ -70,7 +70,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleStartWorkout:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleStartWorkout (INStartWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V197))]global::System.Action<INStartWorkoutIntentResponse> completion);
+ unsafe void HandleStartWorkout (INStartWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V199))]global::System.Action<INStartWorkoutIntentResponse> completion);
}
public static partial class INStartWorkoutIntentHandling_Extensions {
[UnsupportedOSPlatform ("macos")]
@@ -78,7 +78,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINStartWorkoutIntentHandling This, INStartWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V197))]global::System.Action<INStartWorkoutIntentResponse> completion)
+ public unsafe static void Confirm (this IINStartWorkoutIntentHandling This, INStartWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V199))]global::System.Action<INStartWorkoutIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -87,7 +87,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V197.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V199.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmStartWorkout:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -114,7 +114,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveGoalValue (this IINStartWorkoutIntentHandling This, INStartWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V180))]global::System.Action<INDoubleResolutionResult> completion)
+ public unsafe static void ResolveGoalValue (this IINStartWorkoutIntentHandling This, INStartWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V182))]global::System.Action<INDoubleResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -123,7 +123,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V180.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V182.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveGoalValueForStartWorkout:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -132,7 +132,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveWorkoutGoalUnitType (this IINStartWorkoutIntentHandling This, INStartWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V198))]global::System.Action<INWorkoutGoalUnitTypeResolutionResult> completion)
+ public unsafe static void ResolveWorkoutGoalUnitType (this IINStartWorkoutIntentHandling This, INStartWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V200))]global::System.Action<INWorkoutGoalUnitTypeResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -141,7 +141,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V198.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V200.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveWorkoutGoalUnitTypeForStartWorkout:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -150,7 +150,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveWorkoutLocationType (this IINStartWorkoutIntentHandling This, INStartWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V199))]global::System.Action<INWorkoutLocationTypeResolutionResult> completion)
+ public unsafe static void ResolveWorkoutLocationType (this IINStartWorkoutIntentHandling This, INStartWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V201))]global::System.Action<INWorkoutLocationTypeResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -159,7 +159,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V199.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V201.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveWorkoutLocationTypeForStartWorkout:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -168,7 +168,7 @@ namespace Intents {
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveIsOpenEnded (this IINStartWorkoutIntentHandling This, INStartWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V145))]global::System.Action<INBooleanResolutionResult> completion)
+ public unsafe static void ResolveIsOpenEnded (this IINStartWorkoutIntentHandling This, INStartWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V147))]global::System.Action<INBooleanResolutionResult> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -177,7 +177,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V145.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V147.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveIsOpenEndedForStartWorkout:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -190,7 +190,7 @@ namespace Intents {
}
[Export ("handleStartWorkout:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleStartWorkout (INStartWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V197))]global::System.Action<INStartWorkoutIntentResponse> completion)
+ public unsafe void HandleStartWorkout (INStartWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V199))]global::System.Action<INStartWorkoutIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -199,7 +199,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V197.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V199.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleStartWorkout:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/Intents/INTransferMoneyIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INTransferMoneyIntentHandling.g.cs
index 19f29a8..8568a13 100644
--- a/old/dotnet/ios/generated-sources/Intents/INTransferMoneyIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INTransferMoneyIntentHandling.g.cs
@@ -56,13 +56,13 @@ namespace Intents {
[ObsoletedOSPlatform ("maccatalyst15.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[Protocol (Name = "INTransferMoneyIntentHandling", WrapperType = typeof (INTransferMoneyIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleTransferMoney", Selector = "handleTransferMoney:completion:", ParameterType = new Type [] { typeof (Intents.INTransferMoneyIntent), typeof (global::System.Action<global::Intents.INTransferMoneyIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V140) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmTransferMoney:completion:", ParameterType = new Type [] { typeof (Intents.INTransferMoneyIntent), typeof (global::System.Action<global::Intents.INTransferMoneyIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V140) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveFromAccount", Selector = "resolveFromAccountForTransferMoney:withCompletion:", ParameterType = new Type [] { typeof (Intents.INTransferMoneyIntent), typeof (global::System.Action<global::Intents.INPaymentAccountResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V132) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveToAccount", Selector = "resolveToAccountForTransferMoney:withCompletion:", ParameterType = new Type [] { typeof (Intents.INTransferMoneyIntent), typeof (global::System.Action<global::Intents.INPaymentAccountResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V132) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTransactionAmount", Selector = "resolveTransactionAmountForTransferMoney:withCompletion:", ParameterType = new Type [] { typeof (Intents.INTransferMoneyIntent), typeof (global::System.Action<global::Intents.INPaymentAmountResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V133) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTransactionScheduledDate", Selector = "resolveTransactionScheduledDateForTransferMoney:withCompletion:", ParameterType = new Type [] { typeof (Intents.INTransferMoneyIntent), typeof (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V134) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTransactionNote", Selector = "resolveTransactionNoteForTransferMoney:withCompletion:", ParameterType = new Type [] { typeof (Intents.INTransferMoneyIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V91) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleTransferMoney", Selector = "handleTransferMoney:completion:", ParameterType = new Type [] { typeof (Intents.INTransferMoneyIntent), typeof (global::System.Action<global::Intents.INTransferMoneyIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V142) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmTransferMoney:completion:", ParameterType = new Type [] { typeof (Intents.INTransferMoneyIntent), typeof (global::System.Action<global::Intents.INTransferMoneyIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V142) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveFromAccount", Selector = "resolveFromAccountForTransferMoney:withCompletion:", ParameterType = new Type [] { typeof (Intents.INTransferMoneyIntent), typeof (global::System.Action<global::Intents.INPaymentAccountResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V134) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveToAccount", Selector = "resolveToAccountForTransferMoney:withCompletion:", ParameterType = new Type [] { typeof (Intents.INTransferMoneyIntent), typeof (global::System.Action<global::Intents.INPaymentAccountResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V134) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTransactionAmount", Selector = "resolveTransactionAmountForTransferMoney:withCompletion:", ParameterType = new Type [] { typeof (Intents.INTransferMoneyIntent), typeof (global::System.Action<global::Intents.INPaymentAmountResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V135) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTransactionScheduledDate", Selector = "resolveTransactionScheduledDateForTransferMoney:withCompletion:", ParameterType = new Type [] { typeof (Intents.INTransferMoneyIntent), typeof (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V136) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveTransactionNote", Selector = "resolveTransactionNoteForTransferMoney:withCompletion:", ParameterType = new Type [] { typeof (Intents.INTransferMoneyIntent), typeof (global::System.Action<global::Intents.INStringResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V92) })]
public partial interface IINTransferMoneyIntentHandling : INativeObject, IDisposable
{
[ObsoletedOSPlatform ("ios15.0")]
@@ -74,7 +74,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleTransferMoney:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleTransferMoney (INTransferMoneyIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V140))]global::System.Action<INTransferMoneyIntentResponse> completion);
+ unsafe void HandleTransferMoney (INTransferMoneyIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V142))]global::System.Action<INTransferMoneyIntentResponse> completion);
}
public static partial class INTransferMoneyIntentHandling_Extensions {
[ObsoletedOSPlatform ("ios15.0")]
@@ -84,7 +84,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINTransferMoneyIntentHandling This, INTransferMoneyIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V140))]global::System.Action<INTransferMoneyIntentResponse> completion)
+ public unsafe static void Confirm (this IINTransferMoneyIntentHandling This, INTransferMoneyIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V142))]global::System.Action<INTransferMoneyIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -96,7 +96,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V140.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V142.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmTransferMoney:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -108,7 +108,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveFromAccount (this IINTransferMoneyIntentHandling This, INTransferMoneyIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V132))]global::System.Action<INPaymentAccountResolutionResult> completion)
+ public unsafe static void ResolveFromAccount (this IINTransferMoneyIntentHandling This, INTransferMoneyIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V134))]global::System.Action<INPaymentAccountResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -120,7 +120,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V132.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V134.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveFromAccountForTransferMoney:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -132,7 +132,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveToAccount (this IINTransferMoneyIntentHandling This, INTransferMoneyIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V132))]global::System.Action<INPaymentAccountResolutionResult> completion)
+ public unsafe static void ResolveToAccount (this IINTransferMoneyIntentHandling This, INTransferMoneyIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V134))]global::System.Action<INPaymentAccountResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -144,7 +144,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V132.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V134.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveToAccountForTransferMoney:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -156,7 +156,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveTransactionAmount (this IINTransferMoneyIntentHandling This, INTransferMoneyIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V133))]global::System.Action<INPaymentAmountResolutionResult> completion)
+ public unsafe static void ResolveTransactionAmount (this IINTransferMoneyIntentHandling This, INTransferMoneyIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V135))]global::System.Action<INPaymentAmountResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -168,7 +168,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V133.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V135.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveTransactionAmountForTransferMoney:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -180,7 +180,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveTransactionScheduledDate (this IINTransferMoneyIntentHandling This, INTransferMoneyIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V134))]global::System.Action<INDateComponentsRangeResolutionResult> completion)
+ public unsafe static void ResolveTransactionScheduledDate (this IINTransferMoneyIntentHandling This, INTransferMoneyIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V136))]global::System.Action<INDateComponentsRangeResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -192,7 +192,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V134.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V136.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveTransactionScheduledDateForTransferMoney:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -204,7 +204,7 @@ namespace Intents {
[SupportedOSPlatform ("ios11.0")]
[SupportedOSPlatform ("maccatalyst11.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveTransactionNote (this IINTransferMoneyIntentHandling This, INTransferMoneyIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V91))]global::System.Action<INStringResolutionResult> completion)
+ public unsafe static void ResolveTransactionNote (this IINTransferMoneyIntentHandling This, INTransferMoneyIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V92))]global::System.Action<INStringResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -216,7 +216,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V91.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V92.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveTransactionNoteForTransferMoney:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -230,7 +230,7 @@ namespace Intents {
}
[Export ("handleTransferMoney:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleTransferMoney (INTransferMoneyIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V140))]global::System.Action<INTransferMoneyIntentResponse> completion)
+ public unsafe void HandleTransferMoney (INTransferMoneyIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V142))]global::System.Action<INTransferMoneyIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -242,7 +242,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V140.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V142.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleTransferMoney:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/Intents/INUpdateMediaAffinityIntentHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INUpdateMediaAffinityIntentHandling.g.cs
index b1ba690..0b414df 100644
--- a/old/dotnet/ios/generated-sources/Intents/INUpdateMediaAffinityIntentHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INUpdateMediaAffinityIntentHandling.g.cs
@@ -54,10 +54,10 @@ namespace Intents {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst13.0")]
[Protocol (Name = "INUpdateMediaAffinityIntentHandling", WrapperType = typeof (INUpdateMediaAffinityIntentHandlingWrapper))]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleUpdateMediaAffinity", Selector = "handleUpdateMediaAffinity:completion:", ParameterType = new Type [] { typeof (Intents.INUpdateMediaAffinityIntent), typeof (global::System.Action<global::Intents.INUpdateMediaAffinityIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V200) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmUpdateMediaAffinity:completion:", ParameterType = new Type [] { typeof (Intents.INUpdateMediaAffinityIntent), typeof (global::System.Action<global::Intents.INUpdateMediaAffinityIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V200) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveMediaItems", Selector = "resolveMediaItemsForUpdateMediaAffinity:withCompletion:", ParameterType = new Type [] { typeof (Intents.INUpdateMediaAffinityIntent), typeof (global::System.Action<NSArray<global::Intents.INUpdateMediaAffinityMediaItemResolutionResult>>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V201) })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveAffinityType", Selector = "resolveAffinityTypeForUpdateMediaAffinity:withCompletion:", ParameterType = new Type [] { typeof (Intents.INUpdateMediaAffinityIntent), typeof (global::System.Action<global::Intents.INMediaAffinityTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V202) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "HandleUpdateMediaAffinity", Selector = "handleUpdateMediaAffinity:completion:", ParameterType = new Type [] { typeof (Intents.INUpdateMediaAffinityIntent), typeof (global::System.Action<global::Intents.INUpdateMediaAffinityIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V202) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Confirm", Selector = "confirmUpdateMediaAffinity:completion:", ParameterType = new Type [] { typeof (Intents.INUpdateMediaAffinityIntent), typeof (global::System.Action<global::Intents.INUpdateMediaAffinityIntentResponse>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V202) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveMediaItems", Selector = "resolveMediaItemsForUpdateMediaAffinity:withCompletion:", ParameterType = new Type [] { typeof (Intents.INUpdateMediaAffinityIntent), typeof (global::System.Action<NSArray<global::Intents.INUpdateMediaAffinityMediaItemResolutionResult>>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V203) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ResolveAffinityType", Selector = "resolveAffinityTypeForUpdateMediaAffinity:withCompletion:", ParameterType = new Type [] { typeof (Intents.INUpdateMediaAffinityIntent), typeof (global::System.Action<global::Intents.INMediaAffinityTypeResolutionResult>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V204) })]
public partial interface IINUpdateMediaAffinityIntentHandling : INativeObject, IDisposable
{
[UnsupportedOSPlatform ("macos")]
@@ -67,7 +67,7 @@ namespace Intents {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("handleUpdateMediaAffinity:completion:")]
[Preserve (Conditional = true)]
- unsafe void HandleUpdateMediaAffinity (INUpdateMediaAffinityIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V200))]global::System.Action<INUpdateMediaAffinityIntentResponse> completion);
+ unsafe void HandleUpdateMediaAffinity (INUpdateMediaAffinityIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V202))]global::System.Action<INUpdateMediaAffinityIntentResponse> completion);
}
public static partial class INUpdateMediaAffinityIntentHandling_Extensions {
[UnsupportedOSPlatform ("macos")]
@@ -75,7 +75,7 @@ namespace Intents {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Confirm (this IINUpdateMediaAffinityIntentHandling This, INUpdateMediaAffinityIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V200))]global::System.Action<INUpdateMediaAffinityIntentResponse> completion)
+ public unsafe static void Confirm (this IINUpdateMediaAffinityIntentHandling This, INUpdateMediaAffinityIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V202))]global::System.Action<INUpdateMediaAffinityIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -87,7 +87,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V200.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V202.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("confirmUpdateMediaAffinity:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -97,7 +97,7 @@ namespace Intents {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveMediaItems (this IINUpdateMediaAffinityIntentHandling This, INUpdateMediaAffinityIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V201))]global::System.Action<NSArray<INUpdateMediaAffinityMediaItemResolutionResult>> completion)
+ public unsafe static void ResolveMediaItems (this IINUpdateMediaAffinityIntentHandling This, INUpdateMediaAffinityIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V203))]global::System.Action<NSArray<INUpdateMediaAffinityMediaItemResolutionResult>> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -109,7 +109,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V201.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V203.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveMediaItemsForUpdateMediaAffinity:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -119,7 +119,7 @@ namespace Intents {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void ResolveAffinityType (this IINUpdateMediaAffinityIntentHandling This, INUpdateMediaAffinityIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V202))]global::System.Action<INMediaAffinityTypeResolutionResult> completion)
+ public unsafe static void ResolveAffinityType (this IINUpdateMediaAffinityIntentHandling This, INUpdateMediaAffinityIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V204))]global::System.Action<INMediaAffinityTypeResolutionResult> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -131,7 +131,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V202.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V204.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("resolveAffinityTypeForUpdateMediaAffinity:withCompletion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
@@ -145,7 +145,7 @@ namespace Intents {
}
[Export ("handleUpdateMediaAffinity:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleUpdateMediaAffinity (INUpdateMediaAffinityIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V200))]global::System.Action<INUpdateMediaAffinityIntentResponse> completion)
+ public unsafe void HandleUpdateMediaAffinity (INUpdateMediaAffinityIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V202))]global::System.Action<INUpdateMediaAffinityIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -157,7 +157,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V200.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V202.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleUpdateMediaAffinity:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/Intents/INVisualCodeDomainHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INVisualCodeDomainHandling.g.cs
index d52656b..8dc2aca 100644
--- a/old/dotnet/ios/generated-sources/Intents/INVisualCodeDomainHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INVisualCodeDomainHandling.g.cs
@@ -68,7 +68,7 @@ namespace Intents {
}
[Export ("handleGetVisualCode:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleGetVisualCode (INGetVisualCodeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V118))]global::System.Action<INGetVisualCodeIntentResponse> completion)
+ public unsafe void HandleGetVisualCode (INGetVisualCodeIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V119))]global::System.Action<INGetVisualCodeIntentResponse> completion)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -80,7 +80,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V118.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V119.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleGetVisualCode:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/Intents/INWorkoutsDomainHandling.g.cs b/new/dotnet/ios/generated-sources/Intents/INWorkoutsDomainHandling.g.cs
index 413e758..275f27c 100644
--- a/old/dotnet/ios/generated-sources/Intents/INWorkoutsDomainHandling.g.cs
+++ b/new/dotnet/ios/generated-sources/Intents/INWorkoutsDomainHandling.g.cs
@@ -72,7 +72,7 @@ namespace Intents {
}
[Export ("handleCancelWorkout:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleCancelWorkout (INCancelWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V96))]global::System.Action<INCancelWorkoutIntentResponse> completion)
+ public unsafe void HandleCancelWorkout (INCancelWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V97))]global::System.Action<INCancelWorkoutIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -81,13 +81,13 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V96.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V97.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleCancelWorkout:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
[Export ("handleEndWorkout:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleEndWorkout (INEndWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V111))]global::System.Action<INEndWorkoutIntentResponse> completion)
+ public unsafe void HandleEndWorkout (INEndWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V112))]global::System.Action<INEndWorkoutIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -96,13 +96,13 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V111.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V112.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleEndWorkout:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
[Export ("handlePauseWorkout:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandlePauseWorkout (INPauseWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V129))]global::System.Action<INPauseWorkoutIntentResponse> completion)
+ public unsafe void HandlePauseWorkout (INPauseWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V131))]global::System.Action<INPauseWorkoutIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -111,13 +111,13 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V129.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V131.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handlePauseWorkout:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
[Export ("handleResumeWorkout:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleResumeWorkout (INResumeWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V156))]global::System.Action<INResumeWorkoutIntentResponse> completion)
+ public unsafe void HandleResumeWorkout (INResumeWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V158))]global::System.Action<INResumeWorkoutIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -126,13 +126,13 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V156.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V158.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleResumeWorkout:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
[Export ("handleStartWorkout:completion:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void HandleStartWorkout (INStartWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V197))]global::System.Action<INStartWorkoutIntentResponse> completion)
+ public unsafe void HandleStartWorkout (INStartWorkoutIntent intent, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V199))]global::System.Action<INStartWorkoutIntentResponse> completion)
{
var intent__handle__ = intent!.GetNonNullHandle (nameof (intent));
if (completion is null)
@@ -141,7 +141,7 @@ namespace Intents {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V197.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V199.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleStartWorkout:completion:"), intent__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/IntentsUI/INUIHostedViewControlling.g.cs b/new/dotnet/ios/generated-sources/IntentsUI/INUIHostedViewControlling.g.cs
index d2d9db9..d8aa7cc 100644
--- a/old/dotnet/ios/generated-sources/IntentsUI/INUIHostedViewControlling.g.cs
+++ b/new/dotnet/ios/generated-sources/IntentsUI/INUIHostedViewControlling.g.cs
@@ -54,7 +54,7 @@ namespace IntentsUI {
[SupportedOSPlatform ("maccatalyst13.0")]
[UnsupportedOSPlatform ("tvos")]
[Protocol (Name = "INUIHostedViewControlling", WrapperType = typeof (INUIHostedViewControllingWrapper))]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Configure", Selector = "configureWithInteraction:context:completion:", ParameterType = new Type [] { typeof (Intents.INInteraction), typeof (IntentsUI.INUIHostedViewContext), typeof (global::System.Action<CGSize>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V203) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "Configure", Selector = "configureWithInteraction:context:completion:", ParameterType = new Type [] { typeof (Intents.INInteraction), typeof (IntentsUI.INUIHostedViewContext), typeof (global::System.Action<CGSize>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V205) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ConfigureView", Selector = "configureViewForParameters:ofInteraction:interactiveBehavior:context:completion:", ParameterType = new Type [] { typeof (global::Foundation.NSSet<global::Intents.INParameter>), typeof (Intents.INInteraction), typeof (IntentsUI.INUIInteractiveBehavior), typeof (IntentsUI.INUIHostedViewContext), typeof (IntentsUI.INUIHostedViewControllingConfigureViewHandler) }, ParameterByRef = new bool [] { false, false, false, false, false }, ParameterBlockProxy = new Type? [] { null, null, null, null, typeof (ObjCRuntime.Trampolines.NIDINUIHostedViewControllingConfigureViewHandler) })]
public partial interface IINUIHostedViewControlling : INativeObject, IDisposable
{
@@ -65,7 +65,7 @@ namespace IntentsUI {
[SupportedOSPlatform ("maccatalyst13.0")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void Configure (this IINUIHostedViewControlling This, global::Intents.INInteraction interaction, INUIHostedViewContext context, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V203))]global::System.Action<CGSize> completion)
+ public unsafe static void Configure (this IINUIHostedViewControlling This, global::Intents.INInteraction interaction, INUIHostedViewContext context, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V205))]global::System.Action<CGSize> completion)
{
var interaction__handle__ = interaction!.GetNonNullHandle (nameof (interaction));
if (completion is null)
@@ -74,7 +74,7 @@ namespace IntentsUI {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V203.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V205.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_UIntPtr_NativeHandle (This.Handle, Selector.GetHandle ("configureWithInteraction:context:completion:"), interaction__handle__, (UIntPtr) (ulong) context, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/MediaPlayer/MPMediaLibrary.g.cs b/new/dotnet/ios/generated-sources/MediaPlayer/MPMediaLibrary.g.cs
index c6df14f..279bd45 100644
--- a/old/dotnet/ios/generated-sources/MediaPlayer/MPMediaLibrary.g.cs
+++ b/new/dotnet/ios/generated-sources/MediaPlayer/MPMediaLibrary.g.cs
@@ -229,7 +229,7 @@ namespace MediaPlayer {
[UnsupportedOSPlatform ("tvos")]
[SupportedOSPlatform ("maccatalyst9.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void RequestAuthorization ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V204))]global::System.Action<MPMediaLibraryAuthorizationStatus> handler)
+ public unsafe static void RequestAuthorization ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V206))]global::System.Action<MPMediaLibraryAuthorizationStatus> handler)
{
if (handler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (handler));
@@ -237,7 +237,7 @@ namespace MediaPlayer {
BlockLiteral block_handler;
block_handler = new BlockLiteral ();
block_ptr_handler = &block_handler;
- block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V204.Handler, handler);
+ block_handler.SetupBlockUnsafe (Trampolines.SDActionArity1V206.Handler, handler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, Selector.GetHandle ("requestAuthorization:"), (IntPtr) block_ptr_handler);
block_ptr_handler->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/MediaPlayer/MPMusicPlayerApplicationController.g.cs b/new/dotnet/ios/generated-sources/MediaPlayer/MPMusicPlayerApplicationController.g.cs
index 566d30d..8a19074 100644
--- a/old/dotnet/ios/generated-sources/MediaPlayer/MPMusicPlayerApplicationController.g.cs
+++ b/new/dotnet/ios/generated-sources/MediaPlayer/MPMusicPlayerApplicationController.g.cs
@@ -88,7 +88,7 @@ namespace MediaPlayer {
[SupportedOSPlatform ("tvos14.0")]
[SupportedOSPlatform ("maccatalyst10.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void Perform ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V205))]global::System.Action<MPMusicPlayerControllerMutableQueue> queueTransaction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V119))]global::System.Action<MPMusicPlayerControllerQueue, NSError> completionHandler)
+ public unsafe virtual void Perform ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V207))]global::System.Action<MPMusicPlayerControllerMutableQueue> queueTransaction, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V119))]global::System.Action<MPMusicPlayerControllerQueue, NSError> completionHandler)
{
if (queueTransaction is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (queueTransaction));
@@ -98,7 +98,7 @@ namespace MediaPlayer {
BlockLiteral block_queueTransaction;
block_queueTransaction = new BlockLiteral ();
block_ptr_queueTransaction = &block_queueTransaction;
- block_queueTransaction.SetupBlockUnsafe (Trampolines.SDActionArity1V205.Handler, queueTransaction);
+ block_queueTransaction.SetupBlockUnsafe (Trampolines.SDActionArity1V207.Handler, queueTransaction);
BlockLiteral *block_ptr_completionHandler;
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
@@ -117,7 +117,7 @@ namespace MediaPlayer {
[SupportedOSPlatform ("tvos14.0")]
[SupportedOSPlatform ("maccatalyst10.3")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual Task<MPMusicPlayerControllerQueue> PerformAsync ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V205))]global::System.Action<MPMusicPlayerControllerMutableQueue> queueTransaction)
+ public unsafe virtual Task<MPMusicPlayerControllerQueue> PerformAsync ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V207))]global::System.Action<MPMusicPlayerControllerMutableQueue> queueTransaction)
{
var tcs = new TaskCompletionSource<MPMusicPlayerControllerQueue> ();
Perform(queueTransaction, (arg1_, arg2_) => {
diff --git a/old/dotnet/ios/generated-sources/Metal/MTLCommandBuffer.g.cs b/new/dotnet/ios/generated-sources/Metal/MTLCommandBuffer.g.cs
index fdd81cf..709f599 100644
--- a/old/dotnet/ios/generated-sources/Metal/MTLCommandBuffer.g.cs
+++ b/new/dotnet/ios/generated-sources/Metal/MTLCommandBuffer.g.cs
@@ -56,9 +56,9 @@ namespace Metal {
[Protocol (Name = "MTLCommandBuffer", WrapperType = typeof (MTLCommandBufferWrapper))]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "Enqueue", Selector = "enqueue")]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "Commit", Selector = "commit")]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "AddScheduledHandler", Selector = "addScheduledHandler:", ParameterType = new Type [] { typeof (global::System.Action<global::Metal.IMTLCommandBuffer>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V206) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "AddScheduledHandler", Selector = "addScheduledHandler:", ParameterType = new Type [] { typeof (global::System.Action<global::Metal.IMTLCommandBuffer>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V208) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "WaitUntilScheduled", Selector = "waitUntilScheduled")]
- [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "AddCompletedHandler", Selector = "addCompletedHandler:", ParameterType = new Type [] { typeof (global::System.Action<global::Metal.IMTLCommandBuffer>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V206) })]
+ [ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "AddCompletedHandler", Selector = "addCompletedHandler:", ParameterType = new Type [] { typeof (global::System.Action<global::Metal.IMTLCommandBuffer>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V208) })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "WaitUntilCompleted", Selector = "waitUntilCompleted")]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "ComputeCommandEncoderDispatch", Selector = "computeCommandEncoderWithDispatchType:", ReturnType = typeof (IMTLComputeCommandEncoder), ParameterType = new Type [] { typeof (MTLDispatchType) }, ParameterByRef = new bool [] { false })]
[ProtocolMember (IsRequired = true, IsProperty = false, IsStatic = false, Name = "EncodeWait", Selector = "encodeWaitForEvent:value:", ParameterType = new Type [] { typeof (IMTLEvent), typeof (ulong) }, ParameterByRef = new bool [] { false, false })]
@@ -114,7 +114,7 @@ namespace Metal {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("addScheduledHandler:")]
[Preserve (Conditional = true)]
- unsafe void AddScheduledHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V206))]global::System.Action<IMTLCommandBuffer> block);
+ unsafe void AddScheduledHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V208))]global::System.Action<IMTLCommandBuffer> block);
[SupportedOSPlatform ("ios8.0")]
[SupportedOSPlatform ("macos10.11")]
[SupportedOSPlatform ("tvos")]
@@ -130,7 +130,7 @@ namespace Metal {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export ("addCompletedHandler:")]
[Preserve (Conditional = true)]
- unsafe void AddCompletedHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V206))]global::System.Action<IMTLCommandBuffer> block);
+ unsafe void AddCompletedHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V208))]global::System.Action<IMTLCommandBuffer> block);
[SupportedOSPlatform ("ios8.0")]
[SupportedOSPlatform ("macos10.11")]
[SupportedOSPlatform ("tvos")]
@@ -349,7 +349,7 @@ namespace Metal {
}
[Export ("addScheduledHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void AddScheduledHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V206))]global::System.Action<IMTLCommandBuffer> block)
+ public unsafe void AddScheduledHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V208))]global::System.Action<IMTLCommandBuffer> block)
{
if (block is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (block));
@@ -357,7 +357,7 @@ namespace Metal {
BlockLiteral block_block;
block_block = new BlockLiteral ();
block_ptr_block = &block_block;
- block_block.SetupBlockUnsafe (Trampolines.SDActionArity1V206.Handler, block);
+ block_block.SetupBlockUnsafe (Trampolines.SDActionArity1V208.Handler, block);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("addScheduledHandler:"), (IntPtr) block_ptr_block);
block_ptr_block->CleanupBlock ();
}
@@ -369,7 +369,7 @@ namespace Metal {
}
[Export ("addCompletedHandler:")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe void AddCompletedHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V206))]global::System.Action<IMTLCommandBuffer> block)
+ public unsafe void AddCompletedHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V208))]global::System.Action<IMTLCommandBuffer> block)
{
if (block is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (block));
@@ -377,7 +377,7 @@ namespace Metal {
BlockLiteral block_block;
block_block = new BlockLiteral ();
block_ptr_block = &block_block;
- block_block.SetupBlockUnsafe (Trampolines.SDActionArity1V206.Handler, block);
+ block_block.SetupBlockUnsafe (Trampolines.SDActionArity1V208.Handler, block);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("addCompletedHandler:"), (IntPtr) block_ptr_block);
block_ptr_block->CleanupBlock ();
}
diff --git a/old/dotnet/ios/generated-sources/MetalPerformanceShaders/MPSCommandBuffer.g.cs b/new/dotnet/ios/generated-sources/MetalPerformanceShaders/MPSCommandBuffer.g.cs
index 37d35bf..bee49c1 100644
--- a/old/dotnet/ios/generated-sources/MetalPerformanceShaders/MPSCommandBuffer.g.cs
+++ b/new/dotnet/ios/generated-sources/MetalPerformanceShaders/MPSCommandBuffer.g.cs
@@ -103,7 +103,7 @@ namespace MetalPerformanceShaders {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AddCompletedHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V206))]global::System.Action<global::Metal.IMTLCommandBuffer> block)
+ public unsafe virtual void AddCompletedHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V208))]global::System.Action<global::Metal.IMTLCommandBuffer> block)
{
if (block is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (block));
@@ -111,7 +111,7 @@ namespace MetalPerformanceShaders {
BlockLiteral block_block;
block_block = new BlockLiteral ();
block_ptr_block = &block_block;
- block_block.SetupBlockUnsafe (Trampolines.SDActionArity1V206.Handler, block);
+ block_block.SetupBlockUnsafe (Trampolines.SDActionArity1V208.Handler, block);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("addCompletedHandler:"), (IntPtr) block_ptr_block);
} else {
@@ -125,7 +125,7 @@ namespace MetalPerformanceShaders {
[SupportedOSPlatform ("ios13.0")]
[SupportedOSPlatform ("maccatalyst13.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void AddScheduledHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V206))]global::System.Action<global::Metal.IMTLCommandBuffer> block)
+ public unsafe virtual void AddScheduledHandler ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V208))]global::System.Action<global::Metal.IMTLCommandBuffer> block)
{
if (block is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (block));
@@ -133,7 +133,7 @@ namespace MetalPerformanceShaders {
BlockLiteral block_block;
block_block = new BlockLiteral ();
block_ptr_block = &block_block;
- block_block.SetupBlockUnsafe (Trampolines.SDActionArity1V206.Handler, block);
+ block_block.SetupBlockUnsafe (Trampolines.SDActionArity1V208.Handler, block);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("addScheduledHandler:"), (IntPtr) block_ptr_block);
} else {
diff --git a/old/dotnet/ios/generated-sources/ModelIO/MDLMaterialPropertyNode.g.cs b/new/dotnet/ios/generated-sources/ModelIO/MDLMaterialPropertyNode.g.cs
index 789a6dd..367a604 100644
--- a/old/dotnet/ios/generated-sources/ModelIO/MDLMaterialPropertyNode.g.cs
+++ b/new/dotnet/ios/generated-sources/ModelIO/MDLMaterialPropertyNode.g.cs
@@ -76,7 +76,7 @@ namespace ModelIO {
[SupportedOSPlatform ("tvos10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe MDLMaterialPropertyNode (MDLMaterialProperty[] inputs, MDLMaterialProperty[] outputs, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V207))]global::System.Action<MDLMaterialPropertyNode> function)
+ public unsafe MDLMaterialPropertyNode (MDLMaterialProperty[] inputs, MDLMaterialProperty[] outputs, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V209))]global::System.Action<MDLMaterialPropertyNode> function)
: base (NSObjectFlag.Empty)
{
if (inputs is null)
@@ -91,7 +91,7 @@ namespace ModelIO {
BlockLiteral block_function;
block_function = new BlockLiteral ();
block_ptr_function = &block_function;
- block_function.SetupBlockUnsafe (Trampolines.SDActionArity1V207.Handler, function);
+ block_function.SetupBlockUnsafe (Trampolines.SDActionArity1V209.Handler, function);
if (IsDirectBinding) {
InitializeHandle (global::ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("initWithInputs:outputs:evaluationFunction:"), nsa_inputs.Handle, nsa_outputs.Handle, (IntPtr) block_ptr_function), "initWithInputs:outputs:evaluationFunction:");
} else {
@@ -107,7 +107,7 @@ namespace ModelIO {
[SupportedOSPlatform ("tvos10.0")]
[SupportedOSPlatform ("maccatalyst10.0")]
public unsafe virtual global::System.Action<MDLMaterialPropertyNode> EvaluationFunction {
- [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V207))]
+ [return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity1V209))]
[Export ("evaluationFunction", ArgumentSemantic.Copy)]
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("macos10.12")]
@@ -120,9 +120,9 @@ namespace ModelIO {
} else {
ret = global::ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper (this.SuperHandle, Selector.GetHandle ("evaluationFunction"));
}
- return global::ObjCRuntime.Trampolines.NIDActionArity1V207.Create (ret)!;
+ return global::ObjCRuntime.Trampolines.NIDActionArity1V209.Create (ret)!;
}
- [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V207))]
+ [param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V209))]
[Export ("setEvaluationFunction:", ArgumentSemantic.Copy)]
[SupportedOSPlatform ("ios10.0")]
[SupportedOSPlatform ("macos10.12")]
@@ -135,7 +135,7 @@ namespace ModelIO {
BlockLiteral block_value;
block_value = new BlockLiteral ();
block_ptr_value = &block_value;
- block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V207.Handler, value);
+ block_value.SetupBlockUnsafe (Trampolines.SDActionArity1V209.Handler, value);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("setEvaluationFunction:"), (IntPtr) block_ptr_value);
} else {
diff --git a/old/dotnet/ios/generated-sources/NetworkExtension/NEFilterControlProvider.g.cs b/new/dotnet/ios/generated-sources/NetworkExtension/NEFilterControlProvider.g.cs
index 41606ef..39aad07 100644
--- a/old/dotnet/ios/generated-sources/NetworkExtension/NEFilterControlProvider.g.cs
+++ b/new/dotnet/ios/generated-sources/NetworkExtension/NEFilterControlProvider.g.cs
@@ -76,7 +76,7 @@ namespace NetworkExtension {
[SupportedOSPlatform ("maccatalyst9.0")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void HandleNewFlow (NEFilterFlow flow, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V208))]global::System.Action<NEFilterControlVerdict> completionHandler)
+ public unsafe virtual void HandleNewFlow (NEFilterFlow flow, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V210))]global::System.Action<NEFilterControlVerdict> completionHandler)
{
var flow__handle__ = flow!.GetNonNullHandle (nameof (flow));
if (completionHandler is null)
@@ -85,7 +85,7 @@ namespace NetworkExtension {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V208.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V210.Handler, completionHandler);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleNewFlow:completionHandler:"), flow__handle__, (IntPtr) block_ptr_completionHandler);
} else {
@@ -112,7 +112,7 @@ namespace NetworkExtension {
[SupportedOSPlatform ("maccatalyst9.0")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void HandleRemediationForFlow (NEFilterFlow flow, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V208))]global::System.Action<NEFilterControlVerdict> completionHandler)
+ public unsafe virtual void HandleRemediationForFlow (NEFilterFlow flow, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V210))]global::System.Action<NEFilterControlVerdict> completionHandler)
{
var flow__handle__ = flow!.GetNonNullHandle (nameof (flow));
if (completionHandler is null)
@@ -121,7 +121,7 @@ namespace NetworkExtension {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V208.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V210.Handler, completionHandler);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle (this.Handle, Selector.GetHandle ("handleRemediationForFlow:completionHandler:"), flow__handle__, (IntPtr) block_ptr_completionHandler);
} else {
diff --git a/old/dotnet/ios/generated-sources/NetworkExtension/NEHotspotNetwork.g.cs b/new/dotnet/ios/generated-sources/NetworkExtension/NEHotspotNetwork.g.cs
index dc173ad..694bedf 100644
--- a/old/dotnet/ios/generated-sources/NetworkExtension/NEHotspotNetwork.g.cs
+++ b/new/dotnet/ios/generated-sources/NetworkExtension/NEHotspotNetwork.g.cs
@@ -88,7 +88,7 @@ namespace NetworkExtension {
[SupportedOSPlatform ("ios14.0")]
[SupportedOSPlatform ("maccatalyst14.0")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void FetchCurrent ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V209))]global::System.Action<NEHotspotNetwork> completionHandler)
+ public unsafe static void FetchCurrent ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V211))]global::System.Action<NEHotspotNetwork> completionHandler)
{
#if ARCH_32
throw new PlatformNotSupportedException ("This API is not supported on this version of iOS");
@@ -99,7 +99,7 @@ namespace NetworkExtension {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V209.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V211.Handler, completionHandler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (class_ptr, Selector.GetHandle ("fetchCurrentWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
block_ptr_completionHandler->CleanupBlock ();
#endif
diff --git a/old/dotnet/ios/generated-sources/NetworkExtension/NEPacketTunnelFlow.g.cs b/new/dotnet/ios/generated-sources/NetworkExtension/NEPacketTunnelFlow.g.cs
index 9972dc6..39749dd 100644
--- a/old/dotnet/ios/generated-sources/NetworkExtension/NEPacketTunnelFlow.g.cs
+++ b/new/dotnet/ios/generated-sources/NetworkExtension/NEPacketTunnelFlow.g.cs
@@ -88,7 +88,7 @@ namespace NetworkExtension {
[SupportedOSPlatform ("maccatalyst10.0")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void ReadPacketObjects ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V210))]global::System.Action<NEPacket[]> completionHandler)
+ public unsafe virtual void ReadPacketObjects ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V212))]global::System.Action<NEPacket[]> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
@@ -96,7 +96,7 @@ namespace NetworkExtension {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V210.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V212.Handler, completionHandler);
if (IsDirectBinding) {
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (this.Handle, Selector.GetHandle ("readPacketObjectsWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
} else {
diff --git a/old/dotnet/ios/generated-sources/NetworkExtension/NWTcpConnectionAuthenticationDelegate.g.cs b/new/dotnet/ios/generated-sources/NetworkExtension/NWTcpConnectionAuthenticationDelegate.g.cs
index 7dcfeb5..3f9405d 100644
--- a/old/dotnet/ios/generated-sources/NetworkExtension/NWTcpConnectionAuthenticationDelegate.g.cs
+++ b/new/dotnet/ios/generated-sources/NetworkExtension/NWTcpConnectionAuthenticationDelegate.g.cs
@@ -57,7 +57,7 @@ namespace NetworkExtension {
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ShouldProvideIdentity", Selector = "shouldProvideIdentityForConnection:", ReturnType = typeof (bool), ParameterType = new Type [] { typeof (NWTcpConnection) }, ParameterByRef = new bool [] { false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ProvideIdentity", Selector = "provideIdentityForConnection:completionHandler:", ParameterType = new Type [] { typeof (NWTcpConnection), typeof (global::System.Action<global::Security.SecIdentity, NSArray>) }, ParameterByRef = new bool [] { false, false }, ParameterBlockProxy = new Type? [] { null, typeof (ObjCRuntime.Trampolines.NIDActionArity2V130) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "ShouldEvaluateTrust", Selector = "shouldEvaluateTrustForConnection:", ReturnType = typeof (bool), ParameterType = new Type [] { typeof (NWTcpConnection) }, ParameterByRef = new bool [] { false })]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "EvaluateTrust", Selector = "evaluateTrustForConnection:peerCertificateChain:completionHandler:", ParameterType = new Type [] { typeof (NWTcpConnection), typeof (NSArray), typeof (global::System.Action<global::Security.SecTrust>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V211) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "EvaluateTrust", Selector = "evaluateTrustForConnection:peerCertificateChain:completionHandler:", ParameterType = new Type [] { typeof (NWTcpConnection), typeof (NSArray), typeof (global::System.Action<global::Security.SecTrust>) }, ParameterByRef = new bool [] { false, false, false }, ParameterBlockProxy = new Type? [] { null, null, typeof (ObjCRuntime.Trampolines.NIDActionArity1V213) })]
public partial interface INWTcpConnectionAuthenticationDelegate : INativeObject, IDisposable
{
}
@@ -105,7 +105,7 @@ namespace NetworkExtension {
[SupportedOSPlatform ("maccatalyst9.0")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void EvaluateTrust (this INWTcpConnectionAuthenticationDelegate This, NWTcpConnection connection, NSArray peerCertificateChain, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V211))]global::System.Action<global::Security.SecTrust> completion)
+ public unsafe static void EvaluateTrust (this INWTcpConnectionAuthenticationDelegate This, NWTcpConnection connection, NSArray peerCertificateChain, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V213))]global::System.Action<global::Security.SecTrust> completion)
{
var connection__handle__ = connection!.GetNonNullHandle (nameof (connection));
var peerCertificateChain__handle__ = peerCertificateChain!.GetNonNullHandle (nameof (peerCertificateChain));
@@ -115,7 +115,7 @@ namespace NetworkExtension {
BlockLiteral block_completion;
block_completion = new BlockLiteral ();
block_ptr_completion = &block_completion;
- block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V211.Handler, completion);
+ block_completion.SetupBlockUnsafe (Trampolines.SDActionArity1V213.Handler, completion);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_NativeHandle (This.Handle, Selector.GetHandle ("evaluateTrustForConnection:peerCertificateChain:completionHandler:"), connection__handle__, peerCertificateChain__handle__, (IntPtr) block_ptr_completion);
block_ptr_completion->CleanupBlock ();
}
@@ -179,7 +179,7 @@ namespace NetworkExtension {
[SupportedOSPlatform ("maccatalyst9.0")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void EvaluateTrust (NWTcpConnection connection, NSArray peerCertificateChain, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V211))]global::System.Action<global::Security.SecTrust> completion)
+ public unsafe virtual void EvaluateTrust (NWTcpConnection connection, NSArray peerCertificateChain, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V213))]global::System.Action<global::Security.SecTrust> completion)
{
throw new You_Should_Not_Call_base_In_This_Method ();
}
diff --git a/old/dotnet/ios/generated-sources/NotificationCenter/NCWidgetProviding.g.cs b/new/dotnet/ios/generated-sources/NotificationCenter/NCWidgetProviding.g.cs
index c0609ae..c02902c 100644
--- a/old/dotnet/ios/generated-sources/NotificationCenter/NCWidgetProviding.g.cs
+++ b/new/dotnet/ios/generated-sources/NotificationCenter/NCWidgetProviding.g.cs
@@ -56,7 +56,7 @@ namespace NotificationCenter {
[UnsupportedOSPlatform ("maccatalyst")]
[UnsupportedOSPlatform ("tvos")]
[Protocol (Name = "NCWidgetProviding", WrapperType = typeof (NCWidgetProvidingWrapper))]
- [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WidgetPerformUpdate", Selector = "widgetPerformUpdateWithCompletionHandler:", ParameterType = new Type [] { typeof (global::System.Action<global::NotificationCenter.NCUpdateResult>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V212) })]
+ [ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WidgetPerformUpdate", Selector = "widgetPerformUpdateWithCompletionHandler:", ParameterType = new Type [] { typeof (global::System.Action<global::NotificationCenter.NCUpdateResult>) }, ParameterByRef = new bool [] { false }, ParameterBlockProxy = new Type? [] { typeof (ObjCRuntime.Trampolines.NIDActionArity1V214) })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "GetWidgetMarginInsets", Selector = "widgetMarginInsetsForProposedMarginInsets:", ReturnType = typeof (UIEdgeInsets), ParameterType = new Type [] { typeof (UIEdgeInsets) }, ParameterByRef = new bool [] { false })]
[ProtocolMember (IsRequired = false, IsProperty = false, IsStatic = false, Name = "WidgetActiveDisplayModeDidChange", Selector = "widgetActiveDisplayModeDidChange:withMaximumSize:", ParameterType = new Type [] { typeof (NotificationCenter.NCWidgetDisplayMode), typeof (CGSize) }, ParameterByRef = new bool [] { false, false })]
public partial interface INCWidgetProviding : INativeObject, IDisposable
@@ -70,7 +70,7 @@ namespace NotificationCenter {
[UnsupportedOSPlatform ("maccatalyst")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static void WidgetPerformUpdate (this INCWidgetProviding This, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V212))]global::System.Action<NCUpdateResult> completionHandler)
+ public unsafe static void WidgetPerformUpdate (this INCWidgetProviding This, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V214))]global::System.Action<NCUpdateResult> completionHandler)
{
if (completionHandler is null)
ObjCRuntime.ThrowHelper.ThrowArgumentNullException (nameof (completionHandler));
@@ -78,7 +78,7 @@ namespace NotificationCenter {
BlockLiteral block_completionHandler;
block_completionHandler = new BlockLiteral ();
block_ptr_completionHandler = &block_completionHandler;
- block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V212.Handler, completionHandler);
+ block_completionHandler.SetupBlockUnsafe (Trampolines.SDActionArity1V214.Handler, completionHandler);
global::ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle (This.Handle, Selector.GetHandle ("widgetPerformUpdateWithCompletionHandler:"), (IntPtr) block_ptr_completionHandler);
block_ptr_completionHandler->CleanupBlock ();
}
@@ -189,7 +189,7 @@ namespace NotificationCenter {
[UnsupportedOSPlatform ("maccatalyst")]
[UnsupportedOSPlatform ("tvos")]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe virtual void WidgetPerformUpdate ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V212))]global::System.Action<NCUpdateResult> completionHandler)
+ public unsafe virtual void WidgetPerformUpdate ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity1V214))]global::System.Action<NCUpdateResult> completionHandler)
{
throw new You_Should_Not_Call_base_In_This_Method ();
}
diff --git a/old/dotnet/ios/generated-sources/ObjCRuntime/Messaging.g.cs b/new/dotnet/ios/generated-sources/ObjCRuntime/Messaging.g.cs
index f089b5b..98fcab9 100644
--- a/old/dotnet/ios/generated-sources/ObjCRuntime/Messaging.g.cs
+++ b/new/dotnet/ios/generated-sources/ObjCRuntime/Messaging.g.cs
@@ -3727,6 +3727,10 @@ namespace ObjCRuntime {
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
public extern static int int_objc_msgSendSuper_UInt32_IntPtr (IntPtr receiver, IntPtr selector, uint arg1, nint arg2);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
+ public extern static nint IntPtr_objc_msgSend_IntPtr_NativeHandle (IntPtr receiver, IntPtr selector, IntPtr arg1, NativeHandle arg2);
+ [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
+ public extern static nint IntPtr_objc_msgSendSuper_IntPtr_NativeHandle (IntPtr receiver, IntPtr selector, IntPtr arg1, NativeHandle arg2);
+ [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
public extern static NativeHandle NativeHandle_objc_msgSend_IntPtr_IntPtr_NativeHandle_NativeHandle_NativeHandle_NativeHandle_NativeHandle_NativeHandle (IntPtr receiver, IntPtr selector, IntPtr arg1, IntPtr arg2, NativeHandle arg3, NativeHandle arg4, NativeHandle arg5, NativeHandle arg6, NativeHandle arg7, NativeHandle arg8);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
public extern static NativeHandle NativeHandle_objc_msgSendSuper_IntPtr_IntPtr_NativeHandle_NativeHandle_NativeHandle_NativeHandle_NativeHandle_NativeHandle (IntPtr receiver, IntPtr selector, IntPtr arg1, IntPtr arg2, NativeHandle arg3, NativeHandle arg4, NativeHandle arg5, NativeHandle arg6, NativeHandle arg7, NativeHandle arg8);
diff --git a/old/dotnet/ios/generated-sources/ObjCRuntime/Trampolines.g.cs b/new/dotnet/ios/generated-sources/ObjCRuntime/Trampolines.g.cs
index 5a4b992..4cdd844 100644
--- a/old/dotnet/ios/generated-sources/ObjCRuntime/Trampolines.g.cs
+++ b/new/dotnet/ios/generated-sources/ObjCRuntime/Trampolines.g.cs
@@ -14981,28 +14981,28 @@ namespace ObjCRuntime {
} /* class NIDActionArity1V40 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<CGSize>))]
- internal delegate void DActionArity1V203 (IntPtr block, CGSize obj);
+ internal delegate void DActionArity1V205 (IntPtr block, CGSize obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V203 {
- static internal readonly DActionArity1V203 Handler = Invoke;
+ static internal class SDActionArity1V205 {
+ static internal readonly DActionArity1V205 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V203))]
+ [MonoPInvokeCallback (typeof (DActionArity1V205))]
static unsafe void Invoke (IntPtr block, CGSize obj) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<CGSize>) (descriptor->Target);
if (del != null)
del (obj);
}
- } /* class SDActionArity1V203 */
- internal sealed class NIDActionArity1V203 : TrampolineBlockBase {
- DActionArity1V203 invoker;
+ } /* class SDActionArity1V205 */
+ internal sealed class NIDActionArity1V205 : TrampolineBlockBase {
+ DActionArity1V205 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity1V203 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity1V205 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity1V203> ();
+ invoker = block->GetDelegateForBlock<DActionArity1V205> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -15011,14 +15011,14 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<CGSize>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity1V203 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity1V205 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (CGSize obj)
{
invoker (BlockPointer, obj);
}
- } /* class NIDActionArity1V203 */
+ } /* class NIDActionArity1V205 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::CoreHaptics.CHHapticEngineStoppedReason>))]
internal delegate void DActionArity1V41 (IntPtr block, IntPtr obj);
@@ -15394,28 +15394,28 @@ namespace ObjCRuntime {
} /* class NIDActionArity1V51 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<INSItemProviderReading[]>))]
- internal delegate void DActionArity1V247 (IntPtr block, NativeHandle obj);
+ internal delegate void DActionArity1V249 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V247 {
- static internal readonly DActionArity1V247 Handler = Invoke;
+ static internal class SDActionArity1V249 {
+ static internal readonly DActionArity1V249 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V247))]
+ [MonoPInvokeCallback (typeof (DActionArity1V249))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<INSItemProviderReading[]>) (descriptor->Target);
if (del != null)
del (CFArray.ArrayFromHandle<INSItemProviderReading> (obj)!);
}
- } /* class SDActionArity1V247 */
- internal sealed class NIDActionArity1V247 : TrampolineBlockBase {
- DActionArity1V247 invoker;
+ } /* class SDActionArity1V249 */
+ internal sealed class NIDActionArity1V249 : TrampolineBlockBase {
+ DActionArity1V249 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity1V247 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity1V249 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity1V247> ();
+ invoker = block->GetDelegateForBlock<DActionArity1V249> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -15424,7 +15424,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<INSItemProviderReading[]>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity1V247 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity1V249 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (INSItemProviderReading[] obj)
@@ -15436,31 +15436,31 @@ namespace ObjCRuntime {
if (nsa_obj != null)
nsa_obj.Dispose ();
}
- } /* class NIDActionArity1V247 */
+ } /* class NIDActionArity1V249 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSArray>))]
- internal delegate void DActionArity1V273 (IntPtr block, NativeHandle obj);
+ internal delegate void DActionArity1V275 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V273 {
- static internal readonly DActionArity1V273 Handler = Invoke;
+ static internal class SDActionArity1V275 {
+ static internal readonly DActionArity1V275 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V273))]
+ [MonoPInvokeCallback (typeof (DActionArity1V275))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSArray>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<NSArray> (obj)!);
}
- } /* class SDActionArity1V273 */
- internal sealed class NIDActionArity1V273 : TrampolineBlockBase {
- DActionArity1V273 invoker;
+ } /* class SDActionArity1V275 */
+ internal sealed class NIDActionArity1V275 : TrampolineBlockBase {
+ DActionArity1V275 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity1V273 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity1V275 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity1V273> ();
+ invoker = block->GetDelegateForBlock<DActionArity1V275> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -15469,7 +15469,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSArray>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity1V273 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity1V275 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSArray obj)
@@ -15477,7 +15477,7 @@ namespace ObjCRuntime {
var obj__handle__ = obj.GetHandle ();
invoker (BlockPointer, obj__handle__);
}
- } /* class NIDActionArity1V273 */
+ } /* class NIDActionArity1V275 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSArray<global::CoreSpotlight.CSSuggestion>>))]
internal delegate void DActionArity1V45 (IntPtr block, NativeHandle obj);
@@ -15521,28 +15521,28 @@ namespace ObjCRuntime {
} /* class NIDActionArity1V45 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSArray<global::Intents.INPlayMediaMediaItemResolutionResult>>))]
- internal delegate void DActionArity1V144 (IntPtr block, NativeHandle obj);
+ internal delegate void DActionArity1V146 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V144 {
- static internal readonly DActionArity1V144 Handler = Invoke;
+ static internal class SDActionArity1V146 {
+ static internal readonly DActionArity1V146 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V144))]
+ [MonoPInvokeCallback (typeof (DActionArity1V146))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSArray<global::Intents.INPlayMediaMediaItemResolutionResult>>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<global::Foundation.NSArray<global::Intents.INPlayMediaMediaItemResolutionResult>> (obj)!);
}
- } /* class SDActionArity1V144 */
- internal sealed class NIDActionArity1V144 : TrampolineBlockBase {
- DActionArity1V144 invoker;
+ } /* class SDActionArity1V146 */
+ internal sealed class NIDActionArity1V146 : TrampolineBlockBase {
+ DActionArity1V146 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity1V144 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity1V146 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity1V144> ();
+ invoker = block->GetDelegateForBlock<DActionArity1V146> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -15551,7 +15551,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSArray<global::Intents.INPlayMediaMediaItemResolutionResult>>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity1V144 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity1V146 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSArray<global::Intents.INPlayMediaMediaItemResolutionResult> obj)
@@ -15559,31 +15559,31 @@ namespace ObjCRuntime {
var obj__handle__ = obj.GetHandle ();
invoker (BlockPointer, obj__handle__);
}
- } /* class NIDActionArity1V144 */
+ } /* class NIDActionArity1V146 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSArray<global::Intents.INStartCallContactResolutionResult>>))]
- internal delegate void DActionArity1V195 (IntPtr block, NativeHandle obj);
+ internal delegate void DActionArity1V197 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V195 {
- static internal readonly DActionArity1V195 Handler = Invoke;
+ static internal class SDActionArity1V197 {
+ static internal readonly DActionArity1V197 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V195))]
+ [MonoPInvokeCallback (typeof (DActionArity1V197))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSArray<global::Intents.INStartCallContactResolutionResult>>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<global::Foundation.NSArray<global::Intents.INStartCallContactResolutionResult>> (obj)!);
}
- } /* class SDActionArity1V195 */
- internal sealed class NIDActionArity1V195 : TrampolineBlockBase {
- DActionArity1V195 invoker;
+ } /* class SDActionArity1V197 */
+ internal sealed class NIDActionArity1V197 : TrampolineBlockBase {
+ DActionArity1V197 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity1V195 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity1V197 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity1V195> ();
+ invoker = block->GetDelegateForBlock<DActionArity1V197> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -15592,7 +15592,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSArray<global::Intents.INStartCallContactResolutionResult>>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity1V195 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity1V197 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSArray<global::Intents.INStartCallContactResolutionResult> obj)
@@ -15600,31 +15600,31 @@ namespace ObjCRuntime {
var obj__handle__ = obj.GetHandle ();
invoker (BlockPointer, obj__handle__);
}
- } /* class NIDActionArity1V195 */
+ } /* class NIDActionArity1V197 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSArray<global::Intents.INUpdateMediaAffinityMediaItemResolutionResult>>))]
- internal delegate void DActionArity1V201 (IntPtr block, NativeHandle obj);
+ internal delegate void DActionArity1V203 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V201 {
- static internal readonly DActionArity1V201 Handler = Invoke;
+ static internal class SDActionArity1V203 {
+ static internal readonly DActionArity1V203 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V201))]
+ [MonoPInvokeCallback (typeof (DActionArity1V203))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSArray<global::Intents.INUpdateMediaAffinityMediaItemResolutionResult>>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<global::Foundation.NSArray<global::Intents.INUpdateMediaAffinityMediaItemResolutionResult>> (obj)!);
}
- } /* class SDActionArity1V201 */
- internal sealed class NIDActionArity1V201 : TrampolineBlockBase {
- DActionArity1V201 invoker;
+ } /* class SDActionArity1V203 */
+ internal sealed class NIDActionArity1V203 : TrampolineBlockBase {
+ DActionArity1V203 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity1V201 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity1V203 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity1V201> ();
+ invoker = block->GetDelegateForBlock<DActionArity1V203> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -15633,7 +15633,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSArray<global::Intents.INUpdateMediaAffinityMediaItemResolutionResult>>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity1V201 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity1V203 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSArray<global::Intents.INUpdateMediaAffinityMediaItemResolutionResult> obj)
@@ -15641,7 +15641,7 @@ namespace ObjCRuntime {
var obj__handle__ = obj.GetHandle ();
invoker (BlockPointer, obj__handle__);
}
- } /* class NIDActionArity1V201 */
+ } /* class NIDActionArity1V203 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSCachedUrlResponse>))]
internal delegate void DActionArity1V59 (IntPtr block, NativeHandle obj);
@@ -15894,28 +15894,28 @@ namespace ObjCRuntime {
} /* class NIDActionArity1V55 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSIndexPath>))]
- internal delegate void DActionArity1V243 (IntPtr block, NativeHandle obj);
+ internal delegate void DActionArity1V245 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V243 {
- static internal readonly DActionArity1V243 Handler = Invoke;
+ static internal class SDActionArity1V245 {
+ static internal readonly DActionArity1V245 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V243))]
+ [MonoPInvokeCallback (typeof (DActionArity1V245))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSIndexPath>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<NSIndexPath> (obj)!);
}
- } /* class SDActionArity1V243 */
- internal sealed class NIDActionArity1V243 : TrampolineBlockBase {
- DActionArity1V243 invoker;
+ } /* class SDActionArity1V245 */
+ internal sealed class NIDActionArity1V245 : TrampolineBlockBase {
+ DActionArity1V245 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity1V243 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity1V245 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity1V243> ();
+ invoker = block->GetDelegateForBlock<DActionArity1V245> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -15924,7 +15924,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSIndexPath>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity1V243 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity1V245 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSIndexPath obj)
@@ -15932,7 +15932,7 @@ namespace ObjCRuntime {
var obj__handle__ = obj.GetHandle ();
invoker (BlockPointer, obj__handle__);
}
- } /* class NIDActionArity1V243 */
+ } /* class NIDActionArity1V245 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSInputStream>))]
internal delegate void DActionArity1V2 (IntPtr block, NativeHandle obj);
@@ -16058,28 +16058,28 @@ namespace ObjCRuntime {
} /* class NIDActionArity1V58 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSObject[]>))]
- internal delegate void DActionArity1V252 (IntPtr block, NativeHandle obj);
+ internal delegate void DActionArity1V254 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V252 {
- static internal readonly DActionArity1V252 Handler = Invoke;
+ static internal class SDActionArity1V254 {
+ static internal readonly DActionArity1V254 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V252))]
+ [MonoPInvokeCallback (typeof (DActionArity1V254))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSObject[]>) (descriptor->Target);
if (del != null)
del (CFArray.ArrayFromHandle<NSObject> (obj)!);
}
- } /* class SDActionArity1V252 */
- internal sealed class NIDActionArity1V252 : TrampolineBlockBase {
- DActionArity1V252 invoker;
+ } /* class SDActionArity1V254 */
+ internal sealed class NIDActionArity1V254 : TrampolineBlockBase {
+ DActionArity1V254 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity1V252 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity1V254 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity1V252> ();
+ invoker = block->GetDelegateForBlock<DActionArity1V254> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -16088,7 +16088,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSObject[]>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity1V252 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity1V254 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSObject[] obj)
@@ -16100,31 +16100,31 @@ namespace ObjCRuntime {
if (nsa_obj != null)
nsa_obj.Dispose ();
}
- } /* class NIDActionArity1V252 */
+ } /* class NIDActionArity1V254 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSSet<global::UserNotifications.UNNotificationCategory>>))]
- internal delegate void DActionArity1V259 (IntPtr block, NativeHandle obj);
+ internal delegate void DActionArity1V261 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V259 {
- static internal readonly DActionArity1V259 Handler = Invoke;
+ static internal class SDActionArity1V261 {
+ static internal readonly DActionArity1V261 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V259))]
+ [MonoPInvokeCallback (typeof (DActionArity1V261))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSSet<global::UserNotifications.UNNotificationCategory>>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<global::Foundation.NSSet<global::UserNotifications.UNNotificationCategory>> (obj)!);
}
- } /* class SDActionArity1V259 */
- internal sealed class NIDActionArity1V259 : TrampolineBlockBase {
- DActionArity1V259 invoker;
+ } /* class SDActionArity1V261 */
+ internal sealed class NIDActionArity1V261 : TrampolineBlockBase {
+ DActionArity1V261 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity1V259 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity1V261 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity1V259> ();
+ invoker = block->GetDelegateForBlock<DActionArity1V261> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -16133,7 +16133,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSSet<global::UserNotifications.UNNotificationCategory>>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity1V259 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity1V261 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSSet<global::UserNotifications.UNNotificationCategory> obj)
@@ -16141,7 +16141,7 @@ namespace ObjCRuntime {
var obj__handle__ = obj.GetHandle ();
invoker (BlockPointer, obj__handle__);
}
- } /* class NIDActionArity1V259 */
+ } /* class NIDActionArity1V261 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSString>))]
internal delegate void DActionArity1V50 (IntPtr block, NativeHandle obj);
@@ -16389,28 +16389,28 @@ namespace ObjCRuntime {
} /* class NIDActionArity1V61 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<NSUrl[]>))]
- internal delegate void DActionArity1V246 (IntPtr block, NativeHandle obj);
+ internal delegate void DActionArity1V248 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V246 {
- static internal readonly DActionArity1V246 Handler = Invoke;
+ static internal class SDActionArity1V248 {
+ static internal readonly DActionArity1V248 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V246))]
+ [MonoPInvokeCallback (typeof (DActionArity1V248))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<NSUrl[]>) (descriptor->Target);
if (del != null)
del (CFArray.ArrayFromHandle<NSUrl> (obj)!);
}
- } /* class SDActionArity1V246 */
- internal sealed class NIDActionArity1V246 : TrampolineBlockBase {
- DActionArity1V246 invoker;
+ } /* class SDActionArity1V248 */
+ internal sealed class NIDActionArity1V248 : TrampolineBlockBase {
+ DActionArity1V248 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity1V246 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity1V248 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity1V246> ();
+ invoker = block->GetDelegateForBlock<DActionArity1V248> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -16419,7 +16419,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<NSUrl[]>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity1V246 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity1V248 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (NSUrl[] obj)
@@ -16431,7 +16431,7 @@ namespace ObjCRuntime {
if (nsa_obj != null)
nsa_obj.Dispose ();
}
- } /* class NIDActionArity1V246 */
+ } /* class NIDActionArity1V248 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::GameController.GCController>))]
internal delegate void DActionArity1V62 (IntPtr block, NativeHandle obj);
@@ -16680,28 +16680,28 @@ namespace ObjCRuntime {
} /* class NIDActionArity1V68 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Intents.INAccountTypeResolutionResult>))]
- internal delegate void DActionArity1V160 (IntPtr block, NativeHandle obj);
+ internal delegate void DActionArity1V162 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V160 {
- static internal readonly DActionArity1V160 Handler = Invoke;
+ static internal class SDActionArity1V162 {
+ static internal readonly DActionArity1V162 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V160))]
+ [MonoPInvokeCallback (typeof (DActionArity1V162))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Intents.INAccountTypeResolutionResult>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<Intents.INAccountTypeResolutionResult> (obj)!);
}
- } /* class SDActionArity1V160 */
- internal sealed class NIDActionArity1V160 : TrampolineBlockBase {
- DActionArity1V160 invoker;
+ } /* class SDActionArity1V162 */
+ internal sealed class NIDActionArity1V162 : TrampolineBlockBase {
+ DActionArity1V162 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity1V160 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity1V162 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity1V160> ();
+ invoker = block->GetDelegateForBlock<DActionArity1V162> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -16710,7 +16710,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Intents.INAccountTypeResolutionResult>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity1V160 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity1V162 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Intents.INAccountTypeResolutionResult obj)
@@ -16718,7 +16718,7 @@ namespace ObjCRuntime {
var obj__handle__ = obj.GetHandle ();
invoker (BlockPointer, obj__handle__);
}
- } /* class NIDActionArity1V160 */
+ } /* class NIDActionArity1V162 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Intents.INActivateCarSignalIntentResponse>))]
internal delegate void DActionArity1V69 (IntPtr block, NativeHandle obj);
@@ -17011,7 +17011,7 @@ namespace ObjCRuntime {
}
} /* class NIDActionArity1V81 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
- [UserDelegateType (typeof (global::System.Action<global::Intents.INAppendToNoteIntentResponse>))]
+ [UserDelegateType (typeof (global::System.Action<global::Intents.INAnswerCallIntentResponse>))]
internal delegate void DActionArity1V83 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
@@ -17023,9 +17023,9 @@ namespace ObjCRuntime {
[MonoPInvokeCallback (typeof (DActionArity1V83))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
- var del = (global::System.Action<global::Intents.INAppendToNoteIntentResponse>) (descriptor->Target);
+ var del = (global::System.Action<global::Intents.INAnswerCallIntentResponse>) (descriptor->Target);
if (del != null)
- del ( Runtime.GetNSObject<Intents.INAppendToNoteIntentResponse> (obj)!);
+ del ( Runtime.GetNSObject<Intents.INAnswerCallIntentResponse> (obj)!);
}
} /* class SDActionArity1V83 */
internal sealed class NIDActionArity1V83 : TrampolineBlockBase {
@@ -17037,44 +17037,85 @@ namespace ObjCRuntime {
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe static global::System.Action<global::Intents.INAppendToNoteIntentResponse>? Create (IntPtr block)
+ public unsafe static global::System.Action<global::Intents.INAnswerCallIntentResponse>? Create (IntPtr block)
{
if (block == IntPtr.Zero)
return null;
- var del = (global::System.Action<global::Intents.INAppendToNoteIntentResponse>) GetExistingManagedDelegate (block);
+ var del = (global::System.Action<global::Intents.INAnswerCallIntentResponse>) GetExistingManagedDelegate (block);
return del ?? new NIDActionArity1V83 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- unsafe void Invoke (global::Intents.INAppendToNoteIntentResponse obj)
+ unsafe void Invoke (global::Intents.INAnswerCallIntentResponse obj)
{
var obj__handle__ = obj.GetHandle ();
invoker (BlockPointer, obj__handle__);
}
} /* class NIDActionArity1V83 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
- [UserDelegateType (typeof (global::System.Action<global::Intents.INBalanceTypeResolutionResult>))]
- internal delegate void DActionArity1V161 (IntPtr block, NativeHandle obj);
+ [UserDelegateType (typeof (global::System.Action<global::Intents.INAppendToNoteIntentResponse>))]
+ internal delegate void DActionArity1V84 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V161 {
- static internal readonly DActionArity1V161 Handler = Invoke;
+ static internal class SDActionArity1V84 {
+ static internal readonly DActionArity1V84 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V161))]
+ [MonoPInvokeCallback (typeof (DActionArity1V84))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
- var del = (global::System.Action<global::Intents.INBalanceTypeResolutionResult>) (descriptor->Target);
+ var del = (global::System.Action<global::Intents.INAppendToNoteIntentResponse>) (descriptor->Target);
if (del != null)
- del ( Runtime.GetNSObject<Intents.INBalanceTypeResolutionResult> (obj)!);
+ del ( Runtime.GetNSObject<Intents.INAppendToNoteIntentResponse> (obj)!);
}
- } /* class SDActionArity1V161 */
- internal sealed class NIDActionArity1V161 : TrampolineBlockBase {
- DActionArity1V161 invoker;
+ } /* class SDActionArity1V84 */
+ internal sealed class NIDActionArity1V84 : TrampolineBlockBase {
+ DActionArity1V84 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity1V161 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity1V84 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity1V161> ();
+ invoker = block->GetDelegateForBlock<DActionArity1V84> ();
+ }
+ [Preserve (Conditional=true)]
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe static global::System.Action<global::Intents.INAppendToNoteIntentResponse>? Create (IntPtr block)
+ {
+ if (block == IntPtr.Zero)
+ return null;
+ var del = (global::System.Action<global::Intents.INAppendToNoteIntentResponse>) GetExistingManagedDelegate (block);
+ return del ?? new NIDActionArity1V84 ((BlockLiteral *) block).Invoke;
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ unsafe void Invoke (global::Intents.INAppendToNoteIntentResponse obj)
+ {
+ var obj__handle__ = obj.GetHandle ();
+ invoker (BlockPointer, obj__handle__);
+ }
+ } /* class NIDActionArity1V84 */
+ [UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
+ [UserDelegateType (typeof (global::System.Action<global::Intents.INBalanceTypeResolutionResult>))]
+ internal delegate void DActionArity1V163 (IntPtr block, NativeHandle obj);
+ //
+ // This class bridges native block invocations that call into C#
+ //
+ static internal class SDActionArity1V163 {
+ static internal readonly DActionArity1V163 Handler = Invoke;
+ [Preserve (Conditional = true)]
+ [global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
+ [MonoPInvokeCallback (typeof (DActionArity1V163))]
+ static unsafe void Invoke (IntPtr block, NativeHandle obj) {
+ var descriptor = (BlockLiteral *) block;
+ var del = (global::System.Action<global::Intents.INBalanceTypeResolutionResult>) (descriptor->Target);
+ if (del != null)
+ del ( Runtime.GetNSObject<Intents.INBalanceTypeResolutionResult> (obj)!);
+ }
+ } /* class SDActionArity1V163 */
+ internal sealed class NIDActionArity1V163 : TrampolineBlockBase {
+ DActionArity1V163 invoker;
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ public unsafe NIDActionArity1V163 (BlockLiteral *block) : base (block)
+ {
+ invoker = block->GetDelegateForBlock<DActionArity1V163> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -17083,7 +17124,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Intents.INBalanceTypeResolutionResult>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity1V161 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity1V163 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Intents.INBalanceTypeResolutionResult obj)
@@ -17091,31 +17132,31 @@ namespace ObjCRuntime {
var obj__handle__ = obj.GetHandle ();
invoker (BlockPointer, obj__handle__);
}
- } /* class NIDActionArity1V161 */
+ } /* class NIDActionArity1V163 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Intents.INBillPayeeResolutionResult>))]
- internal delegate void DActionArity1V131 (IntPtr block, NativeHandle obj);
+ internal delegate void DActionArity1V133 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V131 {
- static internal readonly DActionArity1V131 Handler = Invoke;
+ static internal class SDActionArity1V133 {
+ static internal readonly DActionArity1V133 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V131))]
+ [MonoPInvokeCallback (typeof (DActionArity1V133))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Intents.INBillPayeeResolutionResult>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<Intents.INBillPayeeResolutionResult> (obj)!);
}
- } /* class SDActionArity1V131 */
- internal sealed class NIDActionArity1V131 : TrampolineBlockBase {
- DActionArity1V131 invoker;
+ } /* class SDActionArity1V133 */
+ internal sealed class NIDActionArity1V133 : TrampolineBlockBase {
+ DActionArity1V133 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity1V131 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity1V133 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity1V131> ();
+ invoker = block->GetDelegateForBlock<DActionArity1V133> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -17124,7 +17165,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Intents.INBillPayeeResolutionResult>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity1V131 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity1V133 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Intents.INBillPayeeResolutionResult obj)
@@ -17132,31 +17173,31 @@ namespace ObjCRuntime {
var obj__handle__ = obj.GetHandle ();
invoker (BlockPointer, obj__handle__);
}
- } /* class NIDActionArity1V131 */
+ } /* class NIDActionArity1V133 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Intents.INBillTypeResolutionResult>))]
- internal delegate void DActionArity1V135 (IntPtr block, NativeHandle obj);
+ internal delegate void DActionArity1V137 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V135 {
- static internal readonly DActionArity1V135 Handler = Invoke;
+ static internal class SDActionArity1V137 {
+ static internal readonly DActionArity1V137 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V135))]
+ [MonoPInvokeCallback (typeof (DActionArity1V137))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Intents.INBillTypeResolutionResult>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<Intents.INBillTypeResolutionResult> (obj)!);
}
- } /* class SDActionArity1V135 */
- internal sealed class NIDActionArity1V135 : TrampolineBlockBase {
- DActionArity1V135 invoker;
+ } /* class SDActionArity1V137 */
+ internal sealed class NIDActionArity1V137 : TrampolineBlockBase {
+ DActionArity1V137 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity1V135 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity1V137 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity1V135> ();
+ invoker = block->GetDelegateForBlock<DActionArity1V137> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -17165,7 +17206,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Intents.INBillTypeResolutionResult>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity1V135 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity1V137 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Intents.INBillTypeResolutionResult obj)
@@ -17173,31 +17214,31 @@ namespace ObjCRuntime {
var obj__handle__ = obj.GetHandle ();
invoker (BlockPointer, obj__handle__);
}
- } /* class NIDActionArity1V135 */
+ } /* class NIDActionArity1V137 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Intents.INBookRestaurantReservationIntentResponse>))]
- internal delegate void DActionArity1V86 (IntPtr block, NativeHandle obj);
+ internal delegate void DActionArity1V87 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V86 {
- static internal readonly DActionArity1V86 Handler = Invoke;
+ static internal class SDActionArity1V87 {
+ static internal readonly DActionArity1V87 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V86))]
+ [MonoPInvokeCallback (typeof (DActionArity1V87))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Intents.INBookRestaurantReservationIntentResponse>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<Intents.INBookRestaurantReservationIntentResponse> (obj)!);
}
- } /* class SDActionArity1V86 */
- internal sealed class NIDActionArity1V86 : TrampolineBlockBase {
- DActionArity1V86 invoker;
+ } /* class SDActionArity1V87 */
+ internal sealed class NIDActionArity1V87 : TrampolineBlockBase {
+ DActionArity1V87 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity1V86 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity1V87 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity1V86> ();
+ invoker = block->GetDelegateForBlock<DActionArity1V87> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -17206,7 +17247,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Intents.INBookRestaurantReservationIntentResponse>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity1V86 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity1V87 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Intents.INBookRestaurantReservationIntentResponse obj)
@@ -17214,31 +17255,31 @@ namespace ObjCRuntime {
var obj__handle__ = obj.GetHandle ();
invoker (BlockPointer, obj__handle__);
}
- } /* class NIDActionArity1V86 */
+ } /* class NIDActionArity1V87 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Intents.INBooleanResolutionResult>))]
- internal delegate void DActionArity1V145 (IntPtr block, NativeHandle obj);
+ internal delegate void DActionArity1V147 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V145 {
- static internal readonly DActionArity1V145 Handler = Invoke;
+ static internal class SDActionArity1V147 {
+ static internal readonly DActionArity1V147 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V145))]
+ [MonoPInvokeCallback (typeof (DActionArity1V147))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Intents.INBooleanResolutionResult>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<Intents.INBooleanResolutionResult> (obj)!);
}
- } /* class SDActionArity1V145 */
- internal sealed class NIDActionArity1V145 : TrampolineBlockBase {
- DActionArity1V145 invoker;
+ } /* class SDActionArity1V147 */
+ internal sealed class NIDActionArity1V147 : TrampolineBlockBase {
+ DActionArity1V147 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity1V145 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity1V147 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity1V145> ();
+ invoker = block->GetDelegateForBlock<DActionArity1V147> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -17247,7 +17288,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Intents.INBooleanResolutionResult>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity1V145 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity1V147 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Intents.INBooleanResolutionResult obj)
@@ -17255,31 +17296,31 @@ namespace ObjCRuntime {
var obj__handle__ = obj.GetHandle ();
invoker (BlockPointer, obj__handle__);
}
- } /* class NIDActionArity1V145 */
+ } /* class NIDActionArity1V147 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Intents.INCallDestinationTypeResolutionResult>))]
- internal delegate void DActionArity1V192 (IntPtr block, NativeHandle obj);
+ internal delegate void DActionArity1V194 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V192 {
- static internal readonly DActionArity1V192 Handler = Invoke;
+ static internal class SDActionArity1V194 {
+ static internal readonly DActionArity1V194 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V192))]
+ [MonoPInvokeCallback (typeof (DActionArity1V194))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Intents.INCallDestinationTypeResolutionResult>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<Intents.INCallDestinationTypeResolutionResult> (obj)!);
}
- } /* class SDActionArity1V192 */
- internal sealed class NIDActionArity1V192 : TrampolineBlockBase {
- DActionArity1V192 invoker;
+ } /* class SDActionArity1V194 */
+ internal sealed class NIDActionArity1V194 : TrampolineBlockBase {
+ DActionArity1V194 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity1V192 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity1V194 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity1V192> ();
+ invoker = block->GetDelegateForBlock<DActionArity1V194> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -17288,7 +17329,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Intents.INCallDestinationTypeResolutionResult>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity1V192 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity1V194 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Intents.INCallDestinationTypeResolutionResult obj)
@@ -17296,31 +17337,31 @@ namespace ObjCRuntime {
var obj__handle__ = obj.GetHandle ();
invoker (BlockPointer, obj__handle__);
}
- } /* class NIDActionArity1V192 */
+ } /* class NIDActionArity1V194 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Intents.INCallRecordResolutionResult>))]
- internal delegate void DActionArity1V194 (IntPtr block, NativeHandle obj);
+ internal delegate void DActionArity1V196 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V194 {
- static internal readonly DActionArity1V194 Handler = Invoke;
+ static internal class SDActionArity1V196 {
+ static internal readonly DActionArity1V196 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V194))]
+ [MonoPInvokeCallback (typeof (DActionArity1V196))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Intents.INCallRecordResolutionResult>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<Intents.INCallRecordResolutionResult> (obj)!);
}
- } /* class SDActionArity1V194 */
- internal sealed class NIDActionArity1V194 : TrampolineBlockBase {
- DActionArity1V194 invoker;
+ } /* class SDActionArity1V196 */
+ internal sealed class NIDActionArity1V196 : TrampolineBlockBase {
+ DActionArity1V196 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity1V194 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity1V196 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity1V194> ();
+ invoker = block->GetDelegateForBlock<DActionArity1V196> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -17329,7 +17370,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Intents.INCallRecordResolutionResult>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity1V194 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity1V196 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Intents.INCallRecordResolutionResult obj)
@@ -17337,31 +17378,31 @@ namespace ObjCRuntime {
var obj__handle__ = obj.GetHandle ();
invoker (BlockPointer, obj__handle__);
}
- } /* class NIDActionArity1V194 */
+ } /* class NIDActionArity1V196 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Intents.INCallRecordTypeOptionsResolutionResult>))]
- internal delegate void DActionArity1V159 (IntPtr block, NativeHandle obj);
+ internal delegate void DActionArity1V161 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V159 {
- static internal readonly DActionArity1V159 Handler = Invoke;
+ static internal class SDActionArity1V161 {
+ static internal readonly DActionArity1V161 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V159))]
+ [MonoPInvokeCallback (typeof (DActionArity1V161))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Intents.INCallRecordTypeOptionsResolutionResult>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<Intents.INCallRecordTypeOptionsResolutionResult> (obj)!);
}
- } /* class SDActionArity1V159 */
- internal sealed class NIDActionArity1V159 : TrampolineBlockBase {
- DActionArity1V159 invoker;
+ } /* class SDActionArity1V161 */
+ internal sealed class NIDActionArity1V161 : TrampolineBlockBase {
+ DActionArity1V161 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity1V159 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity1V161 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity1V159> ();
+ invoker = block->GetDelegateForBlock<DActionArity1V161> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -17370,7 +17411,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Intents.INCallRecordTypeOptionsResolutionResult>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity1V159 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity1V161 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Intents.INCallRecordTypeOptionsResolutionResult obj)
@@ -17378,31 +17419,31 @@ namespace ObjCRuntime {
var obj__handle__ = obj.GetHandle ();
invoker (BlockPointer, obj__handle__);
}
- } /* class NIDActionArity1V159 */
+ } /* class NIDActionArity1V161 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Intents.INCallRecordTypeResolutionResult>))]
- internal delegate void DActionArity1V158 (IntPtr block, NativeHandle obj);
+ internal delegate void DActionArity1V160 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V158 {
- static internal readonly DActionArity1V158 Handler = Invoke;
+ static internal class SDActionArity1V160 {
+ static internal readonly DActionArity1V160 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V158))]
+ [MonoPInvokeCallback (typeof (DActionArity1V160))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Intents.INCallRecordTypeResolutionResult>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<Intents.INCallRecordTypeResolutionResult> (obj)!);
}
- } /* class SDActionArity1V158 */
- internal sealed class NIDActionArity1V158 : TrampolineBlockBase {
- DActionArity1V158 invoker;
+ } /* class SDActionArity1V160 */
+ internal sealed class NIDActionArity1V160 : TrampolineBlockBase {
+ DActionArity1V160 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity1V158 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity1V160 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity1V158> ();
+ invoker = block->GetDelegateForBlock<DActionArity1V160> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -17411,7 +17452,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Intents.INCallRecordTypeResolutionResult>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity1V158 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity1V160 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Intents.INCallRecordTypeResolutionResult obj)
@@ -17419,31 +17460,31 @@ namespace ObjCRuntime {
var obj__handle__ = obj.GetHandle ();
invoker (BlockPointer, obj__handle__);
}
- } /* class NIDActionArity1V158 */
+ } /* class NIDActionArity1V160 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Intents.INCancelRideIntentResponse>))]
- internal delegate void DActionArity1V95 (IntPtr block, NativeHandle obj);
+ internal delegate void DActionArity1V96 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V95 {
- static internal readonly DActionArity1V95 Handler = Invoke;
+ static internal class SDActionArity1V96 {
+ static internal readonly DActionArity1V96 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V95))]
+ [MonoPInvokeCallback (typeof (DActionArity1V96))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Intents.INCancelRideIntentResponse>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<Intents.INCancelRideIntentResponse> (obj)!);
}
- } /* class SDActionArity1V95 */
- internal sealed class NIDActionArity1V95 : TrampolineBlockBase {
- DActionArity1V95 invoker;
+ } /* class SDActionArity1V96 */
+ internal sealed class NIDActionArity1V96 : TrampolineBlockBase {
+ DActionArity1V96 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity1V95 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity1V96 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity1V95> ();
+ invoker = block->GetDelegateForBlock<DActionArity1V96> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -17452,7 +17493,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Intents.INCancelRideIntentResponse>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity1V95 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity1V96 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Intents.INCancelRideIntentResponse obj)
@@ -17460,31 +17501,31 @@ namespace ObjCRuntime {
var obj__handle__ = obj.GetHandle ();
invoker (BlockPointer, obj__handle__);
}
- } /* class NIDActionArity1V95 */
+ } /* class NIDActionArity1V96 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Intents.INCancelWorkoutIntentResponse>))]
- internal delegate void DActionArity1V96 (IntPtr block, NativeHandle obj);
+ internal delegate void DActionArity1V97 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V96 {
- static internal readonly DActionArity1V96 Handler = Invoke;
+ static internal class SDActionArity1V97 {
+ static internal readonly DActionArity1V97 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V96))]
+ [MonoPInvokeCallback (typeof (DActionArity1V97))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Intents.INCancelWorkoutIntentResponse>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<Intents.INCancelWorkoutIntentResponse> (obj)!);
}
- } /* class SDActionArity1V96 */
- internal sealed class NIDActionArity1V96 : TrampolineBlockBase {
- DActionArity1V96 invoker;
+ } /* class SDActionArity1V97 */
+ internal sealed class NIDActionArity1V97 : TrampolineBlockBase {
+ DActionArity1V97 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity1V96 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity1V97 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity1V96> ();
+ invoker = block->GetDelegateForBlock<DActionArity1V97> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -17493,7 +17534,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Intents.INCancelWorkoutIntentResponse>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity1V96 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity1V97 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Intents.INCancelWorkoutIntentResponse obj)
@@ -17501,31 +17542,31 @@ namespace ObjCRuntime {
var obj__handle__ = obj.GetHandle ();
invoker (BlockPointer, obj__handle__);
}
- } /* class NIDActionArity1V96 */
+ } /* class NIDActionArity1V97 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Intents.INCarAirCirculationModeResolutionResult>))]
- internal delegate void DActionArity1V179 (IntPtr block, NativeHandle obj);
+ internal delegate void DActionArity1V181 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V179 {
- static internal readonly DActionArity1V179 Handler = Invoke;
+ static internal class SDActionArity1V181 {
+ static internal readonly DActionArity1V181 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V179))]
+ [MonoPInvokeCallback (typeof (DActionArity1V181))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Intents.INCarAirCirculationModeResolutionResult>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<Intents.INCarAirCirculationModeResolutionResult> (obj)!);
}
- } /* class SDActionArity1V179 */
- internal sealed class NIDActionArity1V179 : TrampolineBlockBase {
- DActionArity1V179 invoker;
+ } /* class SDActionArity1V181 */
+ internal sealed class NIDActionArity1V181 : TrampolineBlockBase {
+ DActionArity1V181 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity1V179 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity1V181 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity1V179> ();
+ invoker = block->GetDelegateForBlock<DActionArity1V181> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -17534,7 +17575,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Intents.INCarAirCirculationModeResolutionResult>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity1V179 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity1V181 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Intents.INCarAirCirculationModeResolutionResult obj)
@@ -17542,31 +17583,31 @@ namespace ObjCRuntime {
var obj__handle__ = obj.GetHandle ();
invoker (BlockPointer, obj__handle__);
}
- } /* class NIDActionArity1V179 */
+ } /* class NIDActionArity1V181 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Intents.INCarAudioSourceResolutionResult>))]
- internal delegate void DActionArity1V177 (IntPtr block, NativeHandle obj);
+ internal delegate void DActionArity1V179 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V177 {
- static internal readonly DActionArity1V177 Handler = Invoke;
+ static internal class SDActionArity1V179 {
+ static internal readonly DActionArity1V179 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V177))]
+ [MonoPInvokeCallback (typeof (DActionArity1V179))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Intents.INCarAudioSourceResolutionResult>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<Intents.INCarAudioSourceResolutionResult> (obj)!);
}
- } /* class SDActionArity1V177 */
- internal sealed class NIDActionArity1V177 : TrampolineBlockBase {
- DActionArity1V177 invoker;
+ } /* class SDActionArity1V179 */
+ internal sealed class NIDActionArity1V179 : TrampolineBlockBase {
+ DActionArity1V179 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity1V177 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity1V179 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity1V177> ();
+ invoker = block->GetDelegateForBlock<DActionArity1V179> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -17575,7 +17616,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Intents.INCarAudioSourceResolutionResult>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity1V177 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity1V179 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Intents.INCarAudioSourceResolutionResult obj)
@@ -17583,31 +17624,31 @@ namespace ObjCRuntime {
var obj__handle__ = obj.GetHandle ();
invoker (BlockPointer, obj__handle__);
}
- } /* class NIDActionArity1V177 */
+ } /* class NIDActionArity1V179 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Intents.INCarDefrosterResolutionResult>))]
- internal delegate void DActionArity1V184 (IntPtr block, NativeHandle obj);
+ internal delegate void DActionArity1V186 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V184 {
- static internal readonly DActionArity1V184 Handler = Invoke;
+ static internal class SDActionArity1V186 {
+ static internal readonly DActionArity1V186 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V184))]
+ [MonoPInvokeCallback (typeof (DActionArity1V186))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Intents.INCarDefrosterResolutionResult>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<Intents.INCarDefrosterResolutionResult> (obj)!);
}
- } /* class SDActionArity1V184 */
- internal sealed class NIDActionArity1V184 : TrampolineBlockBase {
- DActionArity1V184 invoker;
+ } /* class SDActionArity1V186 */
+ internal sealed class NIDActionArity1V186 : TrampolineBlockBase {
+ DActionArity1V186 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity1V184 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity1V186 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity1V184> ();
+ invoker = block->GetDelegateForBlock<DActionArity1V186> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -17616,7 +17657,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Intents.INCarDefrosterResolutionResult>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity1V184 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity1V186 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Intents.INCarDefrosterResolutionResult obj)
@@ -17624,31 +17665,31 @@ namespace ObjCRuntime {
var obj__handle__ = obj.GetHandle ();
invoker (BlockPointer, obj__handle__);
}
- } /* class NIDActionArity1V184 */
+ } /* class NIDActionArity1V186 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Intents.INCarSeatResolutionResult>))]
- internal delegate void DActionArity1V183 (IntPtr block, NativeHandle obj);
+ internal delegate void DActionArity1V185 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V183 {
- static internal readonly DActionArity1V183 Handler = Invoke;
+ static internal class SDActionArity1V185 {
+ static internal readonly DActionArity1V185 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V183))]
+ [MonoPInvokeCallback (typeof (DActionArity1V185))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Intents.INCarSeatResolutionResult>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<Intents.INCarSeatResolutionResult> (obj)!);
}
- } /* class SDActionArity1V183 */
- internal sealed class NIDActionArity1V183 : TrampolineBlockBase {
- DActionArity1V183 invoker;
+ } /* class SDActionArity1V185 */
+ internal sealed class NIDActionArity1V185 : TrampolineBlockBase {
+ DActionArity1V185 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity1V183 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity1V185 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity1V183> ();
+ invoker = block->GetDelegateForBlock<DActionArity1V185> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -17657,7 +17698,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Intents.INCarSeatResolutionResult>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity1V183 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity1V185 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Intents.INCarSeatResolutionResult obj)
@@ -17665,7 +17706,7 @@ namespace ObjCRuntime {
var obj__handle__ = obj.GetHandle ();
invoker (BlockPointer, obj__handle__);
}
- } /* class NIDActionArity1V183 */
+ } /* class NIDActionArity1V185 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Intents.INCarSignalOptionsResolutionResult>))]
internal delegate void DActionArity1V71 (IntPtr block, NativeHandle obj);
@@ -17709,28 +17750,28 @@ namespace ObjCRuntime {
} /* class NIDActionArity1V71 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Intents.INCreateNoteIntentResponse>))]
- internal delegate void DActionArity1V106 (IntPtr block, NativeHandle obj);
+ internal delegate void DActionArity1V107 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V106 {
- static internal readonly DActionArity1V106 Handler = Invoke;
+ static internal class SDActionArity1V107 {
+ static internal readonly DActionArity1V107 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V106))]
+ [MonoPInvokeCallback (typeof (DActionArity1V107))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Intents.INCreateNoteIntentResponse>) (descriptor->Target);
if (del != null)
- del ( Runtime.GetNSObject<Intents.INCreateNoteIntentResponse> (obj)!);
- }
- } /* class SDActionArity1V106 */
- internal sealed class NIDActionArity1V106 : TrampolineBlockBase {
- DActionArity1V106 invoker;
+ del ( Runtime.GetNSObject<Intents.INCreateNoteIntentResponse> (obj)!);
+ }
+ } /* class SDActionArity1V107 */
+ internal sealed class NIDActionArity1V107 : TrampolineBlockBase {
+ DActionArity1V107 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity1V106 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity1V107 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity1V106> ();
+ invoker = block->GetDelegateForBlock<DActionArity1V107> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -17739,7 +17780,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Intents.INCreateNoteIntentResponse>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity1V106 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity1V107 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Intents.INCreateNoteIntentResponse obj)
@@ -17747,31 +17788,31 @@ namespace ObjCRuntime {
var obj__handle__ = obj.GetHandle ();
invoker (BlockPointer, obj__handle__);
}
- } /* class NIDActionArity1V106 */
+ } /* class NIDActionArity1V107 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Intents.INCreateTaskListIntentResponse>))]
- internal delegate void DActionArity1V107 (IntPtr block, NativeHandle obj);
+ internal delegate void DActionArity1V108 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V107 {
- static internal readonly DActionArity1V107 Handler = Invoke;
+ static internal class SDActionArity1V108 {
+ static internal readonly DActionArity1V108 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V107))]
+ [MonoPInvokeCallback (typeof (DActionArity1V108))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Intents.INCreateTaskListIntentResponse>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<Intents.INCreateTaskListIntentResponse> (obj)!);
}
- } /* class SDActionArity1V107 */
- internal sealed class NIDActionArity1V107 : TrampolineBlockBase {
- DActionArity1V107 invoker;
+ } /* class SDActionArity1V108 */
+ internal sealed class NIDActionArity1V108 : TrampolineBlockBase {
+ DActionArity1V108 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity1V107 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity1V108 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity1V107> ();
+ invoker = block->GetDelegateForBlock<DActionArity1V108> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -17780,7 +17821,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Intents.INCreateTaskListIntentResponse>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity1V107 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity1V108 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Intents.INCreateTaskListIntentResponse obj)
@@ -17788,31 +17829,31 @@ namespace ObjCRuntime {
var obj__handle__ = obj.GetHandle ();
invoker (BlockPointer, obj__handle__);
}
- } /* class NIDActionArity1V107 */
+ } /* class NIDActionArity1V108 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Intents.INCurrencyAmountResolutionResult>))]
- internal delegate void DActionArity1V153 (IntPtr block, NativeHandle obj);
+ internal delegate void DActionArity1V155 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V153 {
- static internal readonly DActionArity1V153 Handler = Invoke;
+ static internal class SDActionArity1V155 {
+ static internal readonly DActionArity1V155 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V153))]
+ [MonoPInvokeCallback (typeof (DActionArity1V155))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Intents.INCurrencyAmountResolutionResult>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<Intents.INCurrencyAmountResolutionResult> (obj)!);
}
- } /* class SDActionArity1V153 */
- internal sealed class NIDActionArity1V153 : TrampolineBlockBase {
- DActionArity1V153 invoker;
+ } /* class SDActionArity1V155 */
+ internal sealed class NIDActionArity1V155 : TrampolineBlockBase {
+ DActionArity1V155 invoker;
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
- public unsafe NIDActionArity1V153 (BlockLiteral *block) : base (block)
+ public unsafe NIDActionArity1V155 (BlockLiteral *block) : base (block)
{
- invoker = block->GetDelegateForBlock<DActionArity1V153> ();
+ invoker = block->GetDelegateForBlock<DActionArity1V155> ();
}
[Preserve (Conditional=true)]
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
@@ -17821,7 +17862,7 @@ namespace ObjCRuntime {
if (block == IntPtr.Zero)
return null;
var del = (global::System.Action<global::Intents.INCurrencyAmountResolutionResult>) GetExistingManagedDelegate (block);
- return del ?? new NIDActionArity1V153 ((BlockLiteral *) block).Invoke;
+ return del ?? new NIDActionArity1V155 ((BlockLiteral *) block).Invoke;
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
unsafe void Invoke (global::Intents.INCurrencyAmountResolutionResult obj)
@@ -17829,31 +17870,31 @@ namespace ObjCRuntime {
var obj__handle__ = obj.GetHandle ();
invoker (BlockPointer, obj__handle__);
}
- } /* class NIDActionArity1V153 */
+ } /* class NIDActionArity1V155 */
[UnmanagedFunctionPointerAttribute (CallingConvention.Cdecl)]
[UserDelegateType (typeof (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>))]
- internal delegate void DActionArity1V134 (IntPtr block, NativeHandle obj);
+ internal delegate void DActionArity1V136 (IntPtr block, NativeHandle obj);
//
// This class bridges native block invocations that call into C#
//
- static internal class SDActionArity1V134 {
- static internal readonly DActionArity1V134 Handler = Invoke;
+ static internal class SDActionArity1V136 {
+ static internal readonly DActionArity1V136 Handler = Invoke;
[Preserve (Conditional = true)]
[global::System.Diagnostics.CodeAnalysis.DynamicDependency ("Handler")]
- [MonoPInvokeCallback (typeof (DActionArity1V134))]
+ [MonoPInvokeCallback (typeof (DActionArity1V136))]
static unsafe void Invoke (IntPtr block, NativeHandle obj) {
var descriptor = (BlockLiteral *) block;
var del = (global::System.Action<global::Intents.INDateComponentsRangeResolutionResult>) (descriptor->Target);
if (del != null)
del ( Runtime.GetNSObject<Intents.INDateComponentsRangeResolutionResult> (obj)!);
}
- } /* class SDActionArity1V134 */
- internal sealed class NIDActionArity1V134 : TrampolineBlockBase {
- DActionArity1V134 invoker;
+ } /* class SDActionArity1V136 */
+ internal sealed class NIDActionArity1V136 : TrampolineBlockBase {
+ DActionArity1V136 invoke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment