Files
rr3-apk/smali_classes2/com/fyber/inneractive/sdk/response/a.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

224 lines
5.9 KiB
Smali

.class public final enum Lcom/fyber/inneractive/sdk/response/a;
.super Ljava/lang/Enum;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Enum<",
"Lcom/fyber/inneractive/sdk/response/a;",
">;"
}
.end annotation
# static fields
.field private static final synthetic $VALUES:[Lcom/fyber/inneractive/sdk/response/a;
.field public static final enum RETURNED_ADTYPE_HTML:Lcom/fyber/inneractive/sdk/response/a;
.field public static final enum RETURNED_ADTYPE_HTML5_VIDEO:Lcom/fyber/inneractive/sdk/response/a;
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end field
.field public static final enum RETURNED_ADTYPE_MOBILE_ADS:Lcom/fyber/inneractive/sdk/response/a;
.field public static final enum RETURNED_ADTYPE_MRAID:Lcom/fyber/inneractive/sdk/response/a;
.field public static final enum RETURNED_ADTYPE_NATIVE:Lcom/fyber/inneractive/sdk/response/a;
.field public static final enum RETURNED_ADTYPE_PMN:Lcom/fyber/inneractive/sdk/response/a;
.field public static final enum RETURNED_ADTYPE_VAST:Lcom/fyber/inneractive/sdk/response/a;
# instance fields
.field private value:I
# direct methods
.method public static constructor <clinit>()V
.locals 10
.line 1
new-instance v0, Lcom/fyber/inneractive/sdk/response/a;
const-string v1, "RETURNED_ADTYPE_HTML"
const/4 v2, 0x0
const/4 v3, 0x4
invoke-direct {v0, v2, v3, v1}, Lcom/fyber/inneractive/sdk/response/a;-><init>(IILjava/lang/String;)V
sput-object v0, Lcom/fyber/inneractive/sdk/response/a;->RETURNED_ADTYPE_HTML:Lcom/fyber/inneractive/sdk/response/a;
.line 3
new-instance v1, Lcom/fyber/inneractive/sdk/response/a;
const-string v2, "RETURNED_ADTYPE_MRAID"
const/4 v4, 0x1
const/4 v5, 0x6
invoke-direct {v1, v4, v5, v2}, Lcom/fyber/inneractive/sdk/response/a;-><init>(IILjava/lang/String;)V
sput-object v1, Lcom/fyber/inneractive/sdk/response/a;->RETURNED_ADTYPE_MRAID:Lcom/fyber/inneractive/sdk/response/a;
.line 5
new-instance v2, Lcom/fyber/inneractive/sdk/response/a;
const/16 v4, 0x8
const-string v6, "RETURNED_ADTYPE_VAST"
const/4 v7, 0x2
invoke-direct {v2, v7, v4, v6}, Lcom/fyber/inneractive/sdk/response/a;-><init>(IILjava/lang/String;)V
sput-object v2, Lcom/fyber/inneractive/sdk/response/a;->RETURNED_ADTYPE_VAST:Lcom/fyber/inneractive/sdk/response/a;
.line 6
new-instance v4, Lcom/fyber/inneractive/sdk/response/a;
const/16 v6, 0x9
const-string v7, "RETURNED_ADTYPE_HTML5_VIDEO"
const/4 v8, 0x3
invoke-direct {v4, v8, v6, v7}, Lcom/fyber/inneractive/sdk/response/a;-><init>(IILjava/lang/String;)V
sput-object v4, Lcom/fyber/inneractive/sdk/response/a;->RETURNED_ADTYPE_HTML5_VIDEO:Lcom/fyber/inneractive/sdk/response/a;
.line 9
new-instance v6, Lcom/fyber/inneractive/sdk/response/a;
const/16 v7, 0xa
const-string v8, "RETURNED_ADTYPE_NATIVE"
invoke-direct {v6, v3, v7, v8}, Lcom/fyber/inneractive/sdk/response/a;-><init>(IILjava/lang/String;)V
sput-object v6, Lcom/fyber/inneractive/sdk/response/a;->RETURNED_ADTYPE_NATIVE:Lcom/fyber/inneractive/sdk/response/a;
.line 11
new-instance v7, Lcom/fyber/inneractive/sdk/response/a;
const/16 v3, 0xb
const-string v8, "RETURNED_ADTYPE_PMN"
const/4 v9, 0x5
invoke-direct {v7, v9, v3, v8}, Lcom/fyber/inneractive/sdk/response/a;-><init>(IILjava/lang/String;)V
sput-object v7, Lcom/fyber/inneractive/sdk/response/a;->RETURNED_ADTYPE_PMN:Lcom/fyber/inneractive/sdk/response/a;
.line 12
new-instance v8, Lcom/fyber/inneractive/sdk/response/a;
const/16 v3, 0xf
const-string v9, "RETURNED_ADTYPE_MOBILE_ADS"
invoke-direct {v8, v5, v3, v9}, Lcom/fyber/inneractive/sdk/response/a;-><init>(IILjava/lang/String;)V
sput-object v8, Lcom/fyber/inneractive/sdk/response/a;->RETURNED_ADTYPE_MOBILE_ADS:Lcom/fyber/inneractive/sdk/response/a;
move-object v3, v4
move-object v4, v6
move-object v5, v7
move-object v6, v8
filled-new-array/range {v0 .. v6}, [Lcom/fyber/inneractive/sdk/response/a;
move-result-object v0
sput-object v0, Lcom/fyber/inneractive/sdk/response/a;->$VALUES:[Lcom/fyber/inneractive/sdk/response/a;
return-void
.end method
.method public constructor <init>(IILjava/lang/String;)V
.locals 0
.line 1
invoke-direct {p0, p3, p1}, Ljava/lang/Enum;-><init>(Ljava/lang/String;I)V
iput p2, p0, Lcom/fyber/inneractive/sdk/response/a;->value:I
return-void
.end method
.method public static a(I)Lcom/fyber/inneractive/sdk/response/a;
.locals 5
.line 1
invoke-static {}, Lcom/fyber/inneractive/sdk/response/a;->values()[Lcom/fyber/inneractive/sdk/response/a;
move-result-object v0
array-length v1, v0
const/4 v2, 0x0
:goto_0
if-ge v2, v1, :cond_1
aget-object v3, v0, v2
.line 2
iget v4, v3, Lcom/fyber/inneractive/sdk/response/a;->value:I
if-ne v4, p0, :cond_0
return-object v3
:cond_0
add-int/lit8 v2, v2, 0x1
goto :goto_0
:cond_1
const/4 p0, 0x0
return-object p0
.end method
.method public static valueOf(Ljava/lang/String;)Lcom/fyber/inneractive/sdk/response/a;
.locals 1
const-class v0, Lcom/fyber/inneractive/sdk/response/a;
.line 1
invoke-static {v0, p0}, Ljava/lang/Enum;->valueOf(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
move-result-object p0
check-cast p0, Lcom/fyber/inneractive/sdk/response/a;
return-object p0
.end method
.method public static values()[Lcom/fyber/inneractive/sdk/response/a;
.locals 1
sget-object v0, Lcom/fyber/inneractive/sdk/response/a;->$VALUES:[Lcom/fyber/inneractive/sdk/response/a;
.line 1
invoke-virtual {v0}, [Lcom/fyber/inneractive/sdk/response/a;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Lcom/fyber/inneractive/sdk/response/a;
return-object v0
.end method