AutoFillType (System API)

AutoFillType enumerates the types of elements to be automatically filled in.

NOTE

The initial APIs of this module are supported since API version 11. Newly added APIs will be marked with a superscript to indicate their earliest API version. The APIs of this module can be used only in the stage model. The APIs provided by this module are system APIs.

Modules to Import

import autoFillManager from '@ohos.app.ability.autoFillManager';

AutoFillType

System API: This is a system API.

System capability: SystemCapability.Ability.AbilityRuntime.AbilityCore

Name Value Description
UNSPECIFIED 0 Undefined type.
PASSWORD 1 Password.
USER_NAME 2 Username.
NEW_PASSWORD 3 New password.