Added in API level 9
InputQueue
class InputQueue
| kotlin.Any | |
| ↳ | android.view.InputQueue |
An input queue provides a mechanism for an application to receive incoming input events. Currently only usable from native code.
Summary
| Nested classes | |
|---|---|
| abstract | Interface to receive notification of when an InputQueue is associated and dissociated with a thread. |
| Protected methods | |
|---|---|
| Unit | finalize() |
Protected methods
finalize
Added in API level 9
protected fun finalize(): Unit
| Exceptions | |
|---|---|
java.lang.Throwable | the Exception raised by this method |