Package com.castlabs.android.player
Class PlayerController.ExperimentalApi
java.lang.Object
com.castlabs.android.player.PlayerController.ExperimentalApi
- Enclosing class:
PlayerController
Experimental features that are not yet stable.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setInterstitialListener
(HlsInterstitialListener interstitialListener) Sets theHlsInterstitialListener
to be notified of interstitial events.
-
Method Details
-
setInterstitialListener
Sets theHlsInterstitialListener
to be notified of interstitial events.- Parameters:
interstitialListener
- The listener to be notified.
-