UserVisibleOptionalStringIdentifier

public enum UserVisibleOptionalStringIdentifier : Sendable

UserVisibleOptionalStringIdentifier is an identifier for an optional piece of text displayed to the user by Richie SDK.

  • OptionalString is a string representation for an optional piece of text displayed to the user by Richie SDK.

    See more

    Declaration

    Swift

    public enum OptionalString : Sendable
  • bookDetailViewRemoveBookAlertTitle is the title of a book removal alert.

    Declaration

    Swift

    case bookDetailViewRemoveBookAlertTitle
  • bookDetailViewRemoveBookAlertMessage is the message of a book removal alert.

    Declaration

    Swift

    case bookDetailViewRemoveBookAlertMessage
  • bookDetailViewRemoveAlbumAlertTitle is the title of an album removal alert.

    Declaration

    Swift

    case bookDetailViewRemoveAlbumAlertTitle
  • bookDetailViewRemoveAlbumAlertMessage is the message of an album removal alert.

    Declaration

    Swift

    case bookDetailViewRemoveAlbumAlertMessage
  • bookDetailViewRemovePlaylistAlertTitle is the title of a playlist removal alert.

    Declaration

    Swift

    case bookDetailViewRemovePlaylistAlertTitle
  • bookDetailViewRemovePlaylistAlertMessage is the message of a playlist removal alert.

    Declaration

    Swift

    case bookDetailViewRemovePlaylistAlertMessage
  • bookDetailViewRemovePodcastAlertTitle is the title of a podcast episode removal alert.

    Declaration

    Swift

    case bookDetailViewRemovePodcastAlertTitle
  • bookDetailViewRemovePodcastAlertMessage is the message of a podcast removal alert.

    Declaration

    Swift

    case bookDetailViewRemovePodcastAlertMessage