toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.ui.search
/
SearchHistoryItem
Search
History
Item
data
class
SearchHistoryItem
(
val
searchedAt
:
Long
,
val
searchText
:
String
,
val
type
:
List
<
TvType
>
,
val
key
:
String
)
(
source
)
Members
Constructors
Search
History
Item
Link copied to clipboard
constructor
(
searchedAt
:
Long
,
searchText
:
String
,
type
:
List
<
TvType
>
,
key
:
String
)
Properties
key
Link copied to clipboard
val
key
:
String
searched
At
Link copied to clipboard
val
searchedAt
:
Long
search
Text
Link copied to clipboard
val
searchText
:
String
type
Link copied to clipboard
val
type
:
List
<
TvType
>