Tizen(Headed) Native API
6.5
|
Public Attributes | |
service_app_create_cb | create |
service_app_terminate_cb | terminate |
service_app_control_cb | app_control |
Detailed Description
The structure type containing the set of callback functions for handling application events.
It is one of the input parameters of the service_app_efl_main() function.
- Since :
- 2.3
Member Data Documentation
This callback function is called when another application sends the launch request to the application.
This callback function is called at the start of the application.
This callback function is called once after the main loop of the application exits.