About SDK and license

This page covers the ways of obtaining the info about a SDK and a license

SDK

To get the API version use:

DocReader.shared.version.api

To get the Core version use:

DocReader.shared.version.core

To get the Core mode use:

DocReader.shared.version.coreMode

Allows you to get database id, e.g. KAZ:

DocReader.shared.version.database.databaseID

To get the database version use:

DocReader.shared.version.database.version

Allows you to get the database export date:

DocReader.shared.version.database.date

To get the list of supported database documents use:

DocReader.shared.version.database.databaseDescription

Allows to get the number of supported database countries:

DocReader.shared.version.database.countriesNumber

Allows to get the number of supported database documents:

DocReader.shared.version.database.documentsNumber

License

Allows to get an expiration date of your license:

DocReader.shared.license.expiryDate

Allows to get a list of country identifiers which are defined for processing in the license. If the array is empty, there are no restrictions for processing:

DocReader.shared.license.countryFilter

Last updated

Was this helpful?