Android.Net.ConnectivityManager.ExtraReason Field
The lookup key for a string that indicates why an attempt to connect to a network failed.

Syntax

[Android.Runtime.Register("EXTRA_REASON")]
public const string ExtraReason

Remarks

The lookup key for a string that indicates why an attempt to connect to a network failed. The string has no particular structure. It is intended to be used in notifications presented to users. Retrieve it with Android.Content.Intent.GetStringExtra(string).

[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