Tizen Native API  5.5
data_control_provider_map_cb Struct Reference

Public Attributes

data_control_provider_map_get_value_request_cb get_cb
data_control_provider_map_set_value_request_cb set_cb
data_control_provider_map_add_value_request_cb add_cb
data_control_provider_map_remove_value_request_cb remove_cb

Detailed Description

The structure type to contain the set of callback functions for handling the request events from the key-value structured data control consumer.

Since :
2.3
See also:
data_control_provider_map_get_value_request_cb()
data_control_provider_map_set_value_request_cb()
data_control_provider_map_add_value_request_cb()
data_control_provider_map_remove_value_request_cb()

Member Data Documentation

This callback function is called when a request for adding value is received from other application.

This callback function is called when a request for getting value is received from other application.

This callback function is called when a request for removing value is received from other application.

This callback function is called when a request for setting value is received from other application.