UserVisibleOptionalStringIdentifier
public enum UserVisibleOptionalStringIdentifier : Sendable
UserVisibleOptionalStringIdentifier is an identifier for an optional piece of text displayed to the user by Richie SDK.
-
See moreOptionalStringis a string representation for an optional piece of text displayed to the user by Richie SDK.Declaration
Swift
public enum OptionalString : Sendable -
bookDetailViewRemoveBookAlertTitleis the title of a book removal alert.Declaration
Swift
case bookDetailViewRemoveBookAlertTitle -
bookDetailViewRemoveBookAlertMessageis the message of a book removal alert.Declaration
Swift
case bookDetailViewRemoveBookAlertMessage -
bookDetailViewRemoveAlbumAlertTitleis the title of an album removal alert.Declaration
Swift
case bookDetailViewRemoveAlbumAlertTitle -
bookDetailViewRemoveAlbumAlertMessageis the message of an album removal alert.Declaration
Swift
case bookDetailViewRemoveAlbumAlertMessage -
bookDetailViewRemovePlaylistAlertTitleis the title of a playlist removal alert.Declaration
Swift
case bookDetailViewRemovePlaylistAlertTitle -
bookDetailViewRemovePlaylistAlertMessageis the message of a playlist removal alert.Declaration
Swift
case bookDetailViewRemovePlaylistAlertMessage -
bookDetailViewRemovePodcastAlertTitleis the title of a podcast episode removal alert.Declaration
Swift
case bookDetailViewRemovePodcastAlertTitle -
bookDetailViewRemovePodcastAlertMessageis the message of a podcast removal alert.Declaration
Swift
case bookDetailViewRemovePodcastAlertMessage