<!--
{
  "availability" : [
    "iOS: 15.4.0 -",
    "iPadOS: 15.4.0 -",
    "macCatalyst: 15.4.0 -",
    "macOS: 14.4.0 -",
    "tvOS: 17.4.0 -",
    "visionOS: 1.1.0 -",
    "watchOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/ExternalPurchase/NoticeResult",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "s:8StoreKit16ExternalPurchaseO12NoticeResultO"
  },
  "title" : "ExternalPurchase.NoticeResult"
}
-->

# ExternalPurchase.NoticeResult

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

```
enum NoticeResult
```

## Overview

These values return when your app calls [`presentNoticeSheet()`](/documentation/StoreKit/ExternalPurchase/presentNoticeSheet()).

## Topics

### Getting notice sheet results

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

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

[`case continuedWithExternalPurchaseToken(token: String)`](/documentation/StoreKit/ExternalPurchase/NoticeResult/continuedWithExternalPurchaseToken(token:))

Describes when people chose to continue to view external purchases, and provides the external purchase token.

## Relationships

### Conforms To

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

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

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

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

---

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)