Package com.castlabs.android
Class PlayerSDK.ExperimentalFlags
java.lang.Object
com.castlabs.android.PlayerSDK.ExperimentalFlags
- Enclosing class:
PlayerSDK
Holds flags for experimental features.
Experimental features are not yet considered stable and might be removed or changed in future versions of the SDK without prior notice. They should not be used in production environments.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanEnables experimental HLS Interstitials support. -
Method Summary
-
Field Details
-
enableHlsInterstitials
public boolean enableHlsInterstitialsEnables experimental HLS Interstitials support.This allows playing Ad Pods specified in an HLS manifest as part of the main content, based on Apple's HLS Interstitials specification.
Note: This is an experimental feature and not production-ready. Use with caution and report issues.
-