Method | Description | |
---|---|---|
CreditsAsync ( int page = 1 ) : Task |
Retrieves the credits for this company
|
|
ITmdbObject ( JSONObject jsonObject ) : void | ||
Uri ( LogoSize size ) : |
Uri to the logo image.
|
public CreditsAsync ( int page = 1 ) : Task |
||
page | int | The request page of the search results, giving 0 will give all results. |
return | Task |
public ITmdbObject ( JSONObject jsonObject ) : void | ||
jsonObject | JSONObject | |
return | void |
public Uri ( LogoSize size ) : |
||
size | LogoSize | The size for the image as required |
return |