Added in API level 9
InputQueue
Stay organized with collections
Save and categorize content based on your preferences.
class 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
finalize
Added in API level 9
protected fun finalize(): Unit
| Exceptions | |
|---|---|
java.lang.Throwable |
the Exception raised by this method |