Action
public enum Action : Sendable
Book actions menu actions.
-
Download or delete the audio book data.
Declaration
Swift
case downloadOrDeleteAudio -
Download or delete the ebook data.
Declaration
Swift
case downloadOrDeleteEBook -
Download or delete the epub3 data.
Declaration
Swift
case downloadOrDeleteEpub3 -
Download or delete the edition data.
Declaration
Swift
case downloadOrDeleteEdition -
Mark the book (as a whole) as read or unread.
Declaration
Swift
case markAsReadOrUnread -
Flip album (currently only podcasts supported) playback order.
Declaration
Swift
case flipOrder -
Undocumented
Declaration
Swift
public static let defaultActions: [Action]