Data Control
Data control allows you to read and modify data stored and provided by another application. The application storing and controlling the data is called a DataControl provider application. The application using the data is called a DataControl consumer application. A single DataControl provider can serve multiple DataControl consumers.
This feature is supported in mobile applications only.
The main data control features are:
- Data storage as key-value pairs
You can get, add, update, and remove values assigned to a key using the MappedDataControlConsumer interface.
- Complex data storage using a SQL-type database and queries
You can select, insert, update, and remove data using the SQLDataControlConsumer interface.