Interface CreativeResolutionListener
-
public interface CreativeResolutionListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreativeFailed(AdException error)voidcreativeReady(AbstractCreative creative)
-
-
-
Method Detail
-
creativeReady
void creativeReady(AbstractCreative creative)
-
creativeFailed
void creativeFailed(AdException error)
-
-