-
public interface AdDisplayContainerFactory
Defines the factory for creating the Google IMA AdDisplayContainer
-
-
Method Summary
Modifier and Type Method Description abstract AdDisplayContainer
createAdDisplayContainer(GoogleIMAVideoAdPlayer googleIMAVideoAdPlayer)
abstract AdDisplayContainer
createAdDisplayContainer(BaseAdVideoPlayer imaVideoPlayer)
Creates the AdDisplayContainer with the provided BaseAdVideoPlayer and the ViewGroup retrieved with getViewContainer abstract StreamDisplayContainer
createStreamDisplayContainer(BaseAdVideoPlayer imaVideoPlayer)
Creates the StreamDisplayContainer with the provided BaseAdVideoPlayer and the ViewGroup retrieved with getViewContainer abstract ViewGroup
getViewContainer()
Returns the ViewGroup container used for both,the creation of the GoogleIMAVideoAdPlayer and the AdDisplayContainer -
-
Method Detail
-
createAdDisplayContainer
@Deprecated() abstract AdDisplayContainer createAdDisplayContainer(GoogleIMAVideoAdPlayer googleIMAVideoAdPlayer)
-
createAdDisplayContainer
abstract AdDisplayContainer createAdDisplayContainer(BaseAdVideoPlayer imaVideoPlayer)
Creates the AdDisplayContainer with the provided BaseAdVideoPlayer and the ViewGroup retrieved with getViewContainer
- Parameters:
imaVideoPlayer
- the Brightcove Ad Player for Google IMA
-
createStreamDisplayContainer
abstract StreamDisplayContainer createStreamDisplayContainer(BaseAdVideoPlayer imaVideoPlayer)
Creates the StreamDisplayContainer with the provided BaseAdVideoPlayer and the ViewGroup retrieved with getViewContainer
- Parameters:
imaVideoPlayer
- the Brightcove Stream Player for Google DAI
-
getViewContainer
abstract ViewGroup getViewContainer()
Returns the ViewGroup container used for both,the creation of the GoogleIMAVideoAdPlayer and the AdDisplayContainer
-
-
-
-