Stay organized with collections
Save and categorize content based on your preferences.
AutoCompleteTextView.OnDismissListener
public
static
interface
AutoCompleteTextView.OnDismissListener
android.widget.AutoCompleteTextView.OnDismissListener
|
Listener to respond to the AutoCompleteTextView's completion list being dismissed.
Summary
Public methods |
abstract
void
|
onDismiss()
This method will be invoked whenever the AutoCompleteTextView's list
of completion options has been dismissed and is no longer available
for user interaction.
|
Public methods
onDismiss
public abstract void onDismiss ()
This method will be invoked whenever the AutoCompleteTextView's list
of completion options has been dismissed and is no longer available
for user interaction.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# AutoCompleteTextView.OnDismissListener\n\nAdded in [API level 17](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\nAutoCompleteTextView.OnDismissListener\n======================================\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/android/widget/AutoCompleteTextView.OnDismissListener \"View this page in Kotlin\") \\|Java\n\n\n`\npublic\nstatic\n\n\ninterface\nAutoCompleteTextView.OnDismissListener\n`\n\n\n`\n\n\n`\n\n|-------------------------------------------------------|\n| android.widget.AutoCompleteTextView.OnDismissListener |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nListener to respond to the AutoCompleteTextView's completion list being dismissed. \n**See also:**\n\n- [AutoCompleteTextView.setOnDismissListener(OnDismissListener)](/reference/android/widget/AutoCompleteTextView#setOnDismissListener(android.widget.AutoCompleteTextView.OnDismissListener))\n\nSummary\n-------\n\n| ### Public methods ||\n|------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` abstract void` | ` `[onDismiss](/reference/android/widget/AutoCompleteTextView.OnDismissListener#onDismiss())`() ` This method will be invoked whenever the AutoCompleteTextView's list of completion options has been dismissed and is no longer available for user interaction. |\n\nPublic methods\n--------------\n\n### onDismiss\n\nAdded in [API level 17](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\n```\npublic abstract void onDismiss ()\n```\n\nThis method will be invoked whenever the AutoCompleteTextView's list\nof completion options has been dismissed and is no longer available\nfor user interaction.\n\n\u003cbr /\u003e"]]