class PastDurationProvider : IKoinDi
Provides the complete duration of all past ad clips.
<init> |
Provides the complete duration of all past ad clips. PastDurationProvider(koinDi: IKoinDi) |
currentDuration |
var currentDuration: Long |
observer |
Activates observing when not set to var observer: ((pastDuration: Long) -> Unit)? |
pastDuration |
var pastDuration: Long |
onMediaFileLoadInitiated |
Needs to be called when a new load request for a video file was requested by the core. fun onMediaFileLoadInitiated(): Unit |