AnimeLoadResponse
Data class of LoadResponse interface for Anime.
See also
Constructors
Secondary constructor for backwards compatibility without contentRating. Remove this constructor after there is a new stable release and extensions are updated to support contentRating.
Properties
Url of the media background poster.
determines if the media is released or coming soon.
content rating of the media, appears on result page.
headers map used by network request to get the poster.
list of the SearchResponse related to media, appears on result page.
Online sync services compatible with the media.
list of the media TrailerData, used to load trailers.
Functions
If episodes already exist appends the list.
Extension function that adds poster to LoadResponse
better to call addTrailer with multiple trailers directly instead of calling this multiple times
Count all episodes in all previous seasons up until this episode to get a total count. Example: Season 1: 10 episodes. Season 2: 6 episodes.
Extension function of LoadResponse to check if it's Anime based.
Extension function of LoadResponse to check if it's Episode based.