-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum ScrollEventType
Scroll event types that JS module RCTEventEmitter can understand
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BEGIN_DRAG
END_DRAG
SCROLL
MOMENTUM_BEGIN
MOMENTUM_END
-
Method Summary
Modifier and Type Method Description static String
getJSEventName(ScrollEventType type)
static Array<ScrollEventType>
values()
static ScrollEventType
valueOf(String name)
-
-
Method Detail
-
getJSEventName
static String getJSEventName(ScrollEventType type)
-
values
static Array<ScrollEventType> values()
-
valueOf
static ScrollEventType valueOf(String name)
-
-
-
-