NetMirror.apk
Download file
package com.reactnativecommunity.asyncstorage;
import com.facebook.react.bridge.Arguments;
import com.facebook.react.bridge.WritableMap;
/* JADX INFO: loaded from: classes.dex */
public class b {
static WritableMap a(String str) {
return b(str, "Database Error");
}
static WritableMap b(String str, String str2) {
WritableMap writableMapCreateMap = Arguments.createMap();
writableMapCreateMap.putString("message", str2);
if (str != null) {
writableMapCreateMap.putString("key", str);
}
return writableMapCreateMap;
}
static WritableMap c(String str) {
return b(str, "Invalid key");
}
static WritableMap d(String str) {
return b(str, "Invalid Value");
}
}
⚠️ 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