---
title: ExternalPurchase.NoticeResult.cancelled
framework: storekit
role: symbol
role_heading: Case
path: storekit/externalpurchase/noticeresult/cancelled
---

# ExternalPurchase.NoticeResult.cancelled

Describes when people chose to cancel and not view external purchases.

## Declaration

```swift
case cancelled
```

## Discussion

Discussion If your app’s call to presentNoticeSheet() results in this value, you must not show external purchases.

## See Also

### Getting notice sheet results

- [ExternalPurchase.NoticeResult.continuedWithExternalPurchaseToken(token:)](storekit/externalpurchase/noticeresult/continuedwithexternalpurchasetoken(token:).md)
