Interface PulseLiveAdBreak


  • public interface PulseLiveAdBreak
    This is the interface for ad breaks owned by a PulseLiveSession. An ad break is a collection of ads that are to be displayed in sequence. PulseLiveAdBreaks are part of the "live" API's, which are better suited for live/streaming video setups. For live breaks, the SDK will not notify the integration when to trigger ads, that responsibility is on the integration. This interface is used to request information regarding 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.