Richie
A unified factory for various SDKs provided by Richie.
You can use this factory for getting instances of AdManager, Editions, and BookLibraryController with the factory managing the bulk of configuration.
All functions must be called from the main thread.
Functions
Creates and initializes a BookLibraryController instance, or provides the existing instance if one has already been created. Note that this method handles calling Editions.initialize too.
Creates and initializes an Editions instance, or provides the existing instance if one has already been created. Note that this method handles calling Editions.initialize too.
Shortcut for setting the log level to Log.Level.VERBOSE. The default is Log.Level.WARN.
Updates privacy policy consent keys.
Set the log level for the Richie SDK's internal logger. level must be one of the values defined in Log.Level. The default is Log.Level.WARN.