Interface PulseAdBreak


  • public interface PulseAdBreak
    This is the interface for ad breaks owned by a PulseSession. An ad break is a collection of ads that are to be displayed in sequence. This interface is used to request information regarding the ad break, or to forcefully stop the ad break.
    • Method Detail

      • getPlayableAdsRemaining

        int getPlayableAdsRemaining()
        Get the number of playable ads remaining in this ad break.
        Returns:
        The number of ads remaining.
      • getPlayableAdsTotal

        int getPlayableAdsTotal()
        Get the total number of playable ads in this ad break.
        Returns:
        The total number of playable ads.