public class

AppLovinTouchToClickListener

extends Object
implements View.OnTouchListener
java.lang.Object
   ↳ com.applovin.adview.AppLovinTouchToClickListener

Class Overview

This class processes touch events to determine if they are a "click". OnClickListeners prevent event propagation which breaks a parent ViewPager. Instead, we must be inspect touch events to determine "clicks", but also propagate them to allow drag events to scroll the parent.

Summary

Public Constructors
AppLovinTouchToClickListener(Context context, View.OnClickListener clickListener)
Public Methods
boolean onTouch(View v, MotionEvent e)
[Expand]
Inherited Methods
From class java.lang.Object
From interface android.view.View.OnTouchListener

Public Constructors

public AppLovinTouchToClickListener (Context context, View.OnClickListener clickListener)

Public Methods

public boolean onTouch (View v, MotionEvent e)