commonMain.models.Category.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of torrentsearch Show documentation
Show all versions of torrentsearch Show documentation
Torrent Provider API client written in Kotlin.
The newest version!
package torrentsearch.models
/**
* A Category representing the content of a torrent,
* used to filter query results.
*/
public enum class Category {
ALL,
AUDIO,
VIDEO,
OTHER,
MOVIES,
XXX,
GAMES,
TV,
MUSIC,
APPS,
BOOKS,
ANIME,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy