AcquiredPublication
data class AcquiredPublication(val localFile: File, val suggestedFilename: String, val format: Format, val licenseDocument: LicenseDocument)
Information about an acquired publication protected with LCP.
Parameters
localFile
Path to the downloaded publication. You must move this file to the user library's folder.
suggestedFilename
Filename that should be used for the publication when importing it in the user library.
Constructors
Link copied to clipboard
constructor(localFile: File, suggestedFilename: String, format: Format, licenseDocument: LicenseDocument)