Page Summary
-
CacheLoadedEventis an event data class for acast.framework.events.EventType.CACHE_LOADEDevent within the cast framework. -
The constructor for
CacheLoadedEventcan optionally takemediaas a parameter, which should be acast.framework.messages.MediaInformationobject. -
This event is deprecated and never fires.
-
The
mediaproperty provides information about the media being cached.
cast.
framework
.
events
.
CacheLoadedEvent
Event data for a cast.framework.events.EventType.CACHE_LOADED
event.
Constructor
CacheLoadedEvent
new CacheLoadedEvent(media)
Parameter
media
- Deprecated
- This event never fires.
Property
media
(non-null cast.framework.messages.MediaInformation or undefined)
Information about the media being cached.

