Package com.brightcove.ima
Interface AdDisplayContainerFactory
-
- All Known Implementing Classes:
DefaultAdDisplayContainerFactory
public interface AdDisplayContainerFactory
Defines 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.AdDisplayContainer
createAdDisplayContainer(GoogleIMAVideoAdPlayer googleIMAVideoAdPlayer)
Creates theAdDisplayContainer
with the providedGoogleIMAVideoAdPlayer
and the ViewGroup retrieved withgetViewContainer()
android.view.ViewGroup
getViewContainer()
Returns theViewGroup
container used for both, the creation of theGoogleIMAVideoAdPlayer
and theAdDisplayContainer
-
-
-
Method Detail
-
createAdDisplayContainer
com.google.ads.interactivemedia.v3.api.AdDisplayContainer createAdDisplayContainer(GoogleIMAVideoAdPlayer googleIMAVideoAdPlayer)
Creates the
AdDisplayContainer
with the providedGoogleIMAVideoAdPlayer
and the ViewGroup retrieved withgetViewContainer()
- Parameters:
googleIMAVideoAdPlayer
- the Brightcove Ad Player for Google IMA
-
getViewContainer
android.view.ViewGroup getViewContainer()
Returns the
ViewGroup
container used for both, the creation of theGoogleIMAVideoAdPlayer
and theAdDisplayContainer
-
-