toggle menu
Provider API Reference
androidJvm
switch theme
search in API
core-util
/
com.flixclusive.core.util.network.jsoup
Package-level
declarations
Functions
Functions
as
Jsoup
Link copied to clipboard
fun
Response
.
asJsoup
(
html
:
String
?
=
null
)
:
Document
Parses the
Response
as HTML using Jsoup library and returns a
Document
object.