Tizen Developers
Published on Tizen Developers (https://developer.tizen.org)

Home > Development > Guides > Web Application > Application Management > Application Data Exchange

Application Data Exchange

PUBLISHED 25 Oct 2017

Mobile WebWearable WebTV Web

Dependencies

  • Tizen 2.4 and Higher for Mobile
  • Tizen 2.3.1 and Higher for Wearable
  • Tizen 3.0 and Higher for TV

The application data exchange features cover the various methods you have to communicate with other applications. You can exchange data between applications through message ports and data controls.

You can use the following application data exchange features in your Web applications:

  • Message Port [1]

    Applications communicate with each other using message port communication. You can send and receive messages using the map data format and trusted or untrusted message port instances.

  • Data Control [2]

    You can exchanging SQL- or key-value-type data between applications. All applications (consumers) can request data shared by other applications (providers), and 1 provider can serve multiple consumers.


Source URL: https://developer.tizen.org/development/guides/web-application/application-management/application-data-exchange

Links:
[1] https://developer.tizen.org/development/guides/web-application/application-management/application-data-exchange/message-port
[2] https://developer.tizen.org/development/guides/web-application/application-management/application-data-exchange/data-control