Interface CreativeViewListener

All Known Implementing Classes:
AdViewManager

public interface CreativeViewListener
  • Method Details

    • creativeDidComplete

      void creativeDidComplete(AbstractCreative creative)
      Is called when creative finish its lifecycle.
      Parameters:
      creative -
    • creativeWasClicked

      void creativeWasClicked(AbstractCreative creative, String url)
      Is called when ad's content is rendered in the displayed view.
      Parameters:
      creative -
      url -
    • creativeInterstitialDidClose

      void creativeInterstitialDidClose(AbstractCreative creative)
      Is called when user closes the creatives clickthrough.
      Parameters:
      creative -
    • creativeDidExpand

      void creativeDidExpand(AbstractCreative creative)
    • creativeDidCollapse

      void creativeDidCollapse(AbstractCreative creative)
    • creativeInterstitialDialogShown

      void creativeInterstitialDialogShown(android.view.ViewGroup rootViewGroup)
    • creativeMuted

      void creativeMuted(AbstractCreative creative)
    • creativeUnMuted

      void creativeUnMuted(AbstractCreative creative)
    • creativePaused

      void creativePaused(AbstractCreative creative)
    • creativeResumed

      void creativeResumed(AbstractCreative creative)