Interface CreativeFactory.Listener

All Known Implementing Classes:
Transaction.CreativeFactoryListener
Enclosing class:
CreativeFactory

public static interface CreativeFactory.Listener
Listens for when Creatives are made Relays that back to CreativeFactory's listener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
  • Method Details

    • onSuccess

      void onSuccess()
    • onFailure

      void onFailure(AdException exception)