-
public interface GoogleDAIComponent.Listener
Callback for listening methods from the DAI plugin
-
-
Method Summary
Modifier and Type Method Description void
onStreamReady(Video video)
Notifies when the DAI stream is ready to be played. void
onContentComplete()
Notifies that all content has finished playing -
-
Method Detail
-
onStreamReady
void onStreamReady(Video video)
Notifies when the DAI stream is ready to be played.It returns a video that can be added to the BrightcoveVideoView
- Parameters:
video
- - The video with the ads embedded
-
onContentComplete
void onContentComplete()
Notifies that all content has finished playing
-
-
-
-