Tizen Native API
6.0
|
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.
service_component_device_orientation_changed_cb service_component_lifecycle_callback_s::device_orientation_changed |
The callback function called when the device orientation is changed.
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
service_component_region_format_changed_cb service_component_lifecycle_callback_s::region_format_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.
service_component_suspended_state_changed_cb service_component_lifecycle_callback_s::suspended_state_changed |
The callback function called when the suspended state of the service component is changed