-
- All Implemented Interfaces:
public class GoogleImaIntegrationFactory
Factory class for creating GoogleImaIntegration instance.
-
-
Field Summary
Fields Modifier and Type Field Description public final static GoogleImaIntegrationFactory
INSTANCE
-
Method Summary
Modifier and Type Method Description final static GoogleImaIntegration
createGoogleImaIntegration(THEOplayerView theoplayerView)
Creates a GoogleImaIntegration instance. -
-
Method Detail
-
createGoogleImaIntegration
final static GoogleImaIntegration createGoogleImaIntegration(THEOplayerView theoplayerView)
Creates a GoogleImaIntegration instance.
- Parameters:
theoplayerView
- The THEOplayerView where the ad would play (NonNull).
-
-
-
-