Tizen Native API  7.0
service_app_lifecycle_callback_s Struct Reference

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.1
See also:
service_app_main()
service_app_create_cb()
service_app_terminate_cb()
service_app_control_cb()

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.