---
title: "addVoiceShortcutViewControllerDidCancel(_:)"
framework: IntentsUI
role: symbol
role_heading: Instance Method
platforms: [iOS 12.0+, iPadOS 12.0+, Mac Catalyst 13.1+, macOS 12.0+, visionOS 1.0+]
path: "intentsui/inuiaddvoiceshortcutviewcontrollerdelegate/addvoiceshortcutviewcontrollerdidcancel(_:)"
---

# addVoiceShortcutViewControllerDidCancel(_:)

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

## Declaration

```swift
func addVoiceShortcutViewControllerDidCancel(_ controller: INUIAddVoiceShortcutViewController)
```

## Parameters

- `controller`: The view controller calling this method.

## See Also

### Handling View Controller Events

- [addVoiceShortcutViewController(_:didFinishWith:error:)](intentsui/inuiaddvoiceshortcutviewcontrollerdelegate/addvoiceshortcutviewcontroller(_:didfinishwith:error:).md)
