Files
rr3-apk/smali_classes2/com/ironsource/f3$c.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

161 lines
3.0 KiB
Smali

.class public final Lcom/ironsource/f3$c;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/ironsource/g3;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/ironsource/f3;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "c"
.end annotation
# instance fields
.field private final a:Lcom/unity3d/ironsourceads/AdSize;
# direct methods
.method public constructor <init>(Lcom/unity3d/ironsourceads/AdSize;)V
.locals 1
const-string v0, "size"
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lcom/ironsource/f3$c;->a:Lcom/unity3d/ironsourceads/AdSize;
return-void
.end method
# virtual methods
.method public a(Ljava/util/Map;)V
.locals 3
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/Object;",
">;)V"
}
.end annotation
const-string v0, "bundle"
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
iget-object v0, p0, Lcom/ironsource/f3$c;->a:Lcom/unity3d/ironsourceads/AdSize;
invoke-virtual {v0}, Lcom/unity3d/ironsourceads/AdSize;->getSizeDescription()Ljava/lang/String;
move-result-object v0
invoke-virtual {v0}, Ljava/lang/String;->hashCode()I
move-result v1
const v2, -0x5c1d2fb
if-eq v1, v2, :cond_6
const v2, 0x44dc31b
if-eq v1, v2, :cond_4
const v2, 0x1aa2fb5d
if-eq v1, v2, :cond_2
const v2, 0x7458732c
if-eq v1, v2, :cond_0
goto :goto_0
:cond_0
const-string v1, "BANNER"
invoke-virtual {v0, v1}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v0
if-nez v0, :cond_1
goto :goto_0
:cond_1
const/4 v0, 0x1
goto :goto_1
:cond_2
const-string v1, "LEADERBOARD"
invoke-virtual {v0, v1}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v0
if-nez v0, :cond_3
goto :goto_0
:cond_3
const/4 v0, 0x4
goto :goto_1
:cond_4
const-string v1, "LARGE"
invoke-virtual {v0, v1}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v0
if-nez v0, :cond_5
goto :goto_0
:cond_5
const/4 v0, 0x2
goto :goto_1
:cond_6
const-string v1, "MEDIUM_RECTANGLE"
invoke-virtual {v0, v1}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v0
if-nez v0, :cond_7
:goto_0
const/4 v0, 0x0
goto :goto_1
:cond_7
const/4 v0, 0x3
:goto_1
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v0
const-string v1, "bannerAdSize"
invoke-interface {p1, v1, v0}, Ljava/util/Map;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
return-void
.end method