xamarinios
namespace IntentsUI
{
    [Introduced(PlatformName.iOS, 12, 0, PlatformArchitecture.All, null)]
    [Protocol(Name = "INUIEditVoiceShortcutViewControllerDelegate", WrapperType = typeof(INUIEditVoiceShortcutViewControllerDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidUpdate", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(INUIEditVoiceShortcutViewController), typeof(INVoiceShortcut), typeof(NSError) }, Selector = "editVoiceShortcutViewController:didUpdateVoiceShortcut:error:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidDelete", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(INUIEditVoiceShortcutViewController), typeof(NSUuid) }, Selector = "editVoiceShortcutViewController:didDeleteVoiceShortcutWithIdentifier:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidCancel", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(INUIEditVoiceShortcutViewController) }, Selector = "editVoiceShortcutViewControllerDidCancel:")]
    public interface IINUIEditVoiceShortcutViewControllerDelegate : INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("editVoiceShortcutViewController:didUpdateVoiceShortcut:error:")]
        [Preserve(Conditional = true)]
        void DidUpdate(INUIEditVoiceShortcutViewController! controller, INVoiceShortcut? voiceShortcut, NSError? error);
    }
}
.NET 6.07.08.09.0
Information specific to xamarinios
Assembly

Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API

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