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

    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
  • Search results provider type

    See more

    Declaration

    Swift

    public enum SearchResultsProviderType : 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 ViewRoundingMode : Sendable
  • Undocumented

    See more

    Declaration

    Swift

    public enum AudioPlaybackAction

ToastView