Anime Search Response
data class AnimeSearchResponse(val name: String, val url: String, val apiName: String, var type: TvType? = null, var posterUrl: String? = null, var year: Int? = null, var dubStatus: EnumSet<DubStatus>? = null, var otherName: String? = null, var episodes: MutableMap<DubStatus, Int> = mutableMapOf(), var id: Int? = null, var quality: SearchQuality? = null, var posterHeaders: Map<String, String>? = null) : SearchResponse(source)
Constructors
Link copied to clipboard
constructor(name: String, url: String, apiName: String, type: TvType? = null, posterUrl: String? = null, year: Int? = null, dubStatus: EnumSet<DubStatus>? = null, otherName: String? = null, episodes: MutableMap<DubStatus, Int> = mutableMapOf(), id: Int? = null, quality: SearchQuality? = null, posterHeaders: Map<String, String>? = null)
Functions
Link copied to clipboard
Link copied to clipboard
fun AnimeSearchResponse.addDubStatus(dubExist: Boolean, subExist: Boolean, dubEpisodes: Int? = null, subEpisodes: Int? = null)
Link copied to clipboard
Link copied to clipboard