ConnectivityManager.ExtraReason Field

Definition

The lookup key for a string that indicates why an attempt to connect to a network failed.

[Android.Runtime.Register("EXTRA_REASON")]
public const string ExtraReason;
[<Android.Runtime.Register("EXTRA_REASON")>]
val mutable ExtraReason : string

Field Value

Attributes

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).

Java documentation for android.net.ConnectivityManager.EXTRA_REASON.

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