Package 

Class ReactTextInputEvent

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static String EVENT_NAME
    • Method Summary

      Modifier and Type Method Description
      String getEventName()
      boolean canCoalesce()
      • Methods inherited from class com.facebook.react.uimanager.events.Event

        coalesce, dispatch, dispatchModern, getCoalescingKey, getSurfaceId, getTimestampMs, getUIManagerType, getUniqueID, getViewTag, onDispose
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReactTextInputEvent

        ReactTextInputEvent(int viewId, String text, String previousText, int rangeStart, int rangeEnd)
      • ReactTextInputEvent

        ReactTextInputEvent(int surfaceId, int viewId, String text, String previousText, int rangeStart, int rangeEnd)