downloadEdition

abstract fun downloadEdition(edition: Edition, downloadProgressListener: DownloadProgressListener): Cancelable?

Use this method to download an edition and make it available for presentation.

Download progress is provided through downloadProgressListener

Returns a Cancelable instance, so the download can be cancelled through it. If the edition can't be found, or if it is already downloaded the method will return null.