Package 

Interface ReactPointerEventsView


  • 
    public interface ReactPointerEventsView
    
                        

    This interface should be implemented be native View subclasses that support pointer events handling. It is used to find the target View of a touch event.

    • Method Summary

      Modifier and Type Method Description
      abstract PointerEvents getPointerEvents() Return the PointerEvents of the View.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait