次の方法で共有


NetworkInfo.ExtraInfo Property

Definition

Report the extra information about the network state, if any was provided by the lower networking layers.

public virtual string? ExtraInfo { [Android.Runtime.Register("getExtraInfo", "()Ljava/lang/String;", "GetGetExtraInfoHandler")] get; }
[<get: Android.Runtime.Register("getExtraInfo", "()Ljava/lang/String;", "GetGetExtraInfoHandler")>]
member this.ExtraInfo : string

Property Value

the extra information, or null if not available

Attributes

Remarks

Report the extra information about the network state, if any was provided by the lower networking layers.

This member is deprecated. Use other services e.g. WifiManager to get additional information passed up from the lower networking layers.

Java documentation for android.net.NetworkInfo.getExtraInfo().

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