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

Latest commit

 

History

History
9 lines (8 loc) · 216 Bytes

TVEpisodesGroups.md

File metadata and controls

9 lines (8 loc) · 216 Bytes

TV EPISODE GROUPS

// TV EPISODE GROUPS
// Get Details
fun getTvEpisodeGroupsDetails(
    id: String?,
    language: String?,
    callback: MovieResultCallback<TvEpisodeGroupsDetails>
)