Package com.my.target.common
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 TypeMethodDescriptionbooleanhandleClick(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
The method should return the result of performing click processing on the side of the application
-