SaveDataType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 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 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 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 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 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 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 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 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 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.