다음을 통해 공유


ConnectivityManager.ExtraOtherNetworkInfo Field

Definition

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.

Applies to