Tizen Native API  6.5
STC Restriction

The STC restriction API provides functions for managing STC restriction.

Required Header

#include <stc.h>

Overview

To use STC restriction API, first create the STC handle using stc_initialize(). After that, you can obtain STC information. You should destroy the created STC handle if you do not need it anymore. The STC restriction API provides functions for managing STC restrictions.

Related Features

This API is related with the following features:

It is recommended to use features 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.