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
protected fun finalize(): Unit
Exceptions |
java.lang.Throwable |
the Exception raised by this method |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# InputQueue\n\nAdded in [API level 9](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nInputQueue\n==========\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/view/InputQueue \"View this page in Java\") \n\n```\nclass InputQueue\n```\n\n|---|------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [android.view.InputQueue](#) |\n\nAn input queue provides a mechanism for an application to receive incoming input events. Currently only usable from native code.\n\nSummary\n-------\n\n| Nested classes ||\n|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract | [Callback](/reference/kotlin/android/view/InputQueue.Callback) Interface to receive notification of when an InputQueue is associated and dissociated with a thread. |\n\n| Protected methods ||\n|------------------------------------------------------------------------------|------------------------------------|\n| [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) | [finalize](#finalize())`()` \u003cbr /\u003e |\n\nProtected methods\n-----------------\n\n### finalize\n\nAdded in [API level 9](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nprotected fun finalize(): Unit\n```\n\n| Exceptions ||\n|-----------------------|---------------------------------------|\n| `java.lang.Throwable` | the `Exception` raised by this method |"]]