Method | Description | |
---|---|---|
ITmdbObject ( JSONObject jsonObject ) : void | ||
MovieAsync ( ) : Task |
Retrieves the associated movie.
|
|
ToString ( ) : string |
Returns this instance ToString
|
|
Uri ( BackdropSize size ) : |
Uri to the backdrop image.
|
|
Uri ( PosterSize size ) : |
Uri to the poster image.
|
public ITmdbObject ( JSONObject jsonObject ) : void | ||
jsonObject | JSONObject | |
return | void |
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 |