I would like to send the data to Wearable 3rd party App' from Host App using Rich Notification.
Is it possible??
According to the 4.9.3 in ProgramingGuide_RichNotificaiton.pdf provided for Rich Notification, it looks like to be possible.
myAction.setData(Uri.parse("checkin://venue_id=12345"));
I'm wondering how to get the above uri by javascript in Tizen wearable.