問題タブ [watch-face-api]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
wear-os - PROPERTY_OFFLOAD_SUPPORTED とはどういう意味ですか?
WatchFaceService
public void onPropertiesChanged(Bundle properties)
プロパティのバンドルを返すメソッドがあります。そのうちの 1 つに鍵がありますPROPERTY_OFFLOAD_SUPPORTED
。
WatchFaceService で使用できるすべてのプロパティは次のとおりです。
ドキュメントにはありませんが、Android Studio からアクセスできます。
プロパティは何PROPERTY_OFFLOAD_SUPPORTED
を表し、どのように使用する必要がありますか?