Package com.naver.ads.util
Interface ClickHandler
-
- All Implemented Interfaces:
public interface ClickHandlerThis class handles clicking events.
-
-
Method Summary
Modifier and Type Method Description abstract BooleanhandleClick(Context context, String clickThroughs)Handles the response for a ad that has been clicked. -
-
Method Detail
-
handleClick
abstract 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.
-
-
-
-