protectionLocalizedName property

LocalizedString? protectionLocalizedName

User-facing localized name for this Content Protection, e.g. "Readium LCP". It could be used in a sentence such as "Protected by {name}".

Implementation

LocalizedString? get protectionLocalizedName => protectionService?.name;