toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
education
/
edu.stanford.spezi.modules.education.videos.data.repository
/
EducationRepository
/
getVideoBySectionAndVideoId
get
Video
By
Section
And
Video
Id
abstract
suspend
fun
getVideoBySectionAndVideoId
(
sectionId
:
String
,
videoId
:
String
)
:
Result
<
Video
>