Partager via


Characteristics.IsInstantCommunicationModeSupported Property

Definition

Check if instant communication mode is supported by device.

public bool IsInstantCommunicationModeSupported { [Android.Runtime.Register("isInstantCommunicationModeSupported", "()Z", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("isInstantCommunicationModeSupported", "()Z", "", ApiSince=31)>]
member this.IsInstantCommunicationModeSupported : bool

Property Value

True if supported, false otherwise.

Attributes

Remarks

Check if instant communication mode is supported by device. The instant communication mode is defined as per Wi-Fi Alliance (WFA) Wi-Fi Aware specifications version 3.1 Section 12.3.

Java documentation for android.net.wifi.aware.Characteristics.isInstantCommunicationModeSupported().

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