Object GoogleDaiIntegrationFactory
-
- All Implemented Interfaces:
public class GoogleDaiIntegrationFactory
Factory class for creating GoogleDaiIntegration instance.
-
-
Field Summary
Fields Modifier and Type Field Description public final static GoogleDaiIntegrationFactory
INSTANCE
-
Method Summary
Modifier and Type Method Description final static GoogleDaiIntegration
createGoogleDaiIntegration(THEOplayerView theoplayerView, ImaSdkSettings imaSdkSettings)
Creates a GoogleDaiIntegration instance. final static GoogleDaiIntegration
createGoogleDaiIntegration(THEOplayerView theoplayerView)
Creates a GoogleDaiIntegration instance. -
-
Method Detail
-
createGoogleDaiIntegration
@JvmOverloads() final static GoogleDaiIntegration createGoogleDaiIntegration(THEOplayerView theoplayerView, ImaSdkSettings imaSdkSettings)
Creates a GoogleDaiIntegration instance.
- Parameters:
theoplayerView
- The THEOplayerView where the stream would play (NonNull).imaSdkSettings
- The settings for the IMA SDK.- Returns:
The GoogleDaiIntegration (NonNull).
-
createGoogleDaiIntegration
@JvmOverloads() final static GoogleDaiIntegration createGoogleDaiIntegration(THEOplayerView theoplayerView)
Creates a GoogleDaiIntegration instance.
- Parameters:
theoplayerView
- The THEOplayerView where the stream would play (NonNull).- Returns:
The GoogleDaiIntegration (NonNull).
-
-
-
-