toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.syncproviders
/
SyncAPI
/
Page
Page
data
class
Page
(
val
title
:
UiText
,
var
items
:
List
<
SyncAPI.LibraryItem
>
)
(
source
)
Members
Constructors
Page
Link copied to clipboard
constructor
(
title
:
UiText
,
items
:
List
<
SyncAPI.LibraryItem
>
)
Properties
items
Link copied to clipboard
var
items
:
List
<
SyncAPI.LibraryItem
>
title
Link copied to clipboard
val
title
:
UiText
Functions
sort
Link copied to clipboard
fun
sort
(
method
:
ListSorting
?
,
query
:
String
?
=
null
)