PreciseDataConnectionStateNetworkValidation 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 PreciseDataConnectionStateNetworkValidation
type PreciseDataConnectionStateNetworkValidation =
- Inheritance
-
PreciseDataConnectionStateNetworkValidation
Fields
| Name | Value | Description |
|---|---|---|
| Unsupported | 0 | Unsupported. The unsupported state is used when the data network cannot support the network validation function for the current data connection state. 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. |
| NotRequested | 1 | Not Requested. The not requested status is used when the data network supports the network validation function, but no network validation is being performed yet. 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. |
| InProgress | 2 | In progress. The in progress state is used when the network validation process for the data network is in progress. This state is followed by either success or failure. 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. |
| Success | 3 | Success. The Success status is used when network validation has been completed for the data network and the result is successful. 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. |
| Failure | 4 | Failure. The Failure status is used when network validation has been completed for the data network and the result is failure. 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. |