Enumerations
The following enumerations are available globally.
-
An event fired by the SDK and available to any EventListener that is added to the SDK
See moreDeclaration
Swift
public enum Event : Equatable
-
A flow that the SDK can present with associated parameters
See moreDeclaration
Swift
public enum Flow
extension Flow: Equatable
-
The location at which a search is to be conducted
See moreDeclaration
Swift
public enum SearchLocation
extension SearchLocation: Equatable
extension SearchLocation: Encodable
-
An error from the back-end API
See moreDeclaration
Swift
public enum APIError : Error
-
cookie type to allow
See moreDeclaration
Swift
public enum CookieType : String, Codable
-
An environment the SDK can work against
See moreDeclaration
Swift
public enum Environment