NetMirror.apk
Download file
package com.reactnativecommunity.webview;
import android.app.DownloadManager;
import android.net.Uri;
import android.webkit.ValueCallback;
import com.facebook.react.bridge.Promise;
import com.facebook.react.bridge.ReactApplicationContext;
import v1.InterfaceC0756a;
/* JADX INFO: loaded from: classes.dex */
@InterfaceC0756a(name = NativeRNCWebViewModuleSpec.NAME)
public class RNCWebViewModule extends NativeRNCWebViewModuleSpec {
private final o mRNCWebViewModuleImpl;
public RNCWebViewModule(ReactApplicationContext reactApplicationContext) {
super(reactApplicationContext);
this.mRNCWebViewModuleImpl = new o(reactApplicationContext);
}
public void downloadFile(String str) {
this.mRNCWebViewModuleImpl.h(str);
}
@Override // com.reactnativecommunity.webview.NativeRNCWebViewModuleSpec, com.facebook.react.bridge.NativeModule
public String getName() {
return NativeRNCWebViewModuleSpec.NAME;
}
public boolean grantFileDownloaderPermissions(String str, String str2) {
return this.mRNCWebViewModuleImpl.t(str, str2);
}
@Override // com.reactnativecommunity.webview.NativeRNCWebViewModuleSpec
public void isFileUploadSupported(Promise promise) {
promise.resolve(Boolean.valueOf(this.mRNCWebViewModuleImpl.u()));
}
public void setDownloadRequest(DownloadManager.Request request) {
this.mRNCWebViewModuleImpl.x(request);
}
@Override // com.reactnativecommunity.webview.NativeRNCWebViewModuleSpec
public void shouldStartLoadWithLockIdentifier(boolean z3, double d4) {
this.mRNCWebViewModuleImpl.y(z3, d4);
}
public void startPhotoPickerIntent(ValueCallback<Uri> valueCallback, String str) {
this.mRNCWebViewModuleImpl.z(str, valueCallback);
}
public boolean startPhotoPickerIntent(ValueCallback<Uri[]> valueCallback, String[] strArr, boolean z3, boolean z4) {
return this.mRNCWebViewModuleImpl.A(strArr, z3, valueCallback, z4);
}
}
⚠️ 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