-
public interface AdLoadListener
-
-
Method Summary
Modifier and Type Method Description abstract voidonCreativeModelReady(CreativeModelsMaker.Result result)abstract voidonFailedToLoadAd(AppstockAdException e, String vastLoaderIdentifier)-
-
Method Detail
-
onCreativeModelReady
abstract void onCreativeModelReady(CreativeModelsMaker.Result result)
-
onFailedToLoadAd
abstract void onFailedToLoadAd(AppstockAdException e, String vastLoaderIdentifier)
-
-
-
-