Package com.ooyala.pulse
Interface PulseLiveAdBreak.AdListReadyCallback
- 
- Enclosing interface:
 - PulseLiveAdBreak
 
public static interface PulseLiveAdBreak.AdListReadyCallbackA callback that will receive a list of ad objects when they have been prepared (third party VAST data has been loaded and parsed). 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonSuccess(java.util.List<PulseVideoAd> ads) 
 - 
 
- 
- 
Method Detail
- 
onSuccess
void onSuccess(java.util.List<PulseVideoAd> ads)
 
 - 
 
 -