Share via


IINUIAddVoiceShortcutViewControllerDelegate.DidFinish Method

Definition

[Foundation.Export("addVoiceShortcutViewController:didFinishWithVoiceShortcut:error:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidFinish(IntentsUI.INUIAddVoiceShortcutViewController controller, Intents.INVoiceShortcut? voiceShortcut, Foundation.NSError? error);
[<Foundation.Export("addVoiceShortcutViewController:didFinishWithVoiceShortcut:error:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidFinish : IntentsUI.INUIAddVoiceShortcutViewController * Intents.INVoiceShortcut * Foundation.NSError -> unit
override this.DidFinish : IntentsUI.INUIAddVoiceShortcutViewController * Intents.INVoiceShortcut * Foundation.NSError -> unit

Parameters

voiceShortcut
INVoiceShortcut
error
NSError
Attributes

Applies to