android-components / mozilla.components.feature.awesomebar.provider / SearchSuggestionProvider / shouldClearSuggestions

shouldClearSuggestions

val shouldClearSuggestions: Boolean (source)

Overrides SuggestionProvider.shouldClearSuggestions

If true an AwesomeBar implementation can clear the previous suggestions of this provider as soon as the user continues to type. If this is false an AwesomeBar implementation is allowed to keep the previous suggestions around until the provider returns a new list of suggestions for the updated text.