Interface POBInternalBrowserActivity.InternalBrowserListener

    • 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 void onBrowserStart()
      abstract void onBrowserDismiss() Notify the browser activity is about to finish
      abstract void onExternalBrowserClick(@NonNull() String url) Notify the external browser click is about to happen for the given url
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • onBrowserDismiss

         abstract void onBrowserDismiss()

        Notify the browser activity is about to finish

      • onExternalBrowserClick

         abstract void onExternalBrowserClick(@NonNull() String url)

        Notify the external browser click is about to happen for the given url

        Parameters:
        url - the url for which external browser click happened.