EngageEducationRepository

class EngageEducationRepository @Inject constructor(firebaseFirestore: FirebaseFirestore, mapper: VideoSectionDocumentToVideoSectionMapper) : EducationRepository

Constructors

Link copied to clipboard
@Inject
constructor(firebaseFirestore: FirebaseFirestore, mapper: VideoSectionDocumentToVideoSectionMapper)

Functions

Link copied to clipboard
open suspend override fun getVideoBySectionAndVideoId(sectionId: String, videoId: String): Result<Video>
Link copied to clipboard
open suspend override fun getVideoSections(): Result<List<VideoSection>>