Tizen Native API
5.0
|
Public Attributes | |
service_app_create_cb | create |
service_app_terminate_cb | terminate |
service_app_control_cb | app_control |
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.
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.