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

# ExternalPurchase.NoticeResult

The options available to people while viewing the external purchase notice sheet.

## Declaration

```swift
enum NoticeResult
```

## Overview

Overview These values return when your app calls presentNoticeSheet().

## Topics

### Getting notice sheet results

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

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Offering an external purchase

- [canPresent](storekit/externalpurchase/canpresent.md)
- [presentNoticeSheet()](storekit/externalpurchase/presentnoticesheet().md)
- [SKExternalPurchase](bundleresources/information-property-list/skexternalpurchase.md)
