Interface InAppMessageEventListener

    • 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 onBackPressed(Presentable<InAppMessage> message) Invoked when the back button is pressed via a button or a gesture while the InAppMessage is being presented.
      abstract Boolean onUrlLoading(Presentable<InAppMessage> message, String url) Invoked when a url is about to be loaded into the InAppMessage WebView.
      • Methods inherited from class com.adobe.marketing.mobile.services.ui.PresentationEventListener

        onDismiss, onError, onHide, onShow
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • onUrlLoading

         abstract Boolean onUrlLoading(Presentable<InAppMessage> message, String url)

        Invoked when a url is about to be loaded into the InAppMessage WebView.

        Parameters:
        message - the InAppMessage that is being presented
        url - the url that is about to be loaded
        Returns:

        true if the url will be handled, false otherwise