We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4987b0e commit f088ddaCopy full SHA for f088dda
ui/src/main/kotlin/com/algolia/instantsearch/voice/ui/VoiceInputDialogFragment.kt
@@ -19,6 +19,7 @@ class VoiceInputDialogFragment : DialogFragment() {
19
20
private var suggestions: Array<out String>? = null
21
22
+ /** Defines suggestions to display to the user before they speak. */
23
fun setArguments(vararg suggestions: String) {
24
arguments = Bundle().also {
25
it.putStringArray(Field.Suggestions.name, suggestions)
0 commit comments