Class CreativeFactory
- java.lang.Object
-
- org.prebid.mobile.rendering.loading.CreativeFactory
-
public class CreativeFactory extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreativeFactory.ListenerListens for when Creatives are made Relays that back to CreativeFactory's listenerstatic classCreativeFactory.TimeoutState
-
Constructor Summary
Constructors Constructor Description CreativeFactory(android.content.Context context, CreativeModel creativeModel, CreativeFactory.Listener listener, OmAdSessionManager omAdSessionManager, InterstitialManager interstitialManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()AbstractCreativegetCreative()voidstart()
-
-
-
Constructor Detail
-
CreativeFactory
public CreativeFactory(android.content.Context context, CreativeModel creativeModel, CreativeFactory.Listener listener, OmAdSessionManager omAdSessionManager, InterstitialManager interstitialManager) throws AdException- Throws:
AdException
-
-
Method Detail
-
start
public void start()
-
destroy
public void destroy()
-
getCreative
public AbstractCreative getCreative()
-
-