Object TheoAdsIntegrationFactory
-
- All Implemented Interfaces:
@ApiStatus.Experimental() public class TheoAdsIntegrationFactory
Factory class for creating TheoAdsIntegration instance.
-
-
Field Summary
Fields Modifier and Type Field Description public final static TheoAdsIntegrationFactory
INSTANCE
-
Method Summary
Modifier and Type Method Description final static TheoAdsIntegration
createTheoAdsIntegration(THEOplayerView theoplayerView)
Creates a TheoAdsIntegration instance. -
-
Method Detail
-
createTheoAdsIntegration
final static TheoAdsIntegration createTheoAdsIntegration(THEOplayerView theoplayerView)
Creates a TheoAdsIntegration instance.
- Parameters:
theoplayerView
- The THEOplayerView where the ad would play (NonNull).- Returns:
The TheoAdsIntegration (NonNull).
-
-
-
-