Interface CreativeFactory.Listener
-
- All Known Implementing Classes:
Transaction.CreativeFactoryListener
- Enclosing class:
- CreativeFactory
public static interface CreativeFactory.ListenerListens for when Creatives are made Relays that back to CreativeFactory's listener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFailure(AdException exception)voidonSuccess()
-
-
-
Method Detail
-
onSuccess
void onSuccess()
-
onFailure
void onFailure(AdException exception)
-
-