<!--
{
  "availability" : [
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/WKApplicationDelegateAdaptor/init(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI28WKApplicationDelegateAdaptorVAA11Observation10ObservableRzrlEyACyxGxmcfc::OverloadGroup"
  },
  "title" : "init(_:)"
}
-->

# init(_:)

Creates an `WKApplicationDelegateAdaptor` using a WatchKit Application
Delegate.

```
@MainActor @preconcurrency init(_ delegateType: DelegateType.Type = DelegateType.self)
```

## Parameters

`delegateType`

the type of `WKApplicationDelegate` to use.

## Discussion

The framework will initialize the provided delegate and manage its
lifetime, calling out to it when appropriate after performing its
own work.

> Note: the instantiated delegate will be placed in the Environment
> and may be accessed by using the `@Environment` property wrapper
> in the view hierarchy.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)