public interface INUIAddVoiceShortcutViewControllerDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
addVoiceShortcutViewControllerDidCancel(INUIAddVoiceShortcutViewController controller)
Called if the user cancels the setup flow; the voice shortcut was not added.
|
void |
addVoiceShortcutViewControllerDidFinishWithVoiceShortcutError(INUIAddVoiceShortcutViewController controller,
INVoiceShortcut voiceShortcut,
NSError error)
Called after the user finishes the setup flow for the voice shortcut, with either the successfully-added voice shortcut, or an error.
|
void addVoiceShortcutViewControllerDidFinishWithVoiceShortcutError(INUIAddVoiceShortcutViewController controller, INVoiceShortcut voiceShortcut, NSError error)
Your implementation of this method should dismiss the view controller.
void addVoiceShortcutViewControllerDidCancel(INUIAddVoiceShortcutViewController controller)
Your implementation of this method should dismiss the view controller.