Cloudike Android Libraries
Toggle table of contents
6.0.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Cloudike Android Libraries
Photos Library
/
com.cloudike.sdk.photos.search
/
SuggestionSearchConfiguration
Suggestion
Search
Configuration
data
class
SuggestionSearchConfiguration
(
val
language
:
String
,
val
minQueryLength
:
Int
=
2
,
val
debounceTime
:
Long
=
300
)
Members
Constructors
Suggestion
Search
Configuration
Link copied to clipboard
constructor
(
language
:
String
,
minQueryLength
:
Int
=
2
,
debounceTime
:
Long
=
300
)
Properties
debounce
Time
Link copied to clipboard
val
debounceTime
:
Long
language
Link copied to clipboard
val
language
:
String
min
Query
Length
Link copied to clipboard
val
minQueryLength
:
Int