- 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
129 lines
2.8 KiB
Smali
129 lines
2.8 KiB
Smali
.class final Lcom/ironsource/kt$a;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/ironsource/kt;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x11
|
|
name = "a"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private final a:Lcom/ironsource/e6;
|
|
|
|
.field public b:Lcom/ironsource/p1;
|
|
|
|
.field final synthetic c:Lcom/ironsource/kt;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/ironsource/kt;Lcom/ironsource/g6;Z)V
|
|
.locals 1
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"(",
|
|
"Lcom/ironsource/g6;",
|
|
"Z)V"
|
|
}
|
|
.end annotation
|
|
|
|
const-string v0, "bannerAdUnitFactory"
|
|
|
|
invoke-static {p2, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
iput-object p1, p0, Lcom/ironsource/kt$a;->c:Lcom/ironsource/kt;
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
invoke-interface {p2, p3}, Lcom/ironsource/g6;->a(Z)Lcom/ironsource/e6;
|
|
|
|
move-result-object p1
|
|
|
|
iput-object p1, p0, Lcom/ironsource/kt$a;->a:Lcom/ironsource/e6;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final a()V
|
|
.locals 1
|
|
|
|
.line 0
|
|
iget-object v0, p0, Lcom/ironsource/kt$a;->a:Lcom/ironsource/e6;
|
|
|
|
invoke-virtual {v0}, Lcom/ironsource/l1;->d()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public final a(Lcom/ironsource/p1;)V
|
|
.locals 1
|
|
|
|
.line 0
|
|
const-string v0, "<set-?>"
|
|
|
|
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
iput-object p1, p0, Lcom/ironsource/kt$a;->b:Lcom/ironsource/p1;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public final b()Lcom/ironsource/p1;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/ironsource/kt$a;->b:Lcom/ironsource/p1;
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
return-object v0
|
|
|
|
:cond_0
|
|
const-string v0, "adUnitCallback"
|
|
|
|
invoke-static {v0}, Lkotlin/jvm/internal/Intrinsics;->throwUninitializedPropertyAccessException(Ljava/lang/String;)V
|
|
|
|
const/4 v0, 0x0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final c()Lcom/ironsource/e6;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/ironsource/kt$a;->a:Lcom/ironsource/e6;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final d()Lcom/ironsource/f1;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/ironsource/kt$a;->a:Lcom/ironsource/e6;
|
|
|
|
invoke-virtual {v0}, Lcom/ironsource/l1;->e()Lcom/ironsource/f1;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public final e()V
|
|
.locals 2
|
|
|
|
iget-object v0, p0, Lcom/ironsource/kt$a;->a:Lcom/ironsource/e6;
|
|
|
|
iget-object v1, p0, Lcom/ironsource/kt$a;->c:Lcom/ironsource/kt;
|
|
|
|
invoke-virtual {v0, v1}, Lcom/ironsource/l1;->a(Lcom/ironsource/f2;)V
|
|
|
|
return-void
|
|
.end method
|