Improve documentation 27/318627/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 4 Oct 2024 03:55:34 +0000 (12:55 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 4 Oct 2024 03:55:34 +0000 (12:55 +0900)
Change-Id: Ie6ad0e273eb171114209e9949e9b292f97ee18b0
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
doc/autofill_doc.h

index ba151cab1cf5df4128ce8bf02f76ed07c2c46fa9..25e0380b118464cbb371d4f14482f6df43e47a75 100644 (file)
  *
  * @section CAPI_UIX_AUTOFILL_MODULE_OVERVIEW 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.
+ *
+ * @section CAPI_UIX_AUTOFILL_MODULE_PREREQUISITES 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.
  */