#endif
/**
- * @deprecated Deprecated since tizen 8.0.
* @file attach_panel.h
* @brief Declares the API of the libattach-panel library.
*/
*/
/**
- * @deprecated Deprecated since tizen 8.0.
* @brief Enumeration for content categories.
* @since_tizen 2.4
* @see attach_panel_add_content_category()
/**
- * @deprecated Deprecated since tizen 8.0.
* @brief Enumeration for events.
* @since_tizen 2.4
* @see attach_panel_set_event_cb()
} attach_panel_event_e;
/**
- * @deprecated Deprecated since tizen 8.0.
* @brief Enumeration for window state
* @since_tizen 3.0
* @see attach_panel_get_state()
/**
- * @deprecated Deprecated since tizen 8.0.
* @brief Attach panel handle.
* @since_tizen 2.4
*/
/**
- * @deprecated Deprecated since tizen 8.0.
* @brief Called when an user selects and confirms something to attach on the caller app.
* @since_tizen 2.4
* @param[in] attach_panel Attach panel handler
/**
- * @deprecated Deprecated since tizen 8.0.
* @brief Called when reserved events are published from the panel-side.
* @since_tizen 2.4
* @param[in] attach_panel Attach panel handler
/**
- * @deprecated Deprecated since tizen 8.0.
* @brief Enumeration for values of attach-panel response types.
* @since_tizen 2.4
*/
/**
- * @deprecated Deprecated since tizen 8.0.
* @brief Creates an attach panel.
* @since_tizen 2.4
* @remarks The caller app has to check the return value of this function.\n
/**
- * @deprecated Deprecated since tizen 8.0.
* @brief Destroys the attach panel.
* @since_tizen 2.4
* @remarks The caller app has to check the return value of this function.\n
/**
- * @deprecated Deprecated since tizen 8.0.
* @brief Adds a content category in the attach panel.
* @since_tizen 2.4
* @privlevel public
/**
- * @deprecated Deprecated since tizen 8.0.
* @brief Removes the content category from the attach panel.
* @since_tizen 2.4
* @remarks The caller app has to check the return value of this function.\n
/**
- * @deprecated Deprecated since tizen 8.0.
* @brief Sets extra data to send to the content category using a bundle.
* @since_tizen 2.4
* @privlevel public
/**
- * @deprecated Deprecated since tizen 8.0.
* @brief Sets the result callback that will be called when an user selects and confirms something to attach in the attach panel.
* @since_tizen 2.4
* @remarks The caller app has to check the return value of this function.\n
/**
- * @deprecated Deprecated since tizen 8.0.
* @brief Unsets the result callback that will be called when an user selects and confirms something to attach in the attach panel.
* @since_tizen 2.4
* @remarks The caller app has to check the return value of this function.\n
/**
- * @deprecated Deprecated since tizen 8.0.
* @brief Sets the event callback that will be called when reserved events are published from the panel-side.
* @since_tizen 2.4
* @remarks The caller app has to check the return value of this function.\n
/**
- * @deprecated Deprecated since tizen 8.0.
* @brief Unsets the event callback
* @since_tizen 2.4
* @remarks The caller app has to check the return value of this function.
/**
- * @deprecated Deprecated since tizen 8.0.
* @brief Shows the attach panel, asynchronously.
* @since_tizen 2.4
* @remarks The caller app has to check the return value of this function.\n
/**
- * @deprecated Deprecated since tizen 8.0.
* @brief Shows the attach panel, synchronously.
* @since_tizen 4.0
* @param[in] attach_panel The attach panel handle
/**
- * @deprecated Deprecated since tizen 8.0.
* @brief Hides the attach panel, asynchronously.
* @since_tizen 2.4
* @remarks The caller app has to check the return value of this function.\n
/**
- * @deprecated Deprecated since tizen 8.0.
* @brief Hides the attach panel, synchronously.
* @since_tizen 4.0
* @param[in] attach_panel The attach panel handle
/**
- * @deprecated Deprecated since tizen 8.0.
* @brief Gets a value that indicates whether the attach_panel is visible.
* @since_tizen 2.4
* @remarks The caller app has to check the return value of this function.\n
int attach_panel_get_visibility(attach_panel_h attach_panel, bool *visible);
/**
- * @deprecated Deprecated since tizen 8.0.
* @brief Gets the state of the attach_panel.
* @since_tizen 3.0
* @remarks Users can toggle the attach panel between full screen state or partial window state.\n