Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Interface IReadingSystemEngineOptions

    Options used when instantiating a ReadingSystemEngine.

    interface IReadingSystemEngineOptions {
        licenseApiKey: string;
        licenseApiNativeAppSecret?: string;
        platformWorkaroundOptions?: IPlatformWorkaroundOptions;
    }

    Properties

    licenseApiKey: string

    The License API key provided by Colibrio. Required.

    licenseApiNativeAppSecret?: string

    The License API secret provided by Colibrio. A unique identifier for the application. Required for native apps. Should not be set for web apps.

    platformWorkaroundOptions?: IPlatformWorkaroundOptions

    Options for various browser/platform specific workarounds