AutocompleteResultType

public enum AutocompleteResultType : String

The type of autocomplete result.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Autocomplete search returns results with type: category.

    Declaration

    Swift

    case category
  • Autocomplete search returns results with type: brand.

    Declaration

    Swift

    case brand