public static interface AutoCompleteTextComponent.AutoCompleteFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(String text)
Callback to filter based on this given text
|
boolean filter(String text)
text - the text for filteringCopyright © 2021. All rights reserved.