-
public interface SettingsRepository
-
-
Method Summary
Modifier and Type Method Description abstract Either<String, PlayerSettings>fetchSettings(Long libraryId, String videoId)-
-
Method Detail
-
fetchSettings
abstract Either<String, PlayerSettings> fetchSettings(Long libraryId, String videoId)
-
-
-
-