Interface CacheStateChangeEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.cache.CacheEvent
public interface CacheStateChangeEvent implements CacheEvent<E>
Fired when the Cache state is changed.
-
-
Method Summary
Modifier and Type Method Description abstract CacheStatus
getStatus()
The current status of the cache. -
-
Method Detail
-
getStatus
@NonNull() abstract CacheStatus getStatus()
- Returns:
The cache status. (NonNull)
-
-
-
-