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