Interface CertificationService
- All Known Implementing Classes:
DefaultCertificationService
public interface CertificationService
Service for loading TMDB certification metadata.
-
Method Summary
Modifier and TypeMethodDescriptionLoads the officially supported movie certifications on TMDB.Loads the officially supported TV certifications on TMDB.
-
Method Details
-
movieCertifications
MovieCertifications movieCertifications()Loads the officially supported movie certifications on TMDB.- Returns:
- supported movie certifications grouped by region
-
tvCertifications
TvCertifications tvCertifications()Loads the officially supported TV certifications on TMDB.- Returns:
- supported TV certifications grouped by region
-