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

# ExternalPurchaseCustomLink.NoticeType.browser

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

## Declaration

```swift
case browser
```

## Discussion

Discussion After displaying a notice with this notice type using showNotice(type:), if the customer chooses to continue, the app goes to the background and presents external purchases in a destination outside of the app.

## See Also

### Getting notice types

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