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

Latest commit

 

History

History
8 lines (7 loc) · 146 Bytes

File metadata and controls

8 lines (7 loc) · 146 Bytes

REVIEWS

// REVIEWS
// Get Details
fun getReviews(
    review_id: String,
    callback: MovieResultCallback<Reviews>
)