| Package | Description |
|---|---|
| com.omertron.themoviedbapi | |
| com.omertron.themoviedbapi.methods |
| Modifier and Type | Method and Description |
|---|---|
MediaState |
TheMovieDbApi.getEpisodeAccountState(int tvID,
int seasonNumber,
int episodeNumber,
String sessionID)
This method lets users get the status of whether or not the TV episode
has been rated.
|
MediaState |
TheMovieDbApi.getMovieAccountState(int movieId,
String sessionId)
This method lets a user get the status of whether or not the movie has
been rated or added to their favourite or movie watch list.
|
MediaState |
TheMovieDbApi.getSeasonAccountState(int tvID,
String sessionID)
This method lets users get the status of whether or not the TV episodes
of a season have been rated.
|
MediaState |
TheMovieDbApi.getTVAccountState(int tvID,
String sessionID)
This method lets users get the status of whether or not the TV show has
been rated or added to their favourite or watch lists.
|
| Modifier and Type | Method and Description |
|---|---|
MediaState |
TmdbEpisodes.getEpisodeAccountState(int tvID,
int seasonNumber,
int episodeNumber,
String sessionID)
This method lets users get the status of whether or not the TV episode
has been rated.
|
MediaState |
TmdbMovies.getMovieAccountState(int movieId,
String sessionId)
This method lets a user get the status of whether or not the movie has been rated or added to their favourite or movie watch
list.
|
MediaState |
TmdbSeasons.getSeasonAccountState(int tvID,
String sessionID)
This method lets users get the status of whether or not the TV episodes of a season have been rated.
|
MediaState |
TmdbTV.getTVAccountState(int tvID,
String sessionID)
This method lets users get the status of whether or not the TV show has
been rated or added to their favourite or watch lists.
|
Copyright © 2012–2017. All rights reserved.