Tizen Native API  9.0
Autofill

The Autofill API provides the functions for supporting users to use autofill feature.

Overview

Autofill is a feature that allows you to fill out the data previously entered by the user such as email, account and address in a text input field.

The main features of the Autofill API include:

  • Autofill Data and Autofill Authentication Information
    You can request to get the autofill service information, such as Autofill service name, service message, and service logo image. You can get the existing Autofill data for each view in the Autofill service information received.
  • Data Entered and Stored in Autofill Service
    You can retrieve the data that was stored in the Autofill service.
  • Save Autofill Data
    You can store the data entered by the user in an Autofill service.

Prerequisites

To configure the Autofill Service:
Set Autofill Service in the Setting Application from Settings > Language and input > Input Assistance > Autofill service. In some other environments, the Autofill Service can be found within the system configuration.
To use the Autofill API, include the <autofill.h> header file in your application.