SuggestionSearchConfiguration

data class SuggestionSearchConfiguration(val language: String, val minQueryLength: Int = 2, val debounceTime: Long = 300)

Constructors

Link copied to clipboard
constructor(language: String, minQueryLength: Int = 2, debounceTime: Long = 300)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard