Tizen Native API  7.0
frame_component_lifecycle_callback_s Struct Reference

Public Attributes

frame_component_create_cb create
frame_component_start_cb start
frame_component_resume_cb resume
frame_component_pause_cb pause
frame_component_stop_cb stop
frame_component_destroy_cb destroy
frame_component_restore_content_cb restore_content
frame_component_save_content_cb save_content
frame_component_action_cb action
frame_component_device_orientation_changed_cb device_orientation_changed
frame_component_language_changed_cb language_changed
frame_component_region_format_changed_cb region_format_changed
frame_component_low_battery_cb low_battery
frame_component_low_memory_cb low_memory
frame_component_suspended_state_changed_cb suspended_state_changed

Detailed Description

The structure type containing the set of callback functions for lifecycle of a frame 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 frame component instance is created.

The callback function called before the frame 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 frame component becomes invisible.

The callback function called when the system region format is changed

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

The callback function called when the frame component becomes visible.

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

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

The callback function called before the frame component instance is stopped.

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