---
title: MarketplaceSceneDelegate
framework: marketplacekit
role: symbol
role_heading: Protocol
path: marketplacekit/marketplacescenedelegate
---

# MarketplaceSceneDelegate

A delegate that handles deep link requests into your marketplace app.

## Declaration

```swift
protocol MarketplaceSceneDelegate
```

## Overview

Overview The operating system calls your app’s scene delegate to launch your app to a specific screen, such as a search result or specific app page. The display option argument determines the specific screen.

## Topics

### Instance Methods

- [scene(_:askedToDisplay:)](marketplacekit/marketplacescenedelegate/scene(_:askedtodisplay:).md)

## See Also

### App distribution UI

- [ActionButton](marketplacekit/actionbutton.md)
- [InstallMetadata](marketplacekit/installmetadata.md)
- [InstallConfiguration](marketplacekit/installconfiguration.md)
- [InstallConfirmationResult](marketplacekit/installconfirmationresult.md)
- [BatchInstallConfiguration](marketplacekit/batchinstallconfiguration.md)
- [BatchInstallConfirmationResult](marketplacekit/batchinstallconfirmationresult.md)
- [MarketplaceDisplayOption](marketplacekit/marketplacedisplayoption.md)
