Other Enumerations

The following enumerations are available globally.

  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, CredentialsExchangeResult) {
        CredentialsExchangeResultOK = 1,
        CredentialsExchangeResultSignedOut,
        CredentialsExchangeResultNoCredentials,
        CredentialsExchangeResultInvalidCredentials,
        CredentialsExchangeResultInsufficientCredentials,
        CredentialsExchangeResultUnexpectedServerResponse,
    }

    Swift

    enum CredentialsExchangeResult : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_OPTIONS(NSUInteger, MaggioAnalyticsTemplateRenderingFlags) {
    	MaggioAnalyticsTemplateRenderingFlagsBodyJSON = 1 << 0,
    }

    Swift

    struct MaggioAnalyticsTemplateRenderingFlags : OptionSet, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, MaggioOrientation)
    {
    	kMaggioOrientationInvalid		= 0,
    	kMaggioOrientationPortrait		= 1,
    	kMaggioOrientationLandscape		= 2,
    }

    Swift

    enum MaggioOrientation : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, MaggioImagePurpose)
    {
    	kMaggioImagePurposeThumbnail		= 0,
    	kMaggioImagePurposePageImage		= 1,
    	kMaggioImagePurposePageImageZoomed	= 2,
    	kMaggioImagePurposeUnknown			= 3,
    }

    Swift

    enum MaggioImagePurpose : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, RichieBooksBookPresentationState)
    {
    	RichieBooksBookPresentationState_Unpresentable				= 0,	// For example, before has been downloaded
    	RichieBooksBookPresentationState_Preparable					= 1,
    	RichieBooksBookPresentationState_PreparingForPresentation	= 2,
    	RichieBooksBookPresentationState_Presentable				= 3,
    }

    Swift

    enum RichieBooksBookPresentationState : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, RichieBooksBookDiskState)
    {
    	RichieBooksBookDiskState_Undownloaded			= 0,
    	RichieBooksBookDiskState_PartiallyDownloaded	= 1,
    	RichieBooksBookDiskState_Downloaded				= 2,
    }

    Swift

    enum RichieBooksBookDiskState : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, RichieBooksOrientation)
    {
    	kRichieBooksOrientationPortrait		= 1,
    	kRichieBooksOrientationLandscape	= 2,
    }

    Swift

    enum RichieBooksOrientation : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Swift

    public enum CoverProviderError : Error, Sendable
  • List of errors that can happen when trying to download an edition.

    See more

    Declaration

    Swift

    public enum DownloadError : Error
  • Undocumented

    See more

    Declaration

    Swift

    public enum PaginatorError : Error, Sendable
  • Undocumented

    See more

    Declaration

    Swift

    public enum DownloadCoverError : Error, Sendable
  • The source type for books.

    See more

    Declaration

    Swift

    public enum BooksFilterSourceType : Sendable
  • The content type for books.

    See more

    Declaration

    Swift

    public enum BooksFilterContentType : Sendable
  • The download status for books.

    See more

    Declaration

    Swift

    public enum BooksFilterDownloadStatus : Sendable
  • The progress status for books.

    See more

    Declaration

    Swift

    public enum BooksFilterProgressStatus : Sendable
  • The publication status for books.

    See more

    Declaration

    Swift

    public enum BooksFilterPublicationStatus : Sendable
  • Tab bar style for books library.

    See more

    Declaration

    Swift

    public enum BooksLibraryTabBarStyle : Sendable
  • Search results provider type

    See more

    Declaration

    Swift

    public enum SearchResultsProviderType : Sendable
  • Configuration for a view to show behind the status bar, etc.

    See more

    Declaration

    Swift

    public enum BackgroundViewConfig : Sendable
  • UserVisibleOptionalStringIdentifier is an identifier for an optional piece of text displayed to the user by Richie SDK.

    See more

    Declaration

    Swift

    public enum UserVisibleOptionalStringIdentifier : Sendable
  • Undocumented

    See more

    Declaration

    Swift

    public enum BooksFeedSortingType : Sendable
  • Undocumented

    See more

    Declaration

    Swift

    public enum ViewRoundingMode : Sendable
  • Undocumented

    See more

    Declaration

    Swift

    public enum AudioPlaybackAction
  • Undocumented

    See more

    Declaration

    Swift

    public enum NagType : Codable, CodingKey, Sendable

ToastView