ContactsProviderStatus 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 ContactsProviderStatus
type ContactsProviderStatus =
- Inheritance
-
ContactsProviderStatus
Fields
| Name | Value | Description |
|---|---|---|
| Normal | 0 | Default status of the provider. 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. |
| Busy | 1 | The provider won't respond to queries. It is in the middle of a long running task, such as a database upgrade or locale change. 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. |
| Empty | 2 | The status that indicates that there are no accounts and no contacts on the device. 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.