Object GoogleImaIntegrationFactory
-
- 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, ImaSdkSettings imaSdkSettings)
Creates a GoogleImaIntegration instance. final static GoogleImaIntegration
createGoogleImaIntegration(THEOplayerView theoplayerView)
Creates a GoogleImaIntegration instance. -
-
Method Detail
-
createGoogleImaIntegration
@JvmOverloads() final static GoogleImaIntegration createGoogleImaIntegration(THEOplayerView theoplayerView, ImaSdkSettings imaSdkSettings)
Creates a GoogleImaIntegration instance.
- Parameters:
theoplayerView
- The THEOplayerView where the ad would play (NonNull).imaSdkSettings
- The settings for the IMA SDK.- Returns:
The GoogleImaIntegration (NonNull).
-
createGoogleImaIntegration
@JvmOverloads() final static GoogleImaIntegration createGoogleImaIntegration(THEOplayerView theoplayerView)
Creates a GoogleImaIntegration instance.
- Parameters:
theoplayerView
- The THEOplayerView where the ad would play (NonNull).- Returns:
The GoogleImaIntegration (NonNull).
-
-
-
-