func updateWKInterfaceObject (Self.WKInterfaceObjectType , context: Self.Context)
Updates the presented WatchKit interface object (and its coordinator) to the latest configuration.
提示されたWatchKitインターフェイスオブジェクト(そしてそれのコーディネータ)を最新の構成設定に更新します。
Availability 有効性
Technology
func makeWKInterfaceObject(context: Self.Context
) -> Self.WKInterfaceObjectType
Your interface object configured with the provided information. あなたのインターフェイスオブジェクト、この提供された情報で構成設定されます。
context
A context structure containing information about the current state of the system. システムの現在の状態についての情報を含んでいる前後関係構造体。
You must implement this method and use it to create your interface object.
あなたは、このメソッドを実装して、そしてそれを使ってあなたのインターフェイスオブジェクトを作成しなければなりません。
Configure the object using your app’s current data and contents of the context
parameter. The system calls this method only once, when it creates your interface object for the first time.
システムは、このメソッドをただ一回だけ呼び出します、それがあなたのインターフェイスオブジェクトを初めて作成する時に。
For all subsequent updates, the system calls the update
method.
func updateWKInterfaceObject (Self.WKInterfaceObjectType , context: Self.Context)