Readium
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readium
readium-lcp
/
org.readium.r2.lcp.license.model
/
LicenseDocument
/
Companion
Companion
androidJvm
object
Companion
Members
Functions
from
Bytes
Link copied to clipboard
androidJvm
fun
fromBytes
(
data
:
ByteArray
)
:
Try
<
LicenseDocument
,
LcpError.Parsing
>
from
JSON
Link copied to clipboard
androidJvm
fun
fromJSON
(
json
:
JSONObject
)
:
Try
<
LicenseDocument
,
LcpError.Parsing
>