Source

public enum Source

Defines the source of the produced search result.

Note

this information might be helful when different Search instances are used and there is a need to distinguish results based on their origin.
  • Indicates that the data comes from the offline search.

    Declaration

    Swift

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

    Declaration

    Swift

    case online
  • Indicates that the data comes from a custom (user-defined) data provider.

    Declaration

    Swift

    case custom