public static interface

SVSAdManager.AdManagerListener

com.smartadserver.android.instreamsdk.admanager.SVSAdManager.AdManagerListener

Class Overview

Interface for Objects that will monitor SVSAdManager main events and actions

Summary

Public Methods
abstract void onAdBreakEvent(SVSAdBreakEvent adBreakEvent)
Method called when the SVSAdBreakEvent in parameter has occured
abstract void onCuePointsGenerated(List<SVSCuePoint> cuePoints)
Method called when the list of SVSCuePoint midroll cue points were generated for the monitored content video (depending on the selected ad rule)

Public Methods

public abstract void onAdBreakEvent (SVSAdBreakEvent adBreakEvent)

Method called when the SVSAdBreakEvent in parameter has occured

public abstract void onCuePointsGenerated (List<SVSCuePoint> cuePoints)

Method called when the list of SVSCuePoint midroll cue points were generated for the monitored content video (depending on the selected ad rule)

Parameters
cuePoints the List of SVSCuePoint