func makeWKInterfaceObject (context: Self.Context) -> Self.WKInterfaceObjectType
Creates a WatchKit interface object and configures its initial state.
WatchKitインターフェイスオブジェクトを作成します、そしてそれの初期状態を構成設定します。
Availability 有効性
Technology
func updateWKInterfaceObject(_ wkInterfaceObject: Self.WKInterfaceObjectType , context: Self.Context
)
wkInterfaceObject
Your custom interface object. あなたのあつらえのインターフェイスオブジェクト。
context
A context structure containing information about the current state of the system. システムの現在の状態についての情報を含んでいる前後関係構造体。
When the state of your app changes, SwiftUI updates the portions of your interface affected by those changes. SwiftUI calls this method for any changes affecting the corresponding interface object.
あなたのアプリの状態が変化する時、SwiftUIはそれら変化によって影響されるあなたのインターフェイスの各部を更新します。SwiftUIは、このメソッドを、対応するインターフェイスオブジェクトに影響を及ぼすあらゆる変化に対して呼び出します。
Use this method to update the configuration of your object to match the new state information provided in the context
parameter.
func makeWKInterfaceObject (context: Self.Context) -> Self.WKInterfaceObjectType