ConnectivityDiagnosticsManager.ConnectivityReport.NetworkValidationResultPartiallyValid Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Net.NetworkValidationResult enum directly instead of this field.

El estado general de la red es que proporciona conectividad parcial; algunos servicios sondados se realizaron correctamente, pero otros no se pudieron realizar.

[Android.Runtime.Register("NETWORK_VALIDATION_RESULT_PARTIALLY_VALID", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.NetworkValidationResult enum directly instead of this field.", true)]
public const Android.Net.NetworkValidationResult NetworkValidationResultPartiallyValid = 2;
[<Android.Runtime.Register("NETWORK_VALIDATION_RESULT_PARTIALLY_VALID", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.NetworkValidationResult enum directly instead of this field.", true)>]
val mutable NetworkValidationResultPartiallyValid : Android.Net.NetworkValidationResult

Valor de campo

Value = 2

Implementaciones

Atributos

Comentarios

Java documentación para android.net.ConnectivityDiagnosticsManager.ConnectivityReport.NETWORK_VALIDATION_RESULT_PARTIALLY_VALID.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a