---
title: WKNotificationScene
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/wknotificationscene
---

# WKNotificationScene

A scene which appears in response to receiving the specified category of remote or local notifications.

## Declaration

```swift
nonisolated struct WKNotificationScene<Content, Controller> where Content : View, Controller : WKUserNotificationHostingController<Content>
```

## Mentioned in

Declaring a custom view

## Topics

### Creating a notification scene

- [init(controller:category:)](swiftui/wknotificationscene/init(controller:category:).md)

## Relationships

### Conforms To

- [Scene](swiftui/scene.md)
