---
title: ExternalPurchaseCustomLink.NoticeType
framework: storekit
role: symbol
role_heading: Enumeration
path: storekit/externalpurchasecustomlink/noticetype
---

# ExternalPurchaseCustomLink.NoticeType

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

## Declaration

```swift
enum NoticeType
```

## Overview

Overview Provide a notice type value when you call showNotice(type:).

## Topics

### Getting notice types

- [ExternalPurchaseCustomLink.NoticeType.browser](storekit/externalpurchasecustomlink/noticetype/browser.md)
- [ExternalPurchaseCustomLink.NoticeType.withinApp](storekit/externalpurchasecustomlink/noticetype/withinapp.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Displaying the disclosure sheet

- [showNotice(type:)](storekit/externalpurchasecustomlink/shownotice(type:).md)
- [ExternalPurchaseCustomLink.NoticeResult](storekit/externalpurchasecustomlink/noticeresult.md)
