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.


Enumeration Type Documentation

Enumeration for sticker function error.

Since :
5.5
Enumerator:
STICKER_ERROR_NONE 

Successful

STICKER_ERROR_NOT_SUPPORTED 

Not supported

STICKER_ERROR_PERMISSION_DENIED 

Permission denied

STICKER_ERROR_INVALID_PARAMETER 

Invalid parameter

STICKER_ERROR_OUT_OF_MEMORY 

Out of memory

STICKER_ERROR_OPERATION_FAILED 

Operation failed

STICKER_ERROR_FILE_EXISTS 

File exists

STICKER_ERROR_NO_DATA 

No data available

STICKER_ERROR_NO_SUCH_FILE 

No such file