<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 12.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/IntentsUI/INUIAddVoiceShortcutViewControllerDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "IntentsUI"
    ],
    "preciseIdentifier" : "c:objc(pl)INUIAddVoiceShortcutViewControllerDelegate"
  },
  "title" : "INUIAddVoiceShortcutViewControllerDelegate"
}
-->

# INUIAddVoiceShortcutViewControllerDelegate

The protocol an object implements to receive notifications from the view controller adding a shortcut to Siri.

```
protocol INUIAddVoiceShortcutViewControllerDelegate : NSObjectProtocol
```

## Topics

### Handling View Controller Events

[`func addVoiceShortcutViewController(INUIAddVoiceShortcutViewController, didFinishWith: INVoiceShortcut?, error: (any Error)?)`](/documentation/IntentsUI/INUIAddVoiceShortcutViewControllerDelegate/addVoiceShortcutViewController(_:didFinishWith:error:))

Tells the delegate the view controller added the shortcut to Siri.

[`func addVoiceShortcutViewControllerDidCancel(INUIAddVoiceShortcutViewController)`](/documentation/IntentsUI/INUIAddVoiceShortcutViewControllerDelegate/addVoiceShortcutViewControllerDidCancel(_:))

Tells the delegate the user canceled the add-to-Siri process.

## Relationships

### Inherits From

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)