ResumeWatchingResult
data class ResumeWatchingResult(val name: String, val url: String, val apiName: String, var type: TvType? = null, var posterUrl: String?, val watchPos: DataStoreHelper.PosDur?, var id: Int?, val parentId: Int?, val episode: Int?, val season: Int?, val isFromDownload: Boolean, var quality: SearchQuality? = null, var posterHeaders: Map<String, String>? = null, var score: Score? = null) : SearchResponse(source)
Constructors
Link copied to clipboard
constructor(name: String, url: String, apiName: String, type: TvType? = null, posterUrl: String?, watchPos: DataStoreHelper.PosDur?, id: Int?, parentId: Int?, episode: Int?, season: Int?, isFromDownload: Boolean, quality: SearchQuality? = null, posterHeaders: Map<String, String>? = null, score: Score? = null)