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

Latest commit

 

History

History
17 lines (15 loc) · 365 Bytes

File metadata and controls

17 lines (15 loc) · 365 Bytes

KEYWORDS

// KEYWORDS
// Get Details
fun getKeywordsDetail(
    keyword_id: Int,
    callback: MovieResultCallback<KeywordsDetail>
)

// KEYWORDS
// Get Movies
fun getKeywordsMovie(
    keyword_id: Int,
    language: String?,
    include_adult: String?,
    callback: MovieResultCallback<KeywordsMovies>
)