All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.models.Category.kt Maven / Gradle / Ivy

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