renewLicense

abstract suspend fun renewLicense(download: Download): Result<ByteArray, Error>

Renews the license for a given download asset.

Return

ByteArray instance for renewed license on success or Error on failure.

Parameters

download

Download a download asset for which the license renewal is requested.