Interface ExternalClickHandler


public interface ExternalClickHandler
Class for custom processing of clicks on a banner within an application Intended for internal partners only
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    handleClick(String appPackage, String deepLink, String link, boolean isOpenInBrowser)
    The method should return the result of performing click processing on the side of the application
  • Method Details

    • handleClick

      boolean handleClick(String appPackage, String deepLink, String link, boolean isOpenInBrowser)
      The method should return the result of performing click processing on the side of the application