WifiP2pDevice.IsOpportunisticBootstrappingMethodSupported Property

Definition

Returns true if opportunistic bootstrapping method is supported.

public virtual bool IsOpportunisticBootstrappingMethodSupported { [Android.Runtime.Register("isOpportunisticBootstrappingMethodSupported", "()Z", "GetIsOpportunisticBootstrappingMethodSupportedHandler", ApiSince=36)] get; }
[<get: Android.Runtime.Register("isOpportunisticBootstrappingMethodSupported", "()Z", "GetIsOpportunisticBootstrappingMethodSupportedHandler", ApiSince=36)>]
member this.IsOpportunisticBootstrappingMethodSupported : bool

Property Value

Attributes

Remarks

Returns true if opportunistic bootstrapping method is supported. Defined in Wi-Fi Alliance Wi-Fi Direct R2 Specification Table 10 - Bootstrapping Methods.

Java documentation for android.net.wifi.p2p.WifiP2pDevice.isOpportunisticBootstrappingMethodSupported().

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