Tizen(Headed) Native API  6.5
User Awareness

This provides APIs to manage User Awareness.

Required Header

#include <user-awareness.h>

Overview

Recently, Interactive system has been the computing technology. This module provides that human and the system communicated and interact explicitly using different sensors (e.g. Motion, Brightness, and device detection technologies like ARPing or BLE advertisement).

Related Features

This API is related with the following features:

  • http://tizen.org/feature/user_awareness
  • http://tizen.org/feature/user_awareness.location

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.