ReactInstanceDevHelper

Interface used by DevSupportManager for accessing some fields and methods of or ReactHost for the purpose of displaying and handling developer menu options.

Functions

Link copied to clipboard
abstract fun createRootView(appKey: String): View
Link copied to clipboard
abstract fun destroyRootView(rootView: View)
Link copied to clipboard
Get reference to top level #{link Activity} attached to react context
Link copied to clipboard
Link copied to clipboard
abstract fun loadBundle(bundleLoader: JSBundleLoader): TaskInterface<Boolean>
Link copied to clipboard
Notify react instance manager about new JS bundle version downloaded from the server.
Link copied to clipboard
abstract fun reload(s: String)
Link copied to clipboard
abstract fun toggleElementInspector()
Request to toggle the react element inspector.