Share via


IINUIEditVoiceShortcutViewControllerDelegate.DidUpdate Method

Definition

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

Parameters

voiceShortcut
INVoiceShortcut
error
NSError
Attributes

Applies to