Package com.my.target.common
Interface ExternalClickHandler
-
- All Implemented Interfaces:
public interface ExternalClickHandlerClass for custom processing of clicks on a banner within an application Intended for internal partners only
-
-
Method Summary
Modifier and Type Method Description abstract booleanhandleClick(@Nullable() String appPackage, @Nullable() String deepLink, @Nullable() String link, boolean isOpenInBrowser)The method should return the result of performing click processing on the side of the application -
-
Method Detail
-
handleClick
abstract boolean handleClick(@Nullable() String appPackage, @Nullable() String deepLink, @Nullable() String link, boolean isOpenInBrowser)
The method should return the result of performing click processing on the side of the application
-
-
-
-