OpenResult

data class OpenResult(val asset: Asset, val onCreatePublication: Publication.Builder.() -> Unit = {})

Holds the result of opening an Asset with a ContentProtection.

Constructors

Link copied to clipboard
constructor(asset: Asset, onCreatePublication: Publication.Builder.() -> Unit = {})

Properties

Link copied to clipboard

Asset pointing to a publication.

Link copied to clipboard

Called on every parsed Publication.Builder It can be used to modify the Manifest, the root Container or the list of service factories of a Publication.