Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (19 loc) · 489 Bytes

File metadata and controls

22 lines (19 loc) · 489 Bytes

COMPANIES

// COMPANIES
// Get Details
fun getCompaniesDetails(
    company_id: Int,
    callback: MovieResultCallback<CompaniesDetail>
)

// COMPANIES
// Get Alternative Names
fun getCompaniesAlternativeName(
    company_id: Int,
    callback: MovieResultCallback<CompaniesAlternateName>
)

// COMPANIES
// Get Images
fun getCompaniesImage(
    company_id: Int,
    callback: MovieResultCallback<CompaniesImage>
)