VcnManager.VcnStatusCodeInactive Field

Definition

Caution

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

Value indicating that the VCN for the subscription group is inactive.

[Android.Runtime.Register("VCN_STATUS_CODE_INACTIVE", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Vcn.VcnStatusCode enum directly instead of this field.", true)]
public const Android.Net.Vcn.VcnStatusCode VcnStatusCodeInactive = 1;
[<Android.Runtime.Register("VCN_STATUS_CODE_INACTIVE", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Vcn.VcnStatusCode enum directly instead of this field.", true)>]
val mutable VcnStatusCodeInactive : Android.Net.Vcn.VcnStatusCode

Field Value

Value = 1
Attributes

Remarks

Value indicating that the VCN for the subscription group is inactive.

A VCN is inactive if a VcnConfig is present for the subscription group, but the provisioning package is not privileged.

Java documentation for android.net.vcn.VcnManager.VCN_STATUS_CODE_INACTIVE.

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