Java com.facebook.react ReactInstanceManager fields, constructors, methods, implement or subclass

Example usage for Java com.facebook.react ReactInstanceManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.facebook.react ReactInstanceManager.

The text is from its open source code.

Method

ReactInstanceManagerBuilderbuilder()
Creates a builder that is capable of creating an instance of ReactInstanceManager .
ReactContextgetCurrentReactContext()
voidonActivityResult(Activity activity, int requestCode, int resultCode, Intent data)
voidonBackPressed()
This method will give JS the opportunity to consume the back button event.
voidonHostDestroy(Activity activity)
Call this from Activity#onDestroy() .
voidonHostPause(Activity activity)
Call this from Activity#onPause() .
voidonHostResume(Activity activity, DefaultHardwareBackBtnHandler defaultBackButtonImpl)
Use this method when the activity resumes to enable invoking the back button directly from JS.
voidonNewIntent(Intent intent)
This method will give JS the opportunity to receive intents via Linking.
voidshowDevOptionsDialog()