Как получать входящие уведомления на tizen werable (смотреть). Например, электронные письма, смс.
Это не работает:
var notifications = tizen.notification.getAllNotifications();
var index = 0;
for (index = 0; index < notifications.length; index++) {
console.log(notifications[index].id);
console.log(notifications[index].title);
}