Languages

Menu
Sites
Language
How to get a message from service application to web app???

Suppose 

i'm having a message, a string which is generated through a service(Service runtime).

i want to get that text or message to app index as a log genearator(Want to print it in web app)

any idea how to do it 

please help me out

Responses

2 Replies
AVSukhov

Hello,

Tizen Web applications can communicate with other Web or native applications using the MessagePort API.

https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.web.appprogramming/html/guide/io_guide/messageport.htm

Prajith Premanandan

Thanks, really helpfull