Class Transaction.CreativeFactoryListener
- java.lang.Object
-
- org.prebid.mobile.rendering.loading.Transaction.CreativeFactoryListener
-
- All Implemented Interfaces:
CreativeFactory.Listener
- Enclosing class:
- Transaction
public static class Transaction.CreativeFactoryListener extends java.lang.Object implements CreativeFactory.Listener
Listens for when CreativeFactory is done making a creative When all CreativeFactory's are done, relays that back to Transaction's Listener
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonFailure(AdException e)voidonSuccess()
-
-
-
Method Detail
-
onSuccess
public void onSuccess()
- Specified by:
onSuccessin interfaceCreativeFactory.Listener
-
onFailure
public void onFailure(AdException e)
- Specified by:
onFailurein interfaceCreativeFactory.Listener
-
-