public interface INUIEditVoiceShortcutViewControllerDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
editVoiceShortcutViewControllerDidCancel(INUIEditVoiceShortcutViewController controller)
Called if the user cancelled; no changes were made to the voice shortcut.
|
void |
editVoiceShortcutViewControllerDidDeleteVoiceShortcutWithIdentifier(INUIEditVoiceShortcutViewController controller,
NSUUID deletedVoiceShortcutIdentifier)
Called if the user deletes the voice shortcut.
|
void |
editVoiceShortcutViewControllerDidUpdateVoiceShortcutError(INUIEditVoiceShortcutViewController controller,
INVoiceShortcut voiceShortcut,
NSError error)
Called if the user updates the voice shortcut, with either the successfully-updated voice shortcut, or an error.
|
void editVoiceShortcutViewControllerDidDeleteVoiceShortcutWithIdentifier(INUIEditVoiceShortcutViewController controller, NSUUID deletedVoiceShortcutIdentifier)
Your implementation of this method should dismiss the view controller.
void editVoiceShortcutViewControllerDidUpdateVoiceShortcutError(INUIEditVoiceShortcutViewController controller, INVoiceShortcut voiceShortcut, NSError error)
Your implementation of this method should dismiss the view controller.
void editVoiceShortcutViewControllerDidCancel(INUIEditVoiceShortcutViewController controller)
Your implementation of this method should dismiss the view controller.