-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum ReactChoreographer.CallbackType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description IDLE_EVENTEvent used to trigger the idle callback. Called after all UI work has been dispatched to JS.
TIMERS_EVENTSEvents that make JS do things.
NATIVE_ANIMATED_MODULEDISPATCH_UIFor use by com.facebook.react.uimanager.UIManagerModule
PERF_MARKERSFor 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.CallbackTypevalueOf(String name)-
-
Method Detail
-
values
static Array<ReactChoreographer.CallbackType> values()
-
valueOf
static ReactChoreographer.CallbackType valueOf(String name)
-
-
-
-