Compartir a través de


BluetoothHidDevice.Callback.OnVirtualCableUnplug(BluetoothDevice) Method

Definition

Callback called when Virtual Cable is removed.

[Android.Runtime.Register("onVirtualCableUnplug", "(Landroid/bluetooth/BluetoothDevice;)V", "GetOnVirtualCableUnplug_Landroid_bluetooth_BluetoothDevice_Handler", ApiSince=28)]
public virtual void OnVirtualCableUnplug (Android.Bluetooth.BluetoothDevice? device);
[<Android.Runtime.Register("onVirtualCableUnplug", "(Landroid/bluetooth/BluetoothDevice;)V", "GetOnVirtualCableUnplug_Landroid_bluetooth_BluetoothDevice_Handler", ApiSince=28)>]
abstract member OnVirtualCableUnplug : Android.Bluetooth.BluetoothDevice -> unit
override this.OnVirtualCableUnplug : Android.Bluetooth.BluetoothDevice -> unit

Parameters

Attributes

Remarks

Callback called when Virtual Cable is removed. After this callback is received connection will be disconnected automatically.

Java documentation for android.bluetooth.BluetoothHidDevice.Callback.onVirtualCableUnplug(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