Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.ui.search
/
ExpandableSearchList
Expandable
Search
List
data
class
ExpandableSearchList
(
var
list
:
List
<
SearchResponse
>
,
var
currentPage
:
Int
,
var
hasNext
:
Boolean
)
(
source
)
Members
Constructors
Expandable
Search
List
Link copied to clipboard
constructor
(
list
:
List
<
SearchResponse
>
,
currentPage
:
Int
,
hasNext
:
Boolean
)
Properties
current
Page
Link copied to clipboard
var
currentPage
:
Int
has
Next
Link copied to clipboard
var
hasNext
:
Boolean
list
Link copied to clipboard
var
list
:
List
<
SearchResponse
>