SuggestionProvider

public enum SuggestionProvider : UInt8
extension SuggestionProvider: Equatable, Hashable

A provider is a source of search suggestions.

  • amp

    Declaration

    Swift

    case amp = 1
  • Declaration

    Swift

    case wikipedia = 2
  • amo

    Declaration

    Swift

    case amo = 3
  • Declaration

    Swift

    case pocket = 4
  • Declaration

    Swift

    case yelp = 5
  • mdn

    Declaration

    Swift

    case mdn = 6
  • Declaration

    Swift

    case weather = 7
  • Declaration

    Swift

    case ampMobile = 8
  • Declaration

    Swift

    case fakespot = 9
  • Declaration

    Swift

    case exposure = 10