Share via


VcnManager.VcnStatusCallback.OnStatusChanged(Int32) Method

Definition

Invoked when status of the VCN for this callback's subscription group changes.

[Android.Runtime.Register("onStatusChanged", "(I)V", "GetOnStatusChanged_IHandler", ApiSince=31)]
public abstract void OnStatusChanged (int statusCode);
[<Android.Runtime.Register("onStatusChanged", "(I)V", "GetOnStatusChanged_IHandler", ApiSince=31)>]
abstract member OnStatusChanged : int -> unit

Parameters

statusCode
Int32

the code for the status change encountered by this VcnStatusCallback's subscription group. This value will be one of VCN_STATUS_CODE_*.

Attributes

Remarks

Invoked when status of the VCN for this callback's subscription group changes.

Java documentation for android.net.vcn.VcnManager.VcnStatusCallback.onStatusChanged(int).

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