Structure

WKInterfaceObjectRepresentableContext

Contextual information about the state of the system that you use to create and update your WatchKit interface object. システムの状態についての前後関係的情報、それはあなたが使用してあなたのWatchKitインターフェイスオブジェクトを作成および更新するものです。

Declaration 宣言

struct WKInterfaceObjectRepresentableContext<Representable> where Representable : WKInterfaceObjectRepresentable

Overview 概要

A WKInterfaceObjectRepresentableContext structure contains details about the current state of the system. When creating and updating your interface objects, the system creates one of these structures and passes it to the appropriate method of your custom WKInterfaceObjectRepresentable instance. Use the information in this structure to configure your object. この構造体の中の情報を使って、あなたのオブジェクトを構成設定してください。 Don’t create this structure yourself.

Topics 話題

Coordinating Interactions 相互作用と協調する

Getting the Current Environment Data 現在の環境データを取得する

Relationships 関係

Conforms To 次に準拠

See Also 参照

WatchKit Views in SwiftUI Apps