<!--
{
  "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/NoticeType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "s:8StoreKit26ExternalPurchaseCustomLinkO10NoticeTypeO"
  },
  "title" : "ExternalPurchaseCustomLink.NoticeType"
}
-->

# ExternalPurchaseCustomLink.NoticeType

The custom link out style that informs the type of disclosure notice to display.

```
enum NoticeType
```

## Overview

Provide a notice type value when you call [`showNotice(type:)`](/documentation/StoreKit/ExternalPurchaseCustomLink/showNotice(type:)).

## Topics

### Getting notice types

[`ExternalPurchaseCustomLink.NoticeType.browser`](/documentation/StoreKit/ExternalPurchaseCustomLink/NoticeType/browser)

A notice type that indicates your app displays external purchases in a destination of your choice.

[`ExternalPurchaseCustomLink.NoticeType.withinApp`](/documentation/StoreKit/ExternalPurchaseCustomLink/NoticeType/withinApp)

A notice type that indicates that you display the destination in a web view or native experience within the app.

## Relationships

### Conforms To

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

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

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

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

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

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

[`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)