AutocompleteResult

class AutocompleteResult(val segments: List<AutocompleteSegment> = emptyList())

Contains a list of results returned by the Autocomplete engine.

Constructors

Link copied to clipboard
constructor(segments: List<AutocompleteSegment> = emptyList())

Properties

Link copied to clipboard

The list of the AutocompleteSegment returned by Autocomplete engine.

Functions

Link copied to clipboard
Link copied to clipboard
fun copy(segments: List<AutocompleteSegment> = this.segments): AutocompleteResult
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String