0

I have GDK app and companion app(which runs on mobile device) both paired via Bluetooth. Now I have to send notification to glass app(want to add new timeline item) from companion app. Is it possible? If so please share idea and some sample code.

Note: I want to implemet this feature without using Mirror API. Thanks.

Karthi Ponnusamy
  • 2,031
  • 2
  • 25
  • 41

1 Answers1

2

Currently, the only way to add an item to the timeline is via the Mirror API.

Prisoner
  • 49,922
  • 7
  • 53
  • 105
  • This is correct. You can do a live card or create an activity (immersion, or full screen card, essentially), but there's no GDK method for creating a card in the timeline. – Jessie A. Morris Jul 07 '14 at 17:30