BooksLibraryOpenRequest
public enum BooksLibraryOpenRequest : Sendable
Undocumented
-
Podcast episode with rss id, open mode, and optional back-button title from the presenting section
Declaration
Swift
case podcastEpisode(String, PodcastEpisodeOpenMode, backButtonTitle: String?) -
Podcast series with url and optional back-button title from the presenting section
Declaration
Swift
case podcastSeries(String, backButtonTitle: String?) -
Podcast series and episode with uuid strings and optional back-button title from the presenting section
Declaration
Swift
case podcastSeriesAndEpisode(String, String?, backButtonTitle: String?) -
Live audio
Declaration
Swift
case liveAudio(LiveAudio) -
Book with id and optional back-button title from the presenting section
Declaration
Swift
case book(String, backButtonTitle: String?)