Метод | Описание | |
---|---|---|
ITmdbObject ( JSONObject jsonObject ) : void | ||
ToString ( ) : string |
Returns the name of the series
|
|
Uri ( BackdropSize size ) : |
Uri to the backdrop image.
|
|
Uri ( PosterSize size ) : |
Uri to the poster image.
|
public ITmdbObject ( JSONObject jsonObject ) : void | ||
jsonObject | JSONObject | |
Результат | void |
public Uri ( BackdropSize size ) : |
||
size | BackdropSize | The size for the image as required |
Результат |
public Uri ( PosterSize size ) : |
||
size | PosterSize | The size for the image as required |
Результат |