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

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

package torrentsearch.models

/**
 * Represents a parameter that may be consumed by a
 * [torrentsearch.TorrentProvider] when executing a query.
 */
public enum class SearchParam {
    QUERY,
    CATEGORY,
    LIMIT,
    TOKEN,
    TMDB_ID,
    IMDB_ID,
    TVDB_ID,
    PAGE,
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy