BluetoothHeadset.IsVoiceRecognitionSupported(BluetoothDevice) Method

Definition

Checks whether the headset supports voice recognition

[Android.Runtime.Register("isVoiceRecognitionSupported", "(Landroid/bluetooth/BluetoothDevice;)Z", "", ApiSince=31)]
[Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")]
public bool IsVoiceRecognitionSupported (Android.Bluetooth.BluetoothDevice device);
[<Android.Runtime.Register("isVoiceRecognitionSupported", "(Landroid/bluetooth/BluetoothDevice;)Z", "", ApiSince=31)>]
[<Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")>]
member this.IsVoiceRecognitionSupported : Android.Bluetooth.BluetoothDevice -> bool

Parameters

device
BluetoothDevice

Bluetooth device

Returns

true if voice recognition is supported, false otherwise

Attributes

Remarks

Java documentation for android.bluetooth.BluetoothHeadset.isVoiceRecognitionSupported(android.bluetooth.BluetoothDevice).

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