-
public interface CreativeFactory.ListenerListens for when Creatives are madeRelays that back to CreativeFactory's listener
-
-
Method Summary
Modifier and Type Method Description abstract voidonSuccess()abstract voidonFailure(AppstockAdException exception)-
-
Method Detail
-
onSuccess
abstract void onSuccess()
-
onFailure
abstract void onFailure(AppstockAdException exception)
-
-
-
-