toggle menu
Spezi Documentation
androidJvm
switch theme
search in API
education
/
edu.stanford.spezi.modules.education.videos.data.repository
/
EducationRepository
Education
Repository
interface
EducationRepository
Members
Functions
get
Video
By
Section
And
Video
Id
Link copied to clipboard
abstract
suspend
fun
getVideoBySectionAndVideoId
(
sectionId
:
String
,
videoId
:
String
)
:
Result
<
Video
>
get
Video
Sections
Link copied to clipboard
abstract
suspend
fun
getVideoSections
(
)
:
Result
<
List
<
VideoSection
>
>