Поделиться через


InputManager.UnregisterInputDeviceListener Метод

Определение

Отменяет регистрацию прослушивателя входных устройств.

[Android.Runtime.Register("unregisterInputDeviceListener", "(Landroid/hardware/input/InputManager$InputDeviceListener;)V", "")]
public void UnregisterInputDeviceListener (Android.Hardware.Input.InputManager.IInputDeviceListener? listener);
[<Android.Runtime.Register("unregisterInputDeviceListener", "(Landroid/hardware/input/InputManager$InputDeviceListener;)V", "")>]
member this.UnregisterInputDeviceListener : Android.Hardware.Input.InputManager.IInputDeviceListener -> unit

Параметры

listener
InputManager.IInputDeviceListener

Прослушиватель для отмены регистрации.

Атрибуты

Комментарии

Документация по Java для android.hardware.input.InputManager.unregisterInputDeviceListener(android.hardware.input.InputDeviceListener).

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к

См. также раздел

  • <xref:Android.Hardware.Input.InputManager.RegisterInputDeviceListener(.IInputDeviceListener%2c+Android.OS.Handler)>