Android.Net.ConnectivityManager.ExtraNoConnectivity Field
The lookup key for a boolean that indicates whether there is a complete lack of connectivity, i.e., no network is available.

Syntax

[Android.Runtime.Register("EXTRA_NO_CONNECTIVITY")]
public const string ExtraNoConnectivity

Remarks

The lookup key for a boolean that indicates whether there is a complete lack of connectivity, i.e., no network is available. Retrieve it with Android.Content.Intent.GetBooleanExtra(string, System.Boolean).

[Android Documentation]

Requirements

Namespace: Android.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1