Interface WatchProviderService
- All Known Implementing Classes:
DefaultWatchProviderService
public interface WatchProviderService
Service for loading TMDB watch provider metadata.
-
Method Summary
Modifier and TypeMethodDescriptionmovies()Loads all available movie watch providers.Loads all available movie watch providers using a specific language.Loads movie watch providers for a specific watch region.Loads movie watch providers for a specific watch region using a specific language.regions()tv()Loads all available TV watch providers.Loads all available TV watch providers using a specific language.Loads TV watch providers for a specific watch region.Loads TV watch providers for a specific watch region using a specific language.
-
Method Details
-
regions
WatchProviderRegions regions() -
regions
-
movies
WatchProviders movies()Loads all available movie watch providers.- Returns:
- movie watch providers
-
movies
Loads all available movie watch providers using a specific language.- Parameters:
language- response language- Returns:
- localized movie watch providers
-
movies
Loads movie watch providers for a specific watch region.- Parameters:
watchRegion- watch region- Returns:
- movie watch providers for the region
-
movies
Loads movie watch providers for a specific watch region using a specific language.- Parameters:
watchRegion- watch regionlanguage- response language- Returns:
- localized movie watch providers for the region
-
tv
WatchProviders tv()Loads all available TV watch providers.- Returns:
- TV watch providers
-
tv
Loads all available TV watch providers using a specific language.- Parameters:
language- response language- Returns:
- localized TV watch providers
-
tv
Loads TV watch providers for a specific watch region.- Parameters:
watchRegion- watch region- Returns:
- TV watch providers for the region
-
tv
Loads TV watch providers for a specific watch region using a specific language.- Parameters:
watchRegion- watch regionlanguage- response language- Returns:
- localized TV watch providers for the region
-