DownloadedEditionsProvider
@MainActor
public protocol DownloadedEditionsProvider
Interface for querying the editions on disk, which usually means they are prepared to be presented to the user.
-
Returns an array of
DownloadedEdition
containing the UUIDs and download dates of all downloaded editions.Declaration
Swift
@MainActor var downloadedEditions: [DownloadedEdition] { get }