The fields of Android.Net.ConnectivityManager are listed below. For a list of all members, see the ConnectivityManager Members list.
See Also: Inherited members from Java.Lang.Object
const | ActionBackgroundDataSettingChanged | string. Broadcast Action: The setting for background data usage has changed values. |
const | ConnectivityAction | string. A change in network connectivity has occurred. |
const | DefaultNetworkPreference | int (1). If you want to set the default network preference,you can directly change the networkAttributes array in framework's config.xml. |
const | ExtraExtraInfo | string. The lookup key for a string that provides optionally supplied extra information about the network state. |
const | ExtraIsFailover | string. The lookup key for a boolean that indicates whether a connect event is for a network to which the connectivity manager was failing over following a disconnect on another network. |
const | ExtraNetworkInfo | string. The lookup key for a Android.Net.NetworkInfo object. |
const | ExtraNetworkType | string. Network type which triggered a ConnectivityManager.ConnectivityAction broadcast. |
const | ExtraNoConnectivity | string. The lookup key for a boolean that indicates whether there is a complete lack of connectivity, i.e., no network is available. |
const | ExtraOtherNetworkInfo | string. The lookup key for a Android.Net.NetworkInfo object. |
const | ExtraReason | string. The lookup key for a string that indicates why an attempt to connect to a network failed. |