HintConstants

class HintConstants


Contains all the officially supported autofill hint constants.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_EMAIL_ADDRESS}) or setAutofillHints.

Summary

Constants

const String!
AUTOFILL_HINT_2FA_APP_OTP = "2faAppOTPCode"

Hint indicating that this view can be autofilled with an Time-Based One Time Password (OTP) generated by 2FA apps.

const String!

Hint indicating that this view can be autofilled with a birth day(of the month).

const String!

Hint indicating that this view can be autofilled with a full birth date.

const String!

Hint indicating that this view can be autofilled with a birth month.

const String!

Hint indicating that this view can be autofilled with a birth year.

const String!
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE = "creditCardExpirationDate"

Hint indicating that this view can be autofilled with a credit card expiration date.

const String!
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY = "creditCardExpirationDay"

Hint indicating that this view can be autofilled with a credit card expiration day.

const String!
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH = "creditCardExpirationMonth"

Hint indicating that this view can be autofilled with a credit card expiration month.

const String!
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR = "creditCardExpirationYear"

Hint indicating that this view can be autofilled with a credit card expiration year.

const String!

Hint indicating that this view can be autofilled with a credit card number.

const String!
AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE = "creditCardSecurityCode"

Hint indicating that this view can be autofilled with a credit card security code.

const String!

Hint indicating that this view can be autofilled with an email address.

const String!
AUTOFILL_HINT_EMAIL_OTP = "emailOTPCode"

Hint indicating that this view can be autofilled with an Email One Time Password (OTP).

const String!
AUTOFILL_HINT_FLIGHT_CONFIRMATION_CODE = "flightConfirmationCode"

Hint indicating that this view can be autofilled with a flight confirmation code.

const String!

Hint indicating that this view can be autofilled with a flight number.

const String!

Hint indicating that this view can be autofilled with a gender.

const String!

Hint indicating that this view can be autofilled with a gift card code.

const String!

Hint indicating that this view can be autofilled with a gift card pin.

const String!
AUTOFILL_HINT_LOYALTY_ACCOUNT_NUMBER = "loyaltyAccountNumber"

Hint indicating that this view can be autofilled with a loyalty number.

const String!

This property is deprecated.

replaced by {@value #AUTOFILL_HINT_PERSON_NAME} to be more specific

const String!

Hint indicating that this view can be interpreted as a newly created password for save/update.

const String!

Hint indicating that this view can be interpreted as a newly created username for save/update.

const String!

Hint indicating that this view is not eligible for autofill.

const String!

Hint indicating that this view can be autofilled with a password.

const String!

Hint indicating that this view can be autofilled with a person's full name.

const String!

Hint indicating that this view can be autofilled with a person's last/family name.

const String!

Hint indicating that this view can be autofilled with a person's first/given name.

const String!

Hint indicating that this view can be autofilled with a person's middle name.

const String!

Hint indicating that this view can be autofilled with a person's middle initial.

const String!

Hint indicating that this view can be autofilled with a person's name prefix.

const String!

Hint indicating that this view can be autofilled with a person's name suffix.

const String!

This property is deprecated.

replaced by {@value #AUTOFILL_HINT_PHONE_NUMBER} to be more specific

const String!

Hint indicating that this view can be autofilled with a phone number's country code.

const String!

Hint indicating that this view can be autofilled with a phone number without country code.

const String!

Hint indicating that this view can be autofilled with the user's full phone number with country code.

const String!
AUTOFILL_HINT_PHONE_NUMBER_DEVICE = "phoneNumberDevice"

Hint indicating that this view can be autofilled with the current device's phone number usually for Sign Up / OTP flows.

const String!

Hint indicating that this view can be autofilled with a postal address.

const String!

Hint indicating that this view can be autofilled with an apartment/room/suite number.

const String!

Hint indicating that this view can be autofilled with a country name/code.

const String!

Hint indicating that this view can be autofilled with a dependent locality i.e. district/locality division/postal division/suburb etc.

const String!

Hint indicating that this view can be autofilled with auxiliary address details.

const String!

Hint indicating that this view can be autofilled with an extended ZIP/POSTAL code.

const String!

Hint indicating that this view can be autofilled with an address locality (city/town).

const String!

Hint indicating that this view can be autofilled with a region/state.

const String!

Hint indicating that this view can be autofilled with a street address.

const String!

Hint indicating that this view can be autofilled with a postal code.

const String!

Hint indicating that this view can be autofilled with a promo/coupon code.

const String!
AUTOFILL_HINT_SMS_OTP = "smsOTPCode"

Hint indicating that this view can be autofilled with a SMS One Time Password (OTP).

const String!
AUTOFILL_HINT_UPI_VPA = "upiVirtualPaymentAddress"

Hint indicating that this view can be autofilled with an Unified Payments Interface (UPI) Virtual Payment Address.

const String!

Hint indicating that this view can be autofilled with a username.

const String!

Hint indicating that this view can be autofilled with a wifi password.

Public functions

java-static String

Generates the corresponding hint that indicates that this view can be autofilled with the characterPosition'th character/digit of a SMS One Time Password (OTP).

Constants

AUTOFILL_HINT_2FA_APP_OTP

Added in 1.2.0
const val AUTOFILL_HINT_2FA_APP_OTP = "2faAppOTPCode": String!

Hint indicating that this view can be autofilled with an Time-Based One Time Password (OTP) generated by 2FA apps.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_2FA_APP_OTP}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_BIRTH_DATE_DAY

Added in 1.0.0
const val AUTOFILL_HINT_BIRTH_DATE_DAY = "birthDateDay": String!

Hint indicating that this view can be autofilled with a birth day(of the month).

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_BIRTH_DATE_DAY}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_BIRTH_DATE_FULL

Added in 1.0.0
const val AUTOFILL_HINT_BIRTH_DATE_FULL = "birthDateFull": String!

Hint indicating that this view can be autofilled with a full birth date.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_BIRTH_DATE_FULL}).

The recommended approach is to use a date autofill value - see AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE for more details.

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_BIRTH_DATE_MONTH

Added in 1.0.0
const val AUTOFILL_HINT_BIRTH_DATE_MONTH = "birthDateMonth": String!

Hint indicating that this view can be autofilled with a birth month.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_BIRTH_DATE_MONTH}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_BIRTH_DATE_YEAR

Added in 1.0.0
const val AUTOFILL_HINT_BIRTH_DATE_YEAR = "birthDateYear": String!

Hint indicating that this view can be autofilled with a birth year.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_BIRTH_DATE_YEAR}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE

Added in 1.0.0
const val AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE = "creditCardExpirationDate": String!

Hint indicating that this view can be autofilled with a credit card expiration date.

It should be used when the credit card expiration date is represented by just one view; if it is represented by more than one (for example, one view for the month and another view for the year), then each of these views should use the hint specific for the unit (AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY, AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH, or AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR).

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE}).

When annotating a view with this hint, it's recommended to use a date autofill value to avoid ambiguity when the autofill service provides a value for it. To understand why a value can be ambiguous, consider "April of 2020", which could be represented as either of the following options:

  • "04/2020"
  • "4/2020"
  • "2020/04"
  • "2020/4"
  • "April/2020"
  • "Apr/2020"

You define a date autofill value for the view by overriding the following methods:

  1. getAutofillType to return AUTOFILL_TYPE_DATE.
  2. getAutofillValue to return a date autofillvalue.
  3. autofill to expect a data autofillvalue.

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY

Added in 1.0.0
const val AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY = "creditCardExpirationDay": String!

Hint indicating that this view can be autofilled with a credit card expiration day.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH

Added in 1.0.0
const val AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH = "creditCardExpirationMonth": String!

Hint indicating that this view can be autofilled with a credit card expiration month.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH}).

When annotating a view with this hint, it's recommended to use a text autofill value whose value is the numerical representation of the month, starting on 1 to avoid ambiguity when the autofill service provides a value for it. To understand why a value can be ambiguous, consider "January", which could be represented as either of

  • "1": recommended way.
  • "0": if following the MONTH convention.
  • "January": full name, in English.
  • "jan": abbreviated name, in English.
  • "Janeiro": full name, in another language.

Another recommended approach is to use a date autofill value - see AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE for more details.

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR

Added in 1.0.0
const val AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR = "creditCardExpirationYear": String!

Hint indicating that this view can be autofilled with a credit card expiration year.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_CREDIT_CARD_NUMBER

Added in 1.0.0
const val AUTOFILL_HINT_CREDIT_CARD_NUMBER = "creditCardNumber": String!

Hint indicating that this view can be autofilled with a credit card number.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_CREDIT_CARD_NUMBER}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE

Added in 1.0.0
const val AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE = "creditCardSecurityCode": String!

Hint indicating that this view can be autofilled with a credit card security code.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_EMAIL_ADDRESS

Added in 1.0.0
const val AUTOFILL_HINT_EMAIL_ADDRESS = "emailAddress": String!

Hint indicating that this view can be autofilled with an email address.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_EMAIL_ADDRESS}).

See setAutofillHints for more info about autofill hints.3

AUTOFILL_HINT_EMAIL_OTP

Added in 1.2.0
const val AUTOFILL_HINT_EMAIL_OTP = "emailOTPCode": String!

Hint indicating that this view can be autofilled with an Email One Time Password (OTP).

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_EMAIL_OTP}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_FLIGHT_CONFIRMATION_CODE

Added in 1.3.0-alpha02
const val AUTOFILL_HINT_FLIGHT_CONFIRMATION_CODE = "flightConfirmationCode": String!

Hint indicating that this view can be autofilled with a flight confirmation code.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_FLIGHT_CONFIRMATION_CODE}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_FLIGHT_NUMBER

Added in 1.3.0-alpha02
const val AUTOFILL_HINT_FLIGHT_NUMBER = "flightNumber": String!

Hint indicating that this view can be autofilled with a flight number. Examples: UA 355 (United Airlines), WN 355 (Southwest), AA 9158 (American Airlines)

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_FLIGHT_NUMBER}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_GENDER

Added in 1.0.0
const val AUTOFILL_HINT_GENDER = "gender": String!

Hint indicating that this view can be autofilled with a gender.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_GENDER}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_GIFT_CARD_NUMBER

Added in 1.3.0-alpha02
const val AUTOFILL_HINT_GIFT_CARD_NUMBER = "giftCardNumber": String!

Hint indicating that this view can be autofilled with a gift card code.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_GIFT_CARD_NUMBER}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_GIFT_CARD_PIN

Added in 1.3.0-alpha02
const val AUTOFILL_HINT_GIFT_CARD_PIN = "giftCardPIN": String!

Hint indicating that this view can be autofilled with a gift card pin.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_GIFT_CARD_PIN}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_LOYALTY_ACCOUNT_NUMBER

Added in 1.3.0-alpha02
const val AUTOFILL_HINT_LOYALTY_ACCOUNT_NUMBER = "loyaltyAccountNumber": String!

Hint indicating that this view can be autofilled with a loyalty number.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_LOYALTY_ACCOUNT_NUMBER}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_NAME

Added in 1.0.0
Deprecated in 1.0.0
const val AUTOFILL_HINT_NAME = "name": String!

Hint indicating that this view can be autofilled with a user's real name.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_NAME}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_NEW_PASSWORD

Added in 1.0.0
const val AUTOFILL_HINT_NEW_PASSWORD = "newPassword": String!

Hint indicating that this view can be interpreted as a newly created password for save/update.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_NEW_PASSWORD}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_NEW_USERNAME

Added in 1.0.0
const val AUTOFILL_HINT_NEW_USERNAME = "newUsername": String!

Hint indicating that this view can be interpreted as a newly created username for save/update.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_NEW_USERNAME}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_NOT_APPLICABLE

Added in 1.2.0
const val AUTOFILL_HINT_NOT_APPLICABLE = "notApplicable": String!

Hint indicating that this view is not eligible for autofill.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_NOT_APPLICABLE}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_PASSWORD

Added in 1.0.0
const val AUTOFILL_HINT_PASSWORD = "password": String!

Hint indicating that this view can be autofilled with a password.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_PASSWORD}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_PERSON_NAME

Added in 1.0.0
const val AUTOFILL_HINT_PERSON_NAME = "personName": String!

Hint indicating that this view can be autofilled with a person's full name.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_PERSON_NAME}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_PERSON_NAME_FAMILY

Added in 1.0.0
const val AUTOFILL_HINT_PERSON_NAME_FAMILY = "personFamilyName": String!

Hint indicating that this view can be autofilled with a person's last/family name.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_PERSON_NAME_FAMILY}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_PERSON_NAME_GIVEN

Added in 1.0.0
const val AUTOFILL_HINT_PERSON_NAME_GIVEN = "personGivenName": String!

Hint indicating that this view can be autofilled with a person's first/given name.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_PERSON_NAME_GIVEN}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_PERSON_NAME_MIDDLE

Added in 1.0.0
const val AUTOFILL_HINT_PERSON_NAME_MIDDLE = "personMiddleName": String!

Hint indicating that this view can be autofilled with a person's middle name.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_PERSON_NAME_MIDDLE}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_PERSON_NAME_MIDDLE_INITIAL

Added in 1.0.0
const val AUTOFILL_HINT_PERSON_NAME_MIDDLE_INITIAL = "personMiddleInitial": String!

Hint indicating that this view can be autofilled with a person's middle initial.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_PERSON_NAME_MIDDLE_INITIAL}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_PERSON_NAME_PREFIX

Added in 1.0.0
const val AUTOFILL_HINT_PERSON_NAME_PREFIX = "personNamePrefix": String!

Hint indicating that this view can be autofilled with a person's name prefix.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_PERSON_NAME_PREFIX}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_PERSON_NAME_SUFFIX

Added in 1.0.0
const val AUTOFILL_HINT_PERSON_NAME_SUFFIX = "personNameSuffix": String!

Hint indicating that this view can be autofilled with a person's name suffix.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_PERSON_NAME_SUFFIX}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_PHONE

Added in 1.0.0
Deprecated in 1.0.0
const val AUTOFILL_HINT_PHONE = "phone": String!

Hint indicating that this view can be autofilled with a phone number.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_PHONE}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_PHONE_COUNTRY_CODE

Added in 1.0.0
const val AUTOFILL_HINT_PHONE_COUNTRY_CODE = "phoneCountryCode": String!

Hint indicating that this view can be autofilled with a phone number's country code.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_PHONE_COUNTRY_CODE}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_PHONE_NATIONAL

Added in 1.0.0
const val AUTOFILL_HINT_PHONE_NATIONAL = "phoneNational": String!

Hint indicating that this view can be autofilled with a phone number without country code.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_PHONE_NATIONAL}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_PHONE_NUMBER

Added in 1.0.0
const val AUTOFILL_HINT_PHONE_NUMBER = "phoneNumber": String!

Hint indicating that this view can be autofilled with the user's full phone number with country code.

Example: +1 123-456-7890

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_PHONE_NUMBER}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_PHONE_NUMBER_DEVICE

Added in 1.0.0
const val AUTOFILL_HINT_PHONE_NUMBER_DEVICE = "phoneNumberDevice": String!

Hint indicating that this view can be autofilled with the current device's phone number usually for Sign Up / OTP flows.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_PHONE_NUMBER_DEVICE}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_POSTAL_ADDRESS

Added in 1.0.0
const val AUTOFILL_HINT_POSTAL_ADDRESS = "postalAddress": String!

Hint indicating that this view can be autofilled with a postal address.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_POSTAL_ADDRESS}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_POSTAL_ADDRESS_APT_NUMBER

Added in 1.2.0
const val AUTOFILL_HINT_POSTAL_ADDRESS_APT_NUMBER = "aptNumber": String!

Hint indicating that this view can be autofilled with an apartment/room/suite number.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_POSTAL_ADDRESS_APT_NUMBER}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_POSTAL_ADDRESS_COUNTRY

Added in 1.0.0
const val AUTOFILL_HINT_POSTAL_ADDRESS_COUNTRY = "addressCountry": String!

Hint indicating that this view can be autofilled with a country name/code.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_POSTAL_ADDRESS_COUNTRY}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_POSTAL_ADDRESS_DEPENDENT_LOCALITY

Added in 1.2.0
const val AUTOFILL_HINT_POSTAL_ADDRESS_DEPENDENT_LOCALITY = "dependentLocality": String!

Hint indicating that this view can be autofilled with a dependent locality i.e. district/locality division/postal division/suburb etc.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_POSTAL_ADDRESS_DEPENDENT_LOCALITY}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_POSTAL_ADDRESS_EXTENDED_ADDRESS

Added in 1.0.0
const val AUTOFILL_HINT_POSTAL_ADDRESS_EXTENDED_ADDRESS = "extendedAddress": String!

Hint indicating that this view can be autofilled with auxiliary address details.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_POSTAL_ADDRESS_EXTENDED_ADDRESS}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_POSTAL_ADDRESS_EXTENDED_POSTAL_CODE

Added in 1.0.0
const val AUTOFILL_HINT_POSTAL_ADDRESS_EXTENDED_POSTAL_CODE = "extendedPostalCode": String!

Hint indicating that this view can be autofilled with an extended ZIP/POSTAL code.

Example: In forms that split the U.S. ZIP+4 Code with nine digits 99999-9999 into two fields annotate the delivery route code with this hint.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_POSTAL_ADDRESS_EXTENDED_POSTAL_CODE}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_POSTAL_ADDRESS_LOCALITY

Added in 1.0.0
const val AUTOFILL_HINT_POSTAL_ADDRESS_LOCALITY = "addressLocality": String!

Hint indicating that this view can be autofilled with an address locality (city/town).

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_POSTAL_ADDRESS_LOCALITY}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_POSTAL_ADDRESS_REGION

Added in 1.0.0
const val AUTOFILL_HINT_POSTAL_ADDRESS_REGION = "addressRegion": String!

Hint indicating that this view can be autofilled with a region/state.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_POSTAL_ADDRESS_REGION}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_POSTAL_ADDRESS_STREET_ADDRESS

Added in 1.0.0
const val AUTOFILL_HINT_POSTAL_ADDRESS_STREET_ADDRESS = "streetAddress": String!

Hint indicating that this view can be autofilled with a street address.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_POSTAL_ADDRESS_STREET_ADDRESS}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_POSTAL_CODE

Added in 1.0.0
const val AUTOFILL_HINT_POSTAL_CODE = "postalCode": String!

Hint indicating that this view can be autofilled with a postal code.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_POSTAL_CODE}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_PROMO_CODE

Added in 1.2.0
const val AUTOFILL_HINT_PROMO_CODE = "promoCode": String!

Hint indicating that this view can be autofilled with a promo/coupon code.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_PROMO_CODE}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_SMS_OTP

Added in 1.0.0
const val AUTOFILL_HINT_SMS_OTP = "smsOTPCode": String!

Hint indicating that this view can be autofilled with a SMS One Time Password (OTP).

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_SMS_OTP}).

When annotating OTP code fields which map to a single digit of the code consider using generateSmsOtpHintForCharacterPosition

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_UPI_VPA

Added in 1.2.0
const val AUTOFILL_HINT_UPI_VPA = "upiVirtualPaymentAddress": String!

Hint indicating that this view can be autofilled with an Unified Payments Interface (UPI) Virtual Payment Address.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_UPI_VPA}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_USERNAME

Added in 1.0.0
const val AUTOFILL_HINT_USERNAME = "username": String!

Hint indicating that this view can be autofilled with a username.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_USERNAME}).

See setAutofillHints for more info about autofill hints.

AUTOFILL_HINT_WIFI_PASSWORD

Added in 1.2.0
const val AUTOFILL_HINT_WIFI_PASSWORD = "wifiPassword": String!

Hint indicating that this view can be autofilled with a wifi password.

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be {@value #AUTOFILL_HINT_WIFI_PASSWORD}).

See setAutofillHints for more info about autofill hints.

Public functions

generateSmsOtpHintForCharacterPosition

Added in 1.0.0
java-static fun generateSmsOtpHintForCharacterPosition(characterPosition: Int): String

Generates the corresponding hint that indicates that this view can be autofilled with the characterPosition'th character/digit of a SMS One Time Password (OTP).

Can be used with either setAutofillHints or android:autofillHint (in which case the value should be smsOTPCode{characterPosition}).

See setAutofillHints for more info about autofill hints.

Parameters
characterPosition: Int

value between 1 and 8 representing the character position of the OTP code that the service should autofill in the associated view.