PodcastEpisodeViewDisplayConfig

public struct PodcastEpisodeViewDisplayConfig : Sendable

Undocumented

  • Undocumented

    Declaration

    Swift

    public var enableDownload: Bool
  • Undocumented

    Declaration

    Swift

    public var enableAdd: Bool
  • Undocumented

    Declaration

    Swift

    public init(
        enableDownload: Bool = false,
        enableAdd: Bool = false
    )