Share via


WifiP2pManager.ExtraListenState Field

Definition

The lookup key for an int that indicates whether p2p listen has started or stopped.

[Android.Runtime.Register("EXTRA_LISTEN_STATE", ApiSince=34)]
public const string ExtraListenState;
[<Android.Runtime.Register("EXTRA_LISTEN_STATE", ApiSince=34)>]
val mutable ExtraListenState : string

Field Value

Attributes

Remarks

The lookup key for an int that indicates whether p2p listen has started or stopped. Retrieve it with android.content.Intent#getIntExtra(String,int).

Java documentation for android.net.wifi.p2p.WifiP2pManager.EXTRA_LISTEN_STATE.

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