Tizen Native API  7.0
widget_instance_lifecycle_callback_s Struct Reference

Public Attributes

widget_instance_create_cb create
widget_instance_destroy_cb destroy
widget_instance_pause_cb pause
widget_instance_resume_cb resume
widget_instance_resize_cb resize
widget_instance_update_cb update

Detailed Description

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

Since :
2.3.1

Member Data Documentation

The callback function is called after widget instance is created.

The callback function is called before widget instance is destroyed.

The callback function is called when the widget is invisible.

The callback function is called before the widget size is changed.

The callback function is called when the widget is visible.

The callback function is called when the event for updating widget is received.