Interface GenreService

All Known Implementing Classes:
DefaultGenreService

public interface GenreService
Service for loading TMDB genre metadata.
  • Method Summary

    Modifier and Type
    Method
    Description
    Loads the official list of movie genres.
    movies(Language language)
    Loads the official list of movie genres using a specific language.
    tv()
    Loads the official list of TV genres.
    tv(Language language)
    Loads the official list of TV genres using a specific language.
  • Method Details

    • movies

      GenreList movies()
      Loads the official list of movie genres.
      Returns:
      movie genres
    • movies

      GenreList movies(Language language)
      Loads the official list of movie genres using a specific language.
      Parameters:
      language - response language
      Returns:
      localized movie genres
    • tv

      GenreList tv()
      Loads the official list of TV genres.
      Returns:
      TV genres
    • tv

      GenreList tv(Language language)
      Loads the official list of TV genres using a specific language.
      Parameters:
      language - response language
      Returns:
      localized TV genres