Tizen Native API  7.0
service_component_lifecycle_callback_s Struct Reference

Public Attributes

service_component_create_cb create
service_component_start_command_cb start_command
service_component_destroy_cb destroy
service_component_restore_content_cb restore_content
service_component_save_content_cb save_content
service_component_action_cb action
service_component_device_orientation_changed_cb device_orientation_changed
service_component_language_changed_cb language_changed
service_component_region_format_changed_cb region_format_changed
service_component_low_battery_cb low_battery
service_component_low_memory_cb low_memory
service_component_suspended_state_changed_cb suspended_state_changed

Detailed Description

The structure type containing the set of callback functions for lifecycle of a service component instance.

Since :
5.5

Member Data Documentation

The callback function called when another application sends a launch request to the component.

The callback function called after the service component instance is created.

The callback function called before the service component instance is destroyed.

The callback function called when the system language is changed

The callback function called when the battery status is changed.

The callback function called when the memory status is changed

The callback function called when the system region format is changed

The callback function called when the content information of the service component instance is restored.

The callback function called before the content information of the service component instance is saved.

The callback function called when the service component instance is started.

The callback function called when the suspended state of the service component is changed