SAnime

interface SAnime(source)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract var artist: String?
Link copied to clipboard
abstract var author: String?
Link copied to clipboard
abstract var description: String?
Link copied to clipboard
abstract var genre: String?

A string containing list of all genres separated with ", "

Link copied to clipboard
abstract var initialized: Boolean

Tells the app if it should call fetchAnimeDetails.

Link copied to clipboard
abstract var status: Int

An "enum" value. Refer to the values in the SAnime companion object.

Link copied to clipboard
abstract var thumbnail_url: String?
Link copied to clipboard
abstract var title: String
Link copied to clipboard

Useful to exclude animes/movies that will always only have the same episode list from the global updates.

Link copied to clipboard
abstract var url: String