Package com.naver.ads.util
Class DefaultClickHandler
-
- All Implemented Interfaces:
-
com.naver.ads.util.ClickHandler
public final class DefaultClickHandler implements ClickHandler
A default implementation of ClickHandler
-
-
Constructor Summary
Constructors Constructor Description DefaultClickHandler()
-
Method Summary
Modifier and Type Method Description BooleanhandleClick(Context context, String clickThroughs)Handles the response for a ad that has been clicked. -
-
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.
-
-
-
-