Readium
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readium
readium-lcp
/
org.readium.r2.lcp
/
LcpContentProtectionService
Lcp
Content
Protection
Service
androidJvm
class
LcpContentProtectionService
(
val
license
:
LcpLicense
?
,
val
error
:
LcpError
?
)
:
ContentProtectionService
Members
Constructors
Lcp
Content
Protection
Service
Link copied to clipboard
androidJvm
constructor
(
license
:
LcpLicense
?
,
error
:
LcpError
?
)
Types
Companion
Link copied to clipboard
androidJvm
object
Companion
Properties
credentials
Link copied to clipboard
androidJvm
open
override
val
credentials
:
String
?
=
null
error
Link copied to clipboard
androidJvm
open
override
val
error
:
LcpError
?
is
Restricted
Link copied to clipboard
androidJvm
open
override
val
isRestricted
:
Boolean
license
Link copied to clipboard
androidJvm
val
license
:
LcpLicense
?
name
Link copied to clipboard
androidJvm
open
val
name
:
String
?
rights
Link copied to clipboard
androidJvm
open
override
val
rights
:
ContentProtectionService.UserRights
scheme
Link copied to clipboard
androidJvm
open
override
val
scheme
:
ContentProtection.Scheme
Functions
close
Link copied to clipboard
androidJvm
open
override
fun
close
(
)