Interface CachingTaskProgressEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.cache.CacheEvent
,com.theoplayer.android.api.event.cache.task.CachingTaskEvent
public interface CachingTaskProgressEvent implements CachingTaskEvent<E>
Fired when the CachingTask progresses.
- It indicates that segments associated to the task have been added to the cache.
-
-
Method Summary
Modifier and Type Method Description abstract CachingTaskProgress
getProgress()
The current progression of the task. -
-
Method Detail
-
getProgress
@NonNull() abstract CachingTaskProgress getProgress()
The current progression of the task.
- Returns:
The status of the task. (NonNull)
-
-
-
-