Source

public enum Source

An enum that tells data source of a search response

Important

This is a Public Preview API. It may be changed or removed at any time.
  • 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