Playlist

public struct Playlist

Structured and finite list of stories, typically beginning with News and followed by Podcasts.

  • Title of the playlist

    Declaration

    Swift

    public let title: String
  • URL of the cover image for the broadcast

    Declaration

    Swift

    public let imageURL: URL
  • List of Stories

    Declaration

    Swift

    public let stories: [Story]