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 CREATE_CATALYST_INSTANCE_START
public static final ReactMarkerConstants CREATE_CATALYST_INSTANCE_END
public static final ReactMarkerConstants DESTROY_CATALYST_INSTANCE_START
public static final ReactMarkerConstants DESTROY_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 NATIVE_MODULE_SETUP_START
public static final ReactMarkerConstants NATIVE_MODULE_SETUP_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 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 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 UNPACKING_JS_BUNDLE_LOADER_BLOCKED
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 final ReactMarkerConstants CONTENT_APPEARED
public static final ReactMarkerConstants RELOAD
public static final ReactMarkerConstants DOWNLOAD_START
public static final ReactMarkerConstants DOWNLOAD_END
public static final ReactMarkerConstants REACT_CONTEXT_THREAD_START
public static final ReactMarkerConstants REACT_CONTEXT_THREAD_END
public static final ReactMarkerConstants GET_REACT_INSTANCE_MANAGER_START
public static final ReactMarkerConstants GET_REACT_INSTANCE_MANAGER_END
public static final ReactMarkerConstants GET_REACT_INSTANCE_HOLDER_SPEC_START
public static final ReactMarkerConstants GET_REACT_INSTANCE_HOLDER_SPEC_END
public static final ReactMarkerConstants BUILD_REACT_INSTANCE_MANAGER_START
public static final ReactMarkerConstants BUILD_REACT_INSTANCE_MANAGER_END
public static final ReactMarkerConstants PROCESS_INFRA_PACKAGE_START
public static final ReactMarkerConstants PROCESS_INFRA_PACKAGE_END
public static final ReactMarkerConstants PROCESS_PRODUCT_PACKAGE_START
public static final ReactMarkerConstants PROCESS_PRODUCT_PACKAGE_END
public static final ReactMarkerConstants CREATE_MC_MODULE_START
public static final ReactMarkerConstants CREATE_MC_MODULE_END
public static final ReactMarkerConstants CREATE_MC_MODULE_GET_METADATA_START
public static final ReactMarkerConstants CREATE_MC_MODULE_GET_METADATA_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