Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.syncproviders
/
SyncAPI
/
LibraryList
Library
List
data
class
LibraryList
(
val
name
:
UiText
,
val
items
:
List
<
SyncAPI.LibraryItem
>
)
(
source
)
Members
Constructors
Library
List
Link copied to clipboard
constructor
(
name
:
UiText
,
items
:
List
<
SyncAPI.LibraryItem
>
)
Properties
items
Link copied to clipboard
val
items
:
List
<
SyncAPI.LibraryItem
>
name
Link copied to clipboard
val
name
:
UiText