AdDisplayContainerFactory

Defines the factory for creating the Google IMA AdDisplayContainer

Inheritors

Functions

Link copied to clipboard
abstract fun createAdDisplayContainer(imaVideoPlayer: BaseAdVideoPlayer): AdDisplayContainer
Creates the AdDisplayContainer with the provided BaseAdVideoPlayer and the ViewGroup retrieved with getViewContainer
abstract fun createAdDisplayContainer(googleIMAVideoAdPlayer: GoogleIMAVideoAdPlayer): AdDisplayContainer
Link copied to clipboard
abstract fun createStreamDisplayContainer(imaVideoPlayer: BaseAdVideoPlayer): StreamDisplayContainer
Creates the StreamDisplayContainer with the provided BaseAdVideoPlayer and the ViewGroup retrieved with getViewContainer
Link copied to clipboard
abstract fun getViewContainer(): ViewGroup
Returns the ViewGroup container used for both, the creation of the GoogleIMAVideoAdPlayer and the AdDisplayContainer