Class

WKUserNotificationHostingController

A WatchKit user notification interface controller that hosts a SwiftUI view hierarchy. あるWatchKitユーザ通知インターフェイスコントローラ、それはSwiftUIビュー階層をホストします。

Declaration 宣言

class WKUserNotificationHostingController<Body> where Body : View

Overview 概要

A WKUserNotificationHostingController presents and manages your app’s notification interface using SwiftUI views. You must subclass WKUserNotificationHostingController and override the body property to provide the set of SwiftUI views you want to display. In the storyboard of your watch app, specify the name of your custom class for your dynamic interactive interface. あなたのwatchアプリのストーリーボードにおいて、あなたのあつらえのクラスの名前をあなたの動的相互作用インターフェイスに指定してください。

Topics 話題

Creating a Hosting Controller Object ホスティングコントローラオブジェクトを作成する

Getting the Root View ルートビューを取得する

Configuring the Notification

See Also 参照

SwiftUI Views in WatchKit