Tizen Native API  7.0
ui_app_lifecycle_callback_s Struct Reference

Public Attributes

app_create_cb create
app_terminate_cb terminate
app_pause_cb pause
app_resume_cb resume
app_control_cb app_control

Detailed Description

The structure type containing the set of callback functions for handling application lifecycle events.

It is one of the input parameters of the ui_app_main() function.

Since :
2.3.1
See also:
ui_app_main()
app_create_cb()
app_pause_cb()
app_resume_cb()
app_terminate_cb()
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 each time the application is completely obscured by another application and becomes invisible to the user.

This callback function is called each time the application becomes visible to the user.

This callback function is called once after the main loop of the application exits.