Stay organized with collections
Save and categorize content based on your preferences.
public
static
interface
InputMethodSession.EventCallback
android.view.inputmethod.InputMethodSession.EventCallback
|
Summary
Public methods |
abstract
void
|
finishedEvent(int seq, boolean handled)
|
Public methods
finishedEvent
public abstract void finishedEvent (int seq,
boolean handled)
Parameters |
seq |
int |
handled |
boolean |
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,["# InputMethodSession.EventCallback\n\nAdded in [API level 3](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\nInputMethodSession.EventCallback\n================================\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/android/view/inputmethod/InputMethodSession.EventCallback \"View this page in Kotlin\") \\|Java\n\n\n`\npublic\nstatic\n\n\ninterface\nInputMethodSession.EventCallback\n`\n\n\n`\n\n\n`\n\n|-----------------------------------------------------------|\n| android.view.inputmethod.InputMethodSession.EventCallback |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nSummary\n-------\n\n| ### Public methods ||\n|------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` abstract void` | ` `[finishedEvent](/reference/android/view/inputmethod/InputMethodSession.EventCallback#finishedEvent(int,%20boolean))`(int seq, boolean handled) ` |\n\nPublic methods\n--------------\n\n### finishedEvent\n\nAdded in [API level 3](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic abstract void finishedEvent (int seq, \n boolean handled)\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Parameters ||\n|-----------|------------------|\n| `seq` | `int` \u003cbr /\u003e |\n| `handled` | `boolean` \u003cbr /\u003e |"]]