- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3 - APKTool decompilation (Smali bytecode) for modding and rebuilding APK - Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures - Includes full Smali source, resources, and native libraries - Ready to rebuild APK after modifications with apktool b command - Added comprehensive README-apktool.md with modding guide This branch complements the JADX branches: - Use JADX (main/discord-community) to UNDERSTAND code (readable Java) - Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali) Total: 44,417 files, 538.51 MB Smali source code
115 lines
2.4 KiB
Smali
115 lines
2.4 KiB
Smali
.class Lcom/ironsource/nn;
|
|
.super Lcom/ironsource/e;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field private final i:Ljava/lang/String;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(I)V
|
|
.locals 1
|
|
|
|
invoke-direct {p0}, Lcom/ironsource/e;-><init>()V
|
|
|
|
const-string v0, "https://o-sdk.mediation.unity3d.com/mediation?adUnit=3"
|
|
|
|
iput-object v0, p0, Lcom/ironsource/nn;->i:Ljava/lang/String;
|
|
|
|
iput p1, p0, Lcom/ironsource/e;->g:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
.line 0
|
|
const-string v0, "https://o-sdk.mediation.unity3d.com/mediation?adUnit=3"
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public a(Ljava/util/ArrayList;Lorg/json/JSONObject;)Ljava/lang/String;
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Ljava/util/ArrayList<",
|
|
"Lcom/ironsource/kb;",
|
|
">;",
|
|
"Lorg/json/JSONObject;",
|
|
")",
|
|
"Ljava/lang/String;"
|
|
}
|
|
.end annotation
|
|
|
|
.line 0
|
|
if-nez p2, :cond_0
|
|
|
|
new-instance p2, Lorg/json/JSONObject;
|
|
|
|
invoke-direct {p2}, Lorg/json/JSONObject;-><init>()V
|
|
|
|
:cond_0
|
|
iput-object p2, p0, Lcom/ironsource/e;->f:Lorg/json/JSONObject;
|
|
|
|
new-instance p2, Lorg/json/JSONArray;
|
|
|
|
invoke-direct {p2}, Lorg/json/JSONArray;-><init>()V
|
|
|
|
if-eqz p1, :cond_2
|
|
|
|
invoke-virtual {p1}, Ljava/util/ArrayList;->isEmpty()Z
|
|
|
|
move-result v0
|
|
|
|
if-nez v0, :cond_2
|
|
|
|
invoke-virtual {p1}, Ljava/util/ArrayList;->iterator()Ljava/util/Iterator;
|
|
|
|
move-result-object p1
|
|
|
|
:cond_1
|
|
:goto_0
|
|
invoke-interface {p1}, Ljava/util/Iterator;->hasNext()Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_2
|
|
|
|
invoke-interface {p1}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
|
|
|
move-result-object v0
|
|
|
|
check-cast v0, Lcom/ironsource/kb;
|
|
|
|
invoke-virtual {p0, v0}, Lcom/ironsource/e;->a(Lcom/ironsource/kb;)Lorg/json/JSONObject;
|
|
|
|
move-result-object v0
|
|
|
|
if-eqz v0, :cond_1
|
|
|
|
invoke-virtual {p2, v0}, Lorg/json/JSONArray;->put(Ljava/lang/Object;)Lorg/json/JSONArray;
|
|
|
|
goto :goto_0
|
|
|
|
:cond_2
|
|
invoke-virtual {p0, p2}, Lcom/ironsource/e;->a(Lorg/json/JSONArray;)Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public c()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
const-string v0, "outcome"
|
|
|
|
return-object v0
|
|
.end method
|