Share via


WifiP2pWfdInfo.SessionAvailable Property

Definition

Returns true if a session is available, false otherwise. -or- Sets whether a session is available.

public bool SessionAvailable { [Android.Runtime.Register("isSessionAvailable", "()Z", "", ApiSince=30)] get; [Android.Runtime.Register("setSessionAvailable", "(Z)V", "", ApiSince=30)] set; }
[<get: Android.Runtime.Register("isSessionAvailable", "()Z", "", ApiSince=30)>]
[<set: Android.Runtime.Register("setSessionAvailable", "(Z)V", "", ApiSince=30)>]
member this.SessionAvailable : bool with get, set

Property Value

Attributes

Remarks

Property getter documentation:

Returns true if a session is available, false otherwise.

Java documentation for android.net.wifi.p2p.WifiP2pWfdInfo.isSessionAvailable().

Property setter documentation:

Sets whether a session is available.

Java documentation for android.net.wifi.p2p.WifiP2pWfdInfo.setSessionAvailable(boolean).

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