autocompleteByName

abstract fun autocompleteByName(name: String)(source)

Uses an existing autocomplete handler with the specified name.

Must match an autocomplete handler created from a named @AutocompleteHandler or AutocompleteManager.autocomplete.

See also

@AutocompleteHandler