Package 

Enum SkippedAdStrategy

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum SkippedAdStrategy
    
                        

    The strategies that can be applied when an ad break is skipped by a seek.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      PLAY_ALL

      Plays all the ads skipped due to a seek.

      PLAY_LAST

      Plays the last ad skipped due to a seek.

      PLAY_NONE

      Plays none of the ads skipped due to a seek.