VcnManager.VcnStatusCallback.OnStatusChanged(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.