quarkdown
Toggle table of contents
latest
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-core
/
com.quarkdown.core.media
/
RemoteMedia
Remote
Media
data
class
RemoteMedia
(
val
url
:
URL
)
:
Media
A media stored remotely.
Parameters
url
the URL where the media is stored
Members
Constructors
Remote
Media
Link copied to clipboard
constructor
(
url
:
URL
)
Properties
url
Link copied to clipboard
val
url
:
URL
Functions
accept
Link copied to clipboard
open
override
fun
<
T
>
accept
(
visitor
:
MediaVisitor
<
T
>
)
:
T