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

Latest commit

 

History

History
10 lines (9 loc) · 199 Bytes

File metadata and controls

10 lines (9 loc) · 199 Bytes

FIND

// FIND
// Find by ID
fun getFindById(
    external_id: String,
    external_source: String,
    language: String?,
    callback: MovieResultCallback<Find>
)