Package com.brightcove.ima
Interface AdDisplayContainerFactory
-
- All Known Implementing Classes:
DefaultAdDisplayContainerFactory
public interface AdDisplayContainerFactoryDefines the factory for creating the Google IMAAdDisplayContainer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.ads.interactivemedia.v3.api.AdDisplayContainercreateAdDisplayContainer(GoogleIMAVideoAdPlayer googleIMAVideoAdPlayer)Creates theAdDisplayContainerwith the providedGoogleIMAVideoAdPlayerand the ViewGroup retrieved withgetViewContainer()android.view.ViewGroupgetViewContainer()Returns theViewGroupcontainer used for both, the creation of theGoogleIMAVideoAdPlayerand theAdDisplayContainer
-
-
-
Method Detail
-
createAdDisplayContainer
com.google.ads.interactivemedia.v3.api.AdDisplayContainer createAdDisplayContainer(GoogleIMAVideoAdPlayer googleIMAVideoAdPlayer)
Creates the
AdDisplayContainerwith the providedGoogleIMAVideoAdPlayerand the ViewGroup retrieved withgetViewContainer()- Parameters:
googleIMAVideoAdPlayer- the Brightcove Ad Player for Google IMA
-
getViewContainer
android.view.ViewGroup getViewContainer()
Returns the
ViewGroupcontainer used for both, the creation of theGoogleIMAVideoAdPlayerand theAdDisplayContainer
-
-