I'm developing an app on a Galaxy Neo. I'm trying to get the watch to vibrate when certian things in the app. Going through the docs I'm assuming I need to use a notification but when I copy the example in the documentation I get this error:
TypeError: 'undefined' is not a constructor (evaluating 'new tizen.StatusNotification("SIMPLE","Simple notification", notificationDict)')
Anyone know what's up?
Here's the documentation I'm referring to:
https://developer.tizen.org/documentation/articles/notifications
Thanks.