ReactInstanceManagerDevHelper.smali
.class public interface abstract Lcom/facebook/react/devsupport/ReactInstanceManagerDevHelper;
.super Ljava/lang/Object;
.source "ReactInstanceManagerDevHelper.java"
# direct methods
.method static constructor <clinit>()V
.registers 1
return-void
.end method
# virtual methods
.method public abstract createRootView(Ljava/lang/String;)Landroid/view/View;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract destroyRootView(Landroid/view/View;)V
.end method
.method public abstract getCurrentActivity()Landroid/app/Activity;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getJavaScriptExecutorFactory()Lcom/facebook/react/bridge/JavaScriptExecutorFactory;
.end method
.method public abstract onJSBundleLoadedFromServer()V
.end method
.method public abstract onReloadWithJSDebugger(Lcom/facebook/react/bridge/JavaJSExecutor$Factory;)V
.end method
.method public abstract toggleElementInspector()V
.end method