OOAdPlugin.h
BOOL onContentFinished()
This is called before finishing playing content so plugin can play postroll.
NSSet * getCuePointsAtSeconds()
void onAdModeEntered()
This is called when control is handed over to the plugin.
BOOL onInitialPlay()
This is called before start playing content so plugin can play preroll.
id< OOPlayerProtocol > player()
This is called ooyala UI pass down UI related events.
An interface to implement an Ad Plugin, which can plug into the OoyalaPlayer.
Definition: OOAdPlugin.h:13
BOOL hasNotNilAds()
Called to check if we're not dealing with nil ads.
Definition: OOPlayerProtocol.h:17