init(controller: Controller.Type, category: String)
Creates a scene that appears in response to receiving a specific category of remote or local notifications.
Availability 有効性
Technology
struct WKNotificationScene<Content, Controller> where Content : View
, Controller : WKUserNotificationHostingController
<Content>
init(controller: Controller.Type, category: String)
var body: some Scene
typealias Body
struct Settings