Package 

Interface PulseAdView.Listener

    • Method Summary

      Modifier and Type Method Description
      abstract void onLearnMoreClicked(String url) Called when the learn more view is clicked.
      abstract void onSkipAdClicked() Called when the skip ad view is clicked.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onLearnMoreClicked

         abstract void onLearnMoreClicked(String url)

        Called when the learn more view is clicked.

        Parameters:
        url - the site to be open.
      • onSkipAdClicked

         abstract void onSkipAdClicked()

        Called when the skip ad view is clicked.