Tizen Native API  7.0
Sticker

The Sticker API provides the functions to manage and retrieve sticker information.

Overview

Using sticker library, a sticker application can provide sticker information to applications that want to read the sticker information as the standard specification. A sticker is an image (possibly animated) that is used in an IM conversation. The Sticker API covers the exchange of sticker data between applications. How the images are used depends on a particular sticker consumer application.

Related Feature

This API is related with the following feature:

  • http://tizen.org/feature/ui_service.sticker

It is recommended to design feature related codes in your application for reliability.
You can check if a device supports the related features for this API by using System Information, thereby controlling the procedure of your application.
To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.
More details on featuring your application can be found from Feature Element.