LoadResponse
Abstract interface of LoadResponse responses
Inheritors
Properties
Link copied to clipboard
Url of the media background poster.
Link copied to clipboard
determines if the media is released or coming soon.
Link copied to clipboard
content rating of the media, appears on result page.
Link copied to clipboard
headers map used by network request to get the poster.
Link copied to clipboard
list of the SearchResponse related to media, appears on result page.
Link copied to clipboard
Online sync services compatible with the media.
Link copied to clipboard
list of the media TrailerData, used to load trailers.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Extension function that adds poster to LoadResponse
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun LoadResponse.addTrailer(trailerUrl: String?, referer: String? = null, addRaw: Boolean = false)
better to call addTrailer with multiple trailers directly instead of calling this multiple times
suspend fun LoadResponse.addTrailer(trailerUrls: List<String>?, referer: String? = null, addRaw: Boolean = false)
suspend fun LoadResponse.addTrailer(trailerUrl: String?, referer: String? = null, addRaw: Boolean = false, headers: Map<String, String> = mapOf())
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Extension function of LoadResponse to check if it's Anime based.
Link copied to clipboard
Extension function of LoadResponse to check if it's Episode based.
Link copied to clipboard