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 more

    Declaration

    Swift

    public enum Event : Equatable
  • A flow that the SDK can present with associated parameters

    See more

    Declaration

    Swift

    public enum Flow
    extension Flow: Equatable
  • The location at which a search is to be conducted

    See more

    Declaration

    Swift

    public enum SearchLocation
    extension SearchLocation: Equatable
    extension SearchLocation: Encodable
  • An error from the back-end API

    See more

    Declaration

    Swift

    public enum APIError : Error
  • cookie type to allow

    See more

    Declaration

    Swift

    public enum CookieType : String, Codable
  • An environment the SDK can work against

    See more

    Declaration

    Swift

    public enum Environment