NetMirror.apk
Download file
package com.facebook.react.bridge;
/* JADX INFO: loaded from: classes.dex */
public interface Promise {
void reject(String str);
void reject(String str, WritableMap writableMap);
void reject(String str, String str2);
void reject(String str, String str2, WritableMap writableMap);
void reject(String str, String str2, Throwable th);
void reject(String str, String str2, Throwable th, WritableMap writableMap);
void reject(String str, Throwable th);
void reject(String str, Throwable th, WritableMap writableMap);
void reject(Throwable th);
void reject(Throwable th, WritableMap writableMap);
void resolve(Object obj);
}
⚠️ 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