Mariuxtheone / Teleport

Data Sync & Messaging Library for Android Wear
370 stars 47 forks source link

Support for payload in messages #2

Open davidvavra opened 10 years ago

davidvavra commented 10 years ago

Right now payload in messages is ignored by Teleport and I have to encode all data into path. It's not convenient. Please add support for message payload.

davidvavra commented 10 years ago

It would be cool if sendMessage() method supported some key-value parameter like Bundle, Hashmap etc. And the library would take care of serializing/deserealizing to bytes.

Mariuxtheone commented 10 years ago

Support for payload in messages is in the to-do list, stay tuned ;-)

bob9 commented 9 years ago

any movement on the payloads?