AnimeRelation

class AnimeRelation(val name: String, val animes: List<SAnime>)(source)

A named group of anime, that are related to a specific anime entry

Will need SAnime.url, SAnime.title and SAnime.thumbnail_url to be filled in

Since

extensions-lib 17

Parameters

name

label shown above the row, e.g. "Sequels", "Recommended" etc

animes

the related entries, in the order they should be shown

Constructors

Link copied to clipboard
constructor(name: String, animes: List<SAnime>)

Properties

Link copied to clipboard
Link copied to clipboard