-
- 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)
Creates a GoogleDaiIntegration instance. -
-
Method Detail
-
createGoogleDaiIntegration
final static GoogleDaiIntegration createGoogleDaiIntegration(THEOplayerView theoplayerView)
Creates a GoogleDaiIntegration instance.
- Parameters:
theoplayerView
- The THEOplayerView where the stream would play (NonNull).
-
-
-
-