Method | Description | |
---|---|---|
AlternateTitlesAsync ( string country ) : Task |
Gets a list of altenative titles for the specified country
|
|
CastAsync ( ) : Task |
Gets the credits of this movie.
|
|
ImagesAsync ( ) : Task |
All images of this movie.
|
|
KeywordsAsync ( ) : Task |
The keywords of a specific movie.
|
|
ReleasesAsync ( ) : Task |
Releases of a specific movie.
|
|
SimilarMoviesAsync ( int page = 1 ) : Task |
Gets movies that are similiar to the specified movie.
|
|
ToString ( ) : string |
Returns this instance ToString
|
|
TrailersAsync ( ) : Task |
Gets the trailer of a specific movie.
|
|
TranslationsAsync ( ) : Task |
Gets the languages that a specific movie is translated into.
|
|
Uri ( BackdropSize size ) : |
Uri to the backdrop image.
|
|
Uri ( PosterSize size ) : |
Uri to the poster image.
|
Method | Description | |
---|---|---|
ITmdbObject ( JSONObject jsonObject ) : void |
public AlternateTitlesAsync ( string country ) : Task |
||
country | string | Code of the country |
return | Task |
public SimilarMoviesAsync ( int page = 1 ) : Task |
||
page | int | The request page of the search results, giving 0 will give all results. |
return | Task |
public Uri ( BackdropSize size ) : |
||
size | BackdropSize | The size for the image as required |
return |
public Uri ( PosterSize size ) : |
||
size | PosterSize | The size for the image as required |
return |