init(_:)
Creates an WKApplicationDelegateAdaptor using a WatchKit Application Delegate.
Declaration
@MainActor @preconcurrency init(_ delegateType: DelegateType.Type = DelegateType.self)Discussion
The framework will initialize the provided delegate and manage its lifetime, calling out to it when appropriate after performing its own work.