---
title: ExternalPurchaseCustomLink.NoticeResult
framework: storekit
role: symbol
role_heading: Enumeration
path: storekit/externalpurchasecustomlink/noticeresult
---

# ExternalPurchaseCustomLink.NoticeResult

The result of showing the disclosure notice.

## Declaration

```swift
enum NoticeResult
```

## Overview

Overview This value is the result of calling showNotice(type:). If the value is ExternalPurchaseCustomLink.NoticeResult.continued, the customer choses to continue and your app can communicate and promote offers for purchase in a distribution channel of your choice. Otherwise, don’t continue.

## Topics

### Getting notice results

- [ExternalPurchaseCustomLink.NoticeResult.cancelled](storekit/externalpurchasecustomlink/noticeresult/cancelled.md)
- [ExternalPurchaseCustomLink.NoticeResult.continued](storekit/externalpurchasecustomlink/noticeresult/continued.md)

## Relationships

### Conforms To

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

## See Also

### Displaying the disclosure sheet

- [showNotice(type:)](storekit/externalpurchasecustomlink/shownotice(type:).md)
- [ExternalPurchaseCustomLink.NoticeType](storekit/externalpurchasecustomlink/noticetype.md)
