Tizen Native API  5.5
data_control_map_response_cb Struct Reference

Public Attributes

data_control_map_get_response_cb get_cb
data_control_map_set_response_cb set_cb
data_control_map_add_response_cb add_cb
data_control_map_remove_response_cb remove_cb

Detailed Description

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

Since :
2.3
See also:
data_control_map_get_response_cb()
data_control_map_set_response_cb()
data_control_map_add_response_cb()
data_control_map_remove_response_cb()

Member Data Documentation

This callback function is called when the response is received for an adding value from the key-value structured data control provider.

This callback function is called when the response is received for a getting value from the key-value structured data control provider.

This callback function is called when the response is for a removing value received from the key-value structured data control provider.

This callback function is called when the response is received for a setting value from the key-value structured data control provider.