<!--
{
  "availability" : [
    "iOS: 18.1.0 -",
    "iPadOS: 18.1.0 -",
    "macOS: 15.1.0 -",
    "tvOS: 18.1.0 -",
    "visionOS: 2.1.0 -",
    "watchOS: 11.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/ExternalPurchaseCustomLink/NoticeResult",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "s:8StoreKit26ExternalPurchaseCustomLinkO12NoticeResultO"
  },
  "title" : "ExternalPurchaseCustomLink.NoticeResult"
}
-->

# ExternalPurchaseCustomLink.NoticeResult

The result of showing the disclosure notice.

```
enum NoticeResult
```

## Overview

This value is the result of calling [`showNotice(type:)`](/documentation/StoreKit/ExternalPurchaseCustomLink/showNotice(type:)).

If the value is [`ExternalPurchaseCustomLink.NoticeResult.continued`](/documentation/StoreKit/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

[`case cancelled`](/documentation/StoreKit/ExternalPurchaseCustomLink/NoticeResult/cancelled)

The customer chooses to cancel; don’t offer external purchases.

[`case continued`](/documentation/StoreKit/ExternalPurchaseCustomLink/NoticeResult/continued)

The customer chooses to continue; the app can offer external purchases.

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

---

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)