AdDisplayContainerFactory
interface AdDisplayContainerFactory
Defines the factory for creating the Google IMA AdDisplayContainer
Inheritors
Functions
Link copied to clipboard
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
Returns the ViewGroup container used for both, the creation of the GoogleIMAVideoAdPlayer and the AdDisplayContainer