NetMirror.apk
Download file
package com.facebook.react.bridge;
import com.facebook.react.bridge.queue.ReactQueueConfiguration;
import com.facebook.react.internal.turbomodule.core.interfaces.TurboModuleRegistry;
import com.facebook.react.turbomodule.core.interfaces.CallInvokerHolder;
import com.facebook.react.turbomodule.core.interfaces.NativeMethodCallInvokerHolder;
import java.util.Collection;
/* JADX INFO: loaded from: classes.dex */
public interface CatalystInstance extends MemoryPressureListener, JSInstance, JSBundleLoaderDelegate {
static /* synthetic */ void getJSCallInvokerHolder$annotations() {
}
void addBridgeIdleDebugListener(NotThreadSafeBridgeIdleDebugListener notThreadSafeBridgeIdleDebugListener);
void callFunction(String str, String str2, NativeArray nativeArray);
void destroy();
void extendNativeModules(NativeModuleRegistry nativeModuleRegistry);
UIManager getFabricUIManager();
CallInvokerHolder getJSCallInvokerHolder();
<T extends JavaScriptModule> T getJSModule(Class<T> cls);
JavaScriptContextHolder getJavaScriptContextHolder();
NativeMethodCallInvokerHolder getNativeMethodCallInvokerHolder();
<T extends NativeModule> T getNativeModule(Class<T> cls);
NativeModule getNativeModule(String str);
Collection<NativeModule> getNativeModules();
ReactQueueConfiguration getReactQueueConfiguration();
RuntimeExecutor getRuntimeExecutor();
RuntimeScheduler getRuntimeScheduler();
String getSourceURL();
<T extends NativeModule> boolean hasNativeModule(Class<T> cls);
boolean hasRunJSBundle();
void initialize();
@Override // com.facebook.react.bridge.JSInstance
void invokeCallback(int i3, NativeArrayInterface nativeArrayInterface);
boolean isDestroyed();
void registerSegment(int i3, String str);
void removeBridgeIdleDebugListener(NotThreadSafeBridgeIdleDebugListener notThreadSafeBridgeIdleDebugListener);
void runJSBundle();
void setFabricUIManager(UIManager uIManager);
void setGlobalVariable(String str, String str2);
void setTurboModuleRegistry(TurboModuleRegistry turboModuleRegistry);
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file