NetworkInfo.GetDetailedState Method

Definition

Reports the current fine-grained state of the network.

[Android.Runtime.Register("getDetailedState", "()Landroid/net/NetworkInfo$DetailedState;", "GetGetDetailedStateHandler")]
public virtual Android.Net.NetworkInfo.DetailedState GetDetailedState ();
[<Android.Runtime.Register("getDetailedState", "()Landroid/net/NetworkInfo$DetailedState;", "GetGetDetailedStateHandler")>]
abstract member GetDetailedState : unit -> Android.Net.NetworkInfo.DetailedState
override this.GetDetailedState : unit -> Android.Net.NetworkInfo.DetailedState

Returns

Attributes

Remarks

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