AutocompleteInputQuery
@objcMembers
public class AutocompleteInputQuery
Autocomplete input query.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates input query instance
Declaration
Swift
required public init(offset: Int, length: Int)Parameters
offsetcharacters offset of the query in the matching name.
lengthnumber of characters that match.
AutocompleteInputQuery Class Reference