DefaultAccountState 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.
public enum DefaultAccountState
type DefaultAccountState =
- Inheritance
-
DefaultAccountState
Fields
| Name | Value | Description |
|---|---|---|
| NotSet | 1 | A state indicating that default account is not set. 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. |
| Local | 2 | A state indicating that default account is set to local device storage. 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. |
| Cloud | 3 | A state indicating that the default account is set as an account that is synced to the cloud. 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. |
| Sim | 4 | A state indicating that the default account is set as an account that is associated with one of SimContacts.getSimAccounts(ContentResolver). 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. |