Package 

Interface GoogleDAIComponent.Listener

    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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