Interface AdLoadListener
-
- All Known Implementing Classes:
TransactionManager
public interface AdLoadListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCreativeModelReady(CreativeModelsMaker.Result result)voidonFailedToLoadAd(AdException e, java.lang.String vastLoaderIdentifier)
-
-
-
Method Detail
-
onCreativeModelReady
void onCreativeModelReady(CreativeModelsMaker.Result result)
-
onFailedToLoadAd
void onFailedToLoadAd(AdException e, java.lang.String vastLoaderIdentifier)
-
-