Language

SaveDataType Enum

Definition

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum SaveDataType
[<System.Flags>]
type SaveDataType = 
Inheritance
SaveDataType
Attributes

Fields

Name Value Description
Generic 0

Type used when the service can save the contents of a screen, but cannot describe what the content is for.

Android reference for android.service.autofill.SaveInfo.SAVE_DATA_TYPE_GENERIC.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Password 1

Type used when the FillResponse represents user credentials that have a password.

Android reference for android.service.autofill.SaveInfo.SAVE_DATA_TYPE_PASSWORD.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Address 2

Type used on when the FillResponse represents a physical address (such as street, city, state, etc).

Android reference for android.service.autofill.SaveInfo.SAVE_DATA_TYPE_ADDRESS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

CreditCard 4

Type used when the FillResponse represents a credit card.

Android reference for android.service.autofill.SaveInfo.SAVE_DATA_TYPE_CREDIT_CARD.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Username 8

Type used when the FillResponse represents just an username, without a password.

Android reference for android.service.autofill.SaveInfo.SAVE_DATA_TYPE_USERNAME.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

EmailAddress 16

Type used when the FillResponse represents just an email address, without a password.

Android reference for android.service.autofill.SaveInfo.SAVE_DATA_TYPE_EMAIL_ADDRESS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

DebitCard 32

Type used when the FillResponse represents a debit card.

Android reference for android.service.autofill.SaveInfo.SAVE_DATA_TYPE_DEBIT_CARD.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

PaymentCard 64

Type used when the FillResponse represents a payment card except for credit and debit cards.

Android reference for android.service.autofill.SaveInfo.SAVE_DATA_TYPE_PAYMENT_CARD.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

GenericCard 128

Type used when the FillResponse represents a card that does not a specified card or cannot identify what the card is for.

Android reference for android.service.autofill.SaveInfo.SAVE_DATA_TYPE_GENERIC_CARD.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to