toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3
/
SearchResponse
Search
Response
interface
SearchResponse
(
source
)
Inheritors
AnimeSearchResponse
TorrentSearchResponse
MovieSearchResponse
LiveSearchResponse
TvSeriesSearchResponse
SyncSearchResult
LibraryItem
SyncSearchResultSearchResponse
LibrarySearchResponse
ResumeWatchingResult
Members
Members & Extensions
Properties
api
Name
Link copied to clipboard
abstract
val
apiName
:
String
id
Link copied to clipboard
abstract
var
id
:
Int
?
name
Link copied to clipboard
abstract
val
name
:
String
poster
Headers
Link copied to clipboard
abstract
var
posterHeaders
:
Map
<
String
,
String
>
?
poster
Url
Link copied to clipboard
abstract
var
posterUrl
:
String
?
quality
Link copied to clipboard
abstract
var
quality
:
SearchQuality
?
type
Link copied to clipboard
abstract
var
type
:
TvType
?
url
Link copied to clipboard
abstract
val
url
:
String
Functions
add
Poster
Link copied to clipboard
fun
SearchResponse
.
addPoster
(
url
:
String
?
,
headers
:
Map
<
String
,
String
>
?
=
null
)
add
Quality
Link copied to clipboard
fun
SearchResponse
.
addQuality
(
quality
:
String
)