Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
pebble.js アプローチのみを使用する場合 (たとえば、C コードを使用しない場合)、タイムライン機能がサポートされるかどうかは不明です。誰でもコメントできますか?
はい、Pebble.js を使用して通常の PebbleKitJS 関数 (例: Pebble.getTimelineToken) を呼び出すことができます。
Pebble.getTimelineToken
タイムラインにピンをプッシュする限り、ピンはタイムライン Web API を介してプッシュされます。つまり、ajax関数を使用して、Pebble.js 内から API に要求を行うことができます。
ajax