-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum ReactChoreographer.CallbackType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description IDLE_EVENT
Event used to trigger the idle callback. Called after all UI work has been dispatched to JS.
TIMERS_EVENTS
Events that make JS do things.
NATIVE_ANIMATED_MODULE
DISPATCH_UI
For use by com.facebook.react.uimanager.UIManagerModule
PERF_MARKERS
For use by perf markers that need to happen immediately after draw
-
Method Summary
Modifier and Type Method Description static Array<ReactChoreographer.CallbackType>
values()
static ReactChoreographer.CallbackType
valueOf(String name)
-
-
Method Detail
-
values
static Array<ReactChoreographer.CallbackType> values()
-
valueOf
static ReactChoreographer.CallbackType valueOf(String name)
-
-
-
-