Package com.naver.ads.util
Class CustomTabsClickHandler
-
- All Implemented Interfaces:
-
com.naver.ads.util.ClickHandler
public final class CustomTabsClickHandler implements ClickHandler
A implementation of ClickHandler with Custom Tabs.
If the androidx.browser:browser dependency is unset, it will be handled by the DefaultClickHandler.
-
-
Constructor Summary
Constructors Constructor Description CustomTabsClickHandler()
-
Method Summary
Modifier and Type Method Description BooleanhandleClick(Context context, String clickThroughs)Handles the response for a ad that has been clicked. final static BooleanisAvailableCustomTabs()-
-
Method Detail
-
handleClick
Boolean handleClick(Context context, String clickThroughs)
Handles the response for a ad that has been clicked.
- Parameters:
context- the context.clickThroughs- the click through.- Returns:
the true if the click handling is succeeded, false otherwise.
-
isAvailableCustomTabs
final static Boolean isAvailableCustomTabs()
-
-
-
-