Interface CachingTaskErrorEvent
-
- 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 CachingTaskErrorEvent implements CachingTaskEvent<E>
Fired when the CachingTask encounters an Error.
- It indicates that an error occurred while the task was in progress.
-
-
Method Summary
Modifier and Type Method Description abstract CachingTaskError
getError()
The error that occurred while the task was in progress. -
-
Method Detail
-
getError
@NonNull() abstract CachingTaskError getError()
The error that occurred while the task was in progress.
- Returns:
The error of the task. (NonNull)
-
-
-
-