SuggestionProvider
public enum SuggestionProvider : UInt8
extension SuggestionProvider: Equatable, Hashable
A provider is a source of search suggestions.
-
Declaration
Swift
case amp = 1
-
Declaration
Swift
case wikipedia = 2
-
Declaration
Swift
case amo = 3
-
Declaration
Swift
case pocket = 4
-
Declaration
Swift
case yelp = 5
-
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