Source

public enum Source

An enum that tells data source of a search response

  • Indicates that the data comes from the onboard search

    Declaration

    Swift

    case onboard
  • Indicates that the data comes from the online search

    Declaration

    Swift

    case online