public class

VideoModuleInterface

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

Summary

Public Constructors
VideoModuleInterface()
Public Methods
ClassFactory<AdLoaderPlugin> getAdLoaderPluginFactory()
ExpectedManifestEntries getExpectedManifestEntries()
synchronized void init()
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.soma.sdk.core.framework.ModuleInterface

Public Constructors

public VideoModuleInterface ()

Public Methods

public ClassFactory<AdLoaderPlugin> getAdLoaderPluginFactory ()

public ExpectedManifestEntries getExpectedManifestEntries ()

public synchronized void init ()

public boolean isFormatSupported (AdFormat adFormat, Logger logger)

public String moduleDiName ()

public DiRegistry moduleDiRegistry ()

public String toString ()

public String version ()