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

# ExternalPurchaseCustomLink.NoticeType.withinApp

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

## Declaration

```swift
case withinApp
```

## Discussion

Discussion After displaying a notice with this notice type using showNotice(type:), if the customer chooses to continue, the app displays the destination in a web view or native experience within the app.

## See Also

### Getting notice types

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