Contents

WKApplicationDelegateAdaptor

A property wrapper that is used in App to provide a delegate from WatchKit.

Declaration

@MainActor @preconcurrency @propertyWrapper struct WKApplicationDelegateAdaptor<DelegateType> where DelegateType : NSObject, DelegateType : WKApplicationDelegate

Mentioned in

Topics

Creating a delegate adaptor

Getting the delegate adaptor

See Also

Targeting watchOS