public class

VideoModuleInterface

extends Object
implements ModuleInterface
java.lang.Object
   ↳ com.smaato.sdk.video.framework.VideoModuleInterface

Summary

Constants
String MODULE_DI_NAME
Public Constructors
VideoModuleInterface()
Public Methods
ClassFactory<AdLoaderPlugin> getAdLoaderPluginFactory()
ExpectedManifestEntries getExpectedManifestEntries()
synchronized void init(ClassLoader classLoader)
boolean isFormatSupported(AdFormat adFormat, Logger logger)
String moduleDiName()
DiRegistry moduleDiRegistry()
String toString()
String version()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.smaato.sdk.core.framework.ModuleInterface

Constants

public static final String MODULE_DI_NAME

Constant Value: "VideoModuleInterface"

Public Constructors

public VideoModuleInterface ()

Public Methods

public ClassFactory<AdLoaderPlugin> getAdLoaderPluginFactory ()

public ExpectedManifestEntries getExpectedManifestEntries ()

public synchronized void init (ClassLoader classLoader)

public boolean isFormatSupported (AdFormat adFormat, Logger logger)

public String moduleDiName ()

public DiRegistry moduleDiRegistry ()

public String toString ()

public String version ()