ConnectivityDiagnosticsManager.ConnectivityReport.NetworkValidationResultInvalid Field

Definition

Caution

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

[Android.Runtime.Register("NETWORK_VALIDATION_RESULT_INVALID", 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 NetworkValidationResultInvalid = 0;
[<Android.Runtime.Register("NETWORK_VALIDATION_RESULT_INVALID", 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 NetworkValidationResultInvalid : Android.Net.NetworkValidationResult

Field Value

Value = 0

Implements

Attributes

Applies to