ConnectivityManager.ExtraOtherNetworkInfo Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The lookup key for a NetworkInfo
object.
[Android.Runtime.Register("EXTRA_OTHER_NETWORK_INFO")]
public const string ExtraOtherNetworkInfo;
[<Android.Runtime.Register("EXTRA_OTHER_NETWORK_INFO")>]
val mutable ExtraOtherNetworkInfo : string
Field Value
- Attributes
Remarks
The lookup key for a NetworkInfo
object. This is supplied when there is another network that it may be possible to connect to. Retrieve with android.content.Intent#getParcelableExtra(String)
.
This member is deprecated. See NetworkInfo
.
Java documentation for android.net.ConnectivityManager.EXTRA_OTHER_NETWORK_INFO
.
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.