Share via


WifiP2pManager.IsSetVendorElementsSupported Property

Definition

Check if this device supports setting vendor elements.

public virtual bool IsSetVendorElementsSupported { [Android.Runtime.Register("isSetVendorElementsSupported", "()Z", "GetIsSetVendorElementsSupportedHandler", ApiSince=33)] get; }
[<get: Android.Runtime.Register("isSetVendorElementsSupported", "()Z", "GetIsSetVendorElementsSupportedHandler", ApiSince=33)>]
member this.IsSetVendorElementsSupported : bool

Property Value

true if supported, false otherwise.

Attributes

Remarks

Check if this device supports setting vendor elements.

Gates whether the #setVendorElements(Channel, List, ActionListener) method is functional on this device.

Java documentation for android.net.wifi.p2p.WifiP2pManager.isSetVendorElementsSupported().

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