Share via


VcnManager.VcnStatusCodeNotConfigured 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 not configured, or that the callback is not privileged for the subscription group.

[Android.Runtime.Register("VCN_STATUS_CODE_NOT_CONFIGURED", 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 VcnStatusCodeNotConfigured = 0;
[<Android.Runtime.Register("VCN_STATUS_CODE_NOT_CONFIGURED", 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 VcnStatusCodeNotConfigured : Android.Net.Vcn.VcnStatusCode

Field Value

Value = 0
Attributes

Remarks

Value indicating that the VCN for the subscription group is not configured, or that the callback is not privileged for the subscription group.

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

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