Interface CreativeViewListener

  • All Known Implementing Classes:
    AdViewManager

    public interface CreativeViewListener
    • Method Detail

      • creativeDidComplete

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

        void creativeWasClicked​(AbstractCreative creative,
                                java.lang.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 -
      • creativeInterstitialDialogShown

        void creativeInterstitialDialogShown​(android.view.ViewGroup rootViewGroup)