Package com.castlabs.android.player
Class HlsInterstitialListener
java.lang.Object
com.castlabs.android.player.HlsInterstitialListener
Abstract class that provides a listener interface for HLS interstitial events.
This class allows clients to receive notifications when HLS interstitial content is resolved.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidonInterstitialResolved(HlsInterstitial interstitial, Collection<HlsInterstitial.Asset> assets) Called when an HLS interstitial is resolved.
-
Constructor Details
-
HlsInterstitialListener
public HlsInterstitialListener()Default constructor for HlsInterstitialListener
-
-
Method Details
-
onInterstitialResolved
public abstract void onInterstitialResolved(HlsInterstitial interstitial, Collection<HlsInterstitial.Asset> assets) Called when an HLS interstitial is resolved.- Parameters:
interstitial- The resolved interstitialassets- The collection of assets associated with the interstitial
-