- 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
113 lines
2.8 KiB
Smali
113 lines
2.8 KiB
Smali
.class final Lcom/ironsource/x$a;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/ironsource/mediationsdk/adunit/adapter/listener/NetworkInitializationListener;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/ironsource/x;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x11
|
|
name = "a"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic a:Lcom/ironsource/x;
|
|
|
|
|
|
# direct methods
|
|
.method public static synthetic $r8$lambda$UqU01VLBLdwqQy4VFJgqZQPf1n0(Lcom/ironsource/x;ILjava/lang/String;)V
|
|
.locals 0
|
|
|
|
.line 0
|
|
invoke-static {p0, p1, p2}, Lcom/ironsource/x$a;->a(Lcom/ironsource/x;ILjava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic $r8$lambda$cugKJO7c2JWS7omiISj_PT7VNBk(Lcom/ironsource/x;)V
|
|
.locals 0
|
|
|
|
.line 0
|
|
invoke-static {p0}, Lcom/ironsource/x$a;->a(Lcom/ironsource/x;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>(Lcom/ironsource/x;)V
|
|
.locals 0
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()V"
|
|
}
|
|
.end annotation
|
|
|
|
iput-object p1, p0, Lcom/ironsource/x$a;->a:Lcom/ironsource/x;
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private static final a(Lcom/ironsource/x;)V
|
|
.locals 1
|
|
|
|
.line 0
|
|
const-string v0, "this$0"
|
|
|
|
invoke-static {p0, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
invoke-static {p0}, Lcom/ironsource/x;->b(Lcom/ironsource/x;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private static final a(Lcom/ironsource/x;ILjava/lang/String;)V
|
|
.locals 1
|
|
|
|
.line 0
|
|
const-string v0, "this$0"
|
|
|
|
invoke-static {p0, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
|
|
|
|
invoke-static {p0, p1, p2}, Lcom/ironsource/x;->a(Lcom/ironsource/x;ILjava/lang/String;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public onInitFailed(ILjava/lang/String;)V
|
|
.locals 2
|
|
|
|
iget-object v0, p0, Lcom/ironsource/x$a;->a:Lcom/ironsource/x;
|
|
|
|
new-instance v1, Lcom/ironsource/x$a$$ExternalSyntheticLambda0;
|
|
|
|
invoke-direct {v1, v0, p1, p2}, Lcom/ironsource/x$a$$ExternalSyntheticLambda0;-><init>(Lcom/ironsource/x;ILjava/lang/String;)V
|
|
|
|
invoke-virtual {v0, v1}, Lcom/ironsource/x;->a(Ljava/lang/Runnable;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public onInitSuccess()V
|
|
.locals 2
|
|
|
|
iget-object v0, p0, Lcom/ironsource/x$a;->a:Lcom/ironsource/x;
|
|
|
|
new-instance v1, Lcom/ironsource/x$a$$ExternalSyntheticLambda1;
|
|
|
|
invoke-direct {v1, v0}, Lcom/ironsource/x$a$$ExternalSyntheticLambda1;-><init>(Lcom/ironsource/x;)V
|
|
|
|
invoke-virtual {v0, v1}, Lcom/ironsource/x;->a(Ljava/lang/Runnable;)V
|
|
|
|
return-void
|
|
.end method
|