Broadcasting Event
Tizen Web: Broadcasting and Listening for Custom Events
PUBLISHED
Introduction
Tizen Web applications have the ability to broadcast a custom event to all applications (the ones listening for that particular event). Thus, a developer is facilitated with triggering custom events depending upon need.
For security purpose, Tizen web application also offers broadcasting trusted events to only trusted listeners having the same certificate as sender application. Applications not having the same certificate won’t be able to listen to broadcasted event if trusted protocol is used.
Category:
Dev Tips
- Read more about Tizen Web: Broadcasting and Listening for Custom Events