public enum ReactMarkerConstants extends java.lang.Enum<ReactMarkerConstants>
Modifier and Type | Method and Description |
---|---|
static ReactMarkerConstants |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReactMarkerConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReactMarkerConstants CREATE_REACT_CONTEXT_START
public static final ReactMarkerConstants CREATE_REACT_CONTEXT_END
public static final ReactMarkerConstants PROCESS_PACKAGES_START
public static final ReactMarkerConstants PROCESS_PACKAGES_END
public static final ReactMarkerConstants BUILD_NATIVE_MODULE_REGISTRY_START
public static final ReactMarkerConstants BUILD_NATIVE_MODULE_REGISTRY_END
public static final ReactMarkerConstants BUILD_JS_MODULE_CONFIG_START
public static final ReactMarkerConstants BUILD_JS_MODULE_CONFIG_END
public static final ReactMarkerConstants CREATE_CATALYST_INSTANCE_START
public static final ReactMarkerConstants CREATE_CATALYST_INSTANCE_END
public static final ReactMarkerConstants RUN_JS_BUNDLE_START
public static final ReactMarkerConstants RUN_JS_BUNDLE_END
public static final ReactMarkerConstants NATIVE_MODULE_INITIALIZE_START
public static final ReactMarkerConstants NATIVE_MODULE_INITIALIZE_END
public static final ReactMarkerConstants SETUP_REACT_CONTEXT_START
public static final ReactMarkerConstants SETUP_REACT_CONTEXT_END
public static final ReactMarkerConstants CREATE_UI_MANAGER_MODULE_START
public static final ReactMarkerConstants CREATE_UI_MANAGER_MODULE_END
public static final ReactMarkerConstants CREATE_VIEW_MANAGERS_START
public static final ReactMarkerConstants CREATE_VIEW_MANAGERS_END
public static final ReactMarkerConstants CREATE_UI_MANAGER_MODULE_CONSTANTS_START
public static final ReactMarkerConstants CREATE_UI_MANAGER_MODULE_CONSTANTS_END
public static final ReactMarkerConstants CREATE_MODULE_START
public static final ReactMarkerConstants CREATE_MODULE_END
public static final ReactMarkerConstants PROCESS_CORE_REACT_PACKAGE_START
public static final ReactMarkerConstants PROCESS_CORE_REACT_PACKAGE_END
public static final ReactMarkerConstants CORE_REACT_PACKAGE_GET_REACT_MODULE_INFO_PROVIDER_START
public static final ReactMarkerConstants CORE_REACT_PACKAGE_GET_REACT_MODULE_INFO_PROVIDER_END
public static final ReactMarkerConstants UI_MANAGER_MODULE_CONSTANTS_CONVERT_START
public static final ReactMarkerConstants UI_MANAGER_MODULE_CONSTANTS_CONVERT_END
public static final ReactMarkerConstants CREATE_I18N_MODULE_CONSTANTS_START
public static final ReactMarkerConstants CREATE_I18N_MODULE_CONSTANTS_END
public static final ReactMarkerConstants I18N_MODULE_CONSTANTS_CONVERT_START
public static final ReactMarkerConstants I18N_MODULE_CONSTANTS_CONVERT_END
public static final ReactMarkerConstants CREATE_I18N_ASSETS_MODULE_START
public static final ReactMarkerConstants CREATE_I18N_ASSETS_MODULE_END
public static final ReactMarkerConstants GET_CONSTANTS_START
public static final ReactMarkerConstants GET_CONSTANTS_END
public static final ReactMarkerConstants INITIALIZE_MODULE_START
public static final ReactMarkerConstants INITIALIZE_MODULE_END
public static final ReactMarkerConstants ON_HOST_RESUME_START
public static final ReactMarkerConstants ON_HOST_RESUME_END
public static final ReactMarkerConstants ON_HOST_PAUSE_START
public static final ReactMarkerConstants ON_HOST_PAUSE_END
public static final ReactMarkerConstants CONVERT_CONSTANTS_START
public static final ReactMarkerConstants CONVERT_CONSTANTS_END
public static final ReactMarkerConstants PRE_REACT_CONTEXT_END
public static final ReactMarkerConstants UNPACKER_CHECK_START
public static final ReactMarkerConstants UNPACKER_CHECK_END
public static final ReactMarkerConstants UNPACKER_BUNDLE_EXTRACTED
public static final ReactMarkerConstants UNPACKING_JS_BUNDLE_LOADER_CHECK_START
public static final ReactMarkerConstants UNPACKING_JS_BUNDLE_LOADER_CHECK_END
public static final ReactMarkerConstants UNPACKING_JS_BUNDLE_LOADER_EXTRACTED
public static final ReactMarkerConstants loadApplicationScript_startStringConvert
public static final ReactMarkerConstants loadApplicationScript_endStringConvert
public static final ReactMarkerConstants PRE_SETUP_REACT_CONTEXT_START
public static final ReactMarkerConstants PRE_SETUP_REACT_CONTEXT_END
public static final ReactMarkerConstants PRE_RUN_JS_BUNDLE_START
public static final ReactMarkerConstants ATTACH_MEASURED_ROOT_VIEWS_START
public static final ReactMarkerConstants ATTACH_MEASURED_ROOT_VIEWS_END
public static ReactMarkerConstants[] values()
for (ReactMarkerConstants c : ReactMarkerConstants.values()) System.out.println(c);
public static ReactMarkerConstants valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null