getFilmDetails

open suspend fun getFilmDetails(film: Film): FilmDetails

Deprecated

Use getMetadata instead

Replace with

getMetadata(film)

Retrieves detailed information about a film.

Return

a FilmDetails instance containing the film's information. It could either be a Movie or TvShow.

Parameters

film

The Film object of the film to retrieve details for.