SearchResultsProviderType
public enum SearchResultsProviderType : Sendable
Search results provider type
-
Use regular (old) search results provider.
Declaration
Swift
case regular
-
Use multi-search provider with support for new podcasts.
Declaration
Swift
case multi(disableLegacyPodcasts: Bool)