Share via


PreciseDataConnectionState.NetworkValidationSuccess Field

Definition

Caution

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

Success.

[Android.Runtime.Register("NETWORK_VALIDATION_SUCCESS", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.PreciseDataConnectionStateNetworkValidation enum directly instead of this field.", true)]
public const Android.Telephony.PreciseDataConnectionStateNetworkValidation NetworkValidationSuccess = 3;
[<Android.Runtime.Register("NETWORK_VALIDATION_SUCCESS", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.PreciseDataConnectionStateNetworkValidation enum directly instead of this field.", true)>]
val mutable NetworkValidationSuccess : Android.Telephony.PreciseDataConnectionStateNetworkValidation

Field Value

Value = 3

Implements

Attributes

Remarks

Success. The Success status is used when network validation has been completed for the data network and the result is successful.

Java documentation for android.telephony.PreciseDataConnectionState.NETWORK_VALIDATION_SUCCESS.

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.

Applies to