toggle menu
extensions-lib
16-rc4
jvm
switch theme
search in API
extensions-lib
/
eu.kanade.tachiyomi.animesource.model
/
Hoster
Hoster
class
Hoster
(
val
hosterUrl
:
String
=
""
,
val
hosterName
:
String
=
""
,
val
videoList
:
List
<
Video
>
?
=
null
,
val
internalData
:
String
=
""
,
val
lazy
:
Boolean
=
false
)
(
source
)
Members
Constructors
Hoster
Link copied to clipboard
constructor
(
hosterUrl
:
String
=
""
,
hosterName
:
String
=
""
,
videoList
:
List
<
Video
>
?
=
null
,
internalData
:
String
=
""
,
lazy
:
Boolean
=
false
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
hoster
Name
Link copied to clipboard
val
hosterName
:
String
hoster
Url
Link copied to clipboard
val
hosterUrl
:
String
internal
Data
Link copied to clipboard
val
internalData
:
String
lazy
Link copied to clipboard
val
lazy
:
Boolean
=
false
video
List
Link copied to clipboard
val
videoList
:
List
<
Video
>
?
=
null