-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum TouchEventType
Touch event types that JS module RCTEventEmitter can understand
-
-
Method Summary
Modifier and Type Method Description String
getJsName()
static String
getJSEventName(TouchEventType type)
static Array<TouchEventType>
values()
static TouchEventType
valueOf(String name)
-
-
Method Detail
-
getJSEventName
static String getJSEventName(TouchEventType type)
-
values
static Array<TouchEventType> values()
-
valueOf
static TouchEventType valueOf(String name)
-
-
-
-