Files
rr3-apk/smali_classes2/com/ironsource/b8.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

131 lines
2.9 KiB
Smali

.class public final Lcom/ironsource/b8;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation build Lkotlin/jvm/internal/SourceDebugExtension;
value = {
"SMAP\nCappingFeature.kt\nKotlin\n*S Kotlin\n*F\n+ 1 CappingFeature.kt\ncom/unity3d/sdk/internal/init/response/configurations/features/CappingFeature\n+ 2 fake.kt\nkotlin/jvm/internal/FakeKt\n*L\n1#1,19:1\n1#2:20\n*E\n"
}
.end annotation
# instance fields
.field private final a:Ljava/lang/Boolean;
.field private final b:Ljava/lang/Integer;
.field private final c:Lcom/ironsource/g8;
# direct methods
.method public constructor <init>(Lorg/json/JSONObject;)V
.locals 3
const-string v0, "features"
invoke-static {p1, v0}, Lkotlin/jvm/internal/Intrinsics;->checkNotNullParameter(Ljava/lang/Object;Ljava/lang/String;)V
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
const-string v0, "enabled"
invoke-virtual {p1, v0}, Lorg/json/JSONObject;->has(Ljava/lang/String;)Z
move-result v1
const/4 v2, 0x0
if-eqz v1, :cond_0
invoke-virtual {p1, v0}, Lorg/json/JSONObject;->getBoolean(Ljava/lang/String;)Z
move-result v0
invoke-static {v0}, Ljava/lang/Boolean;->valueOf(Z)Ljava/lang/Boolean;
move-result-object v0
goto :goto_0
:cond_0
move-object v0, v2
:goto_0
iput-object v0, p0, Lcom/ironsource/b8;->a:Ljava/lang/Boolean;
const-string v0, "maxImpressions"
invoke-virtual {p1, v0}, Lorg/json/JSONObject;->has(Ljava/lang/String;)Z
move-result v1
if-eqz v1, :cond_1
invoke-virtual {p1, v0}, Lorg/json/JSONObject;->getInt(Ljava/lang/String;)I
move-result v0
invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object v0
goto :goto_1
:cond_1
move-object v0, v2
:goto_1
iput-object v0, p0, Lcom/ironsource/b8;->b:Ljava/lang/Integer;
const-string v0, "unit"
invoke-virtual {p1, v0}, Lorg/json/JSONObject;->has(Ljava/lang/String;)Z
move-result v1
if-eqz v1, :cond_2
sget-object v1, Lcom/ironsource/g8;->c:Lcom/ironsource/g8$a;
invoke-virtual {p1, v0}, Lorg/json/JSONObject;->optString(Ljava/lang/String;)Ljava/lang/String;
move-result-object p1
invoke-virtual {v1, p1}, Lcom/ironsource/g8$a;->a(Ljava/lang/String;)Lcom/ironsource/g8;
move-result-object v2
:cond_2
iput-object v2, p0, Lcom/ironsource/b8;->c:Lcom/ironsource/g8;
return-void
.end method
# virtual methods
.method public final a()Ljava/lang/Boolean;
.locals 1
iget-object v0, p0, Lcom/ironsource/b8;->a:Ljava/lang/Boolean;
return-object v0
.end method
.method public final b()Ljava/lang/Integer;
.locals 1
iget-object v0, p0, Lcom/ironsource/b8;->b:Ljava/lang/Integer;
return-object v0
.end method
.method public final c()Lcom/ironsource/g8;
.locals 1
iget-object v0, p0, Lcom/ironsource/b8;->c:Lcom/ironsource/g8;
return-object v0
.end method