Interface POBEndCardViewListener

  • All Implemented Interfaces:

    
    public interface POBEndCardViewListener
    
                        

    An interface to notify the End card events

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit onLoad() Notifies when Icon is loaded
      abstract Unit onClick(String url, Boolean isClickEventExpected) Notifies when Icon is about to click
      abstract Unit onError(POBVastError error) Notifies when Icon is failed to load the resource
      abstract Unit onLearnMoreClick() Notifies when Learn More button is about to click
      abstract Unit onEndCardWillLeaveApp() Notifies app leave for end card
      abstract Unit onEmptyAreaClick() Notifies when the EndCard is about to click
      abstract Unit onClose() Notifies when EndCard is about to close
      abstract Unit onForward() Notifies when EndCard is skipped
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • onLoad

         abstract Unit onLoad()

        Notifies when Icon is loaded

      • onClick

         abstract Unit onClick(String url, Boolean isClickEventExpected)

        Notifies when Icon is about to click

        Parameters:
        url - the url which gets called on click of Icon
      • onError

         abstract Unit onError(POBVastError error)

        Notifies when Icon is failed to load the resource

        Parameters:
        error - the error with specific error info
      • onLearnMoreClick

         abstract Unit onLearnMoreClick()

        Notifies when Learn More button is about to click

      • onClose

         abstract Unit onClose()

        Notifies when EndCard is about to close

      • onForward

         abstract Unit onForward()

        Notifies when EndCard is skipped