IINUIAddVoiceShortcutViewControllerDelegate
DidCancel(INUIAddVoiceShortcutViewController)
DidFinish(INUIAddVoiceShortcutViewController, INVoiceShortcut, NSError)
xamarinios
namespace IntentsUI
{
[Introduced(PlatformName.iOS, 12, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "INUIAddVoiceShortcutViewControllerDelegate", WrapperType = typeof(INUIAddVoiceShortcutViewControllerDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidFinish", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(INUIAddVoiceShortcutViewController), typeof(INVoiceShortcut), typeof(NSError) }, Selector = "addVoiceShortcutViewController:didFinishWithVoiceShortcut:error:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidCancel", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(INUIAddVoiceShortcutViewController) }, Selector = "addVoiceShortcutViewControllerDidCancel:")]
public interface IINUIAddVoiceShortcutViewControllerDelegate : INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("addVoiceShortcutViewController:didFinishWithVoiceShortcut:error:")]
[Preserve(Conditional = true)]
void DidFinish(INUIAddVoiceShortcutViewController! 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