UserVisibleStringIdentifier
public enum UserVisibleStringIdentifier : Sendable
UserVisibleStringIdentifier
is an identifier for a piece of text displayed to the user by Richie SDK.
-
bookSelectionAll
is the text used in category view segmented control for all books.Declaration
Swift
case bookSelectionAll
-
bookSelectionAudio
is the text used in category view segmented control for audiobooks.Declaration
Swift
case bookSelectionAudio
-
bookSelectionDownloaded
is the text used in category view segmented control for downloaded books.Declaration
Swift
case bookSelectionDownloaded
-
bookSelectionMyBooksAll
is the text used in “my books” segmented control for all books.Declaration
Swift
case bookSelectionMyBooksAll
-
bookSelectionMyBooksAudio
is the text used in “my books” segmented control for audiobooks.Declaration
Swift
case bookSelectionMyBooksAudio
-
bookSelectionMyBooksCurrentlyReading
is the text used in “my books” segmented control for books the user is currently reading.Declaration
Swift
case bookSelectionMyBooksCurrentlyReading
-
bookSelectionMyBooksDownloaded
is the text used in “my books” segmented control for downloaded books.Declaration
Swift
case bookSelectionMyBooksDownloaded
-
booksTabTitleDiscover
is the title of the discover tab.Declaration
Swift
case booksTabTitleDiscover
-
booksTabTitleMyBooks
is the title of the my books tab.Declaration
Swift
case booksTabTitleMyBooks
-
booksTabTitlePodcasts
is the title of the podcasts tab.Declaration
Swift
case booksTabTitlePodcasts
-
booksTabTitleSearch
is the title of the search tab.Declaration
Swift
case booksTabTitleSearch
-
booksTabTitleCatalog
is the title of the catalog tab.Declaration
Swift
case booksTabTitleCatalog
-
booksTabTitleMusic
is the title of the music tab.Declaration
Swift
case booksTabTitleMusic
-
bookDetailViewRemoveBookAlertButton
is the button title of a book removal alert.Declaration
Swift
case bookDetailViewRemoveBookAlertButton
-
bookDetailViewRemoveAlbumAlertButton
is the button title of an album removal alert.Declaration
Swift
case bookDetailViewRemoveAlbumAlertButton
-
bookDetailViewRemovePlaylistAlertButton
is the button title of a playlist removal alert.Declaration
Swift
case bookDetailViewRemovePlaylistAlertButton
-
bookDetailViewRemovePodcastAlertButton
is the button title of a podcast removal alert.Declaration
Swift
case bookDetailViewRemovePodcastAlertButton
-
booksCategoryListNameAll
is the list name for the books categoryAll
Declaration
Swift
case booksCategoryListNameAll
-
bookDetailViewOriginalPublicationDate
is the metadata title for the original publication date/year.Declaration
Swift
case bookDetailViewOriginalPublicationDate