GuestSessionApi

Functions

Link copied to clipboard
fun getRatedMovies(    session: Session.Guest,     page: Int? = null,     language: LocaleCode? = null,     sortDirection: SortDirection? = null): Flow.Publisher<PaginatedListResults<MovieListResult>>

Get the rated movies for a guest session.

Link copied to clipboard
fun getRatedTvEpisodes(    session: Session.Guest,     page: Int? = null,     language: LocaleCode? = null,     sortDirection: SortDirection? = null): Flow.Publisher<PaginatedListResults<TvEpisodeListResult>>

Get the rated TV episodes for a guest session.

Link copied to clipboard
fun getRatedTvShows(    session: Session.Guest,     page: Int? = null,     language: LocaleCode? = null,     sortDirection: SortDirection? = null): Flow.Publisher<PaginatedListResults<TvListResult>>

Get the rated TV shows for a guest session.