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
This commit is contained in:
2026-02-18 16:13:44 -08:00
parent c080f0d97f
commit f3960ee359
44288 changed files with 10998761 additions and 0 deletions

View File

@@ -0,0 +1,223 @@
.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

View File

@@ -0,0 +1,207 @@
.class public abstract Lcom/fyber/inneractive/sdk/response/b;
.super Ljava/lang/Object;
.source "SourceFile"
# instance fields
.field public a:Lcom/fyber/inneractive/sdk/response/e;
.field public b:Ljava/lang/String;
.field public c:Lcom/fyber/inneractive/sdk/response/j;
.field public d:Z
# direct methods
.method public constructor <init>()V
.locals 1
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
const/4 v0, 0x1
iput-boolean v0, p0, Lcom/fyber/inneractive/sdk/response/b;->d:Z
return-void
.end method
# virtual methods
.method public abstract a()Lcom/fyber/inneractive/sdk/response/e;
.end method
.method public final a(Ljava/lang/String;)Lcom/fyber/inneractive/sdk/response/e;
.locals 4
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/Exception;
}
.end annotation
if-eqz p1, :cond_0
const/4 v0, 0x1
goto :goto_0
:cond_0
const/4 v0, 0x0
:goto_0
iput-boolean v0, p0, Lcom/fyber/inneractive/sdk/response/b;->d:Z
iget-object v0, p0, Lcom/fyber/inneractive/sdk/response/b;->a:Lcom/fyber/inneractive/sdk/response/e;
.line 2
invoke-virtual {v0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
.line 3
invoke-static {}, Ljava/lang/System;->currentTimeMillis()J
move-result-wide v1
iput-wide v1, v0, Lcom/fyber/inneractive/sdk/response/e;->c:J
iget-object v0, p0, Lcom/fyber/inneractive/sdk/response/b;->c:Lcom/fyber/inneractive/sdk/response/j;
.line 4
invoke-interface {v0, p0}, Lcom/fyber/inneractive/sdk/response/j;->a(Lcom/fyber/inneractive/sdk/response/b;)V
iget-object v0, p0, Lcom/fyber/inneractive/sdk/response/b;->c:Lcom/fyber/inneractive/sdk/response/j;
.line 7
invoke-interface {v0}, Lcom/fyber/inneractive/sdk/response/j;->a()Ljava/lang/String;
move-result-object v0
iget-object v1, p0, Lcom/fyber/inneractive/sdk/response/b;->a:Lcom/fyber/inneractive/sdk/response/e;
.line 9
iput-object v0, v1, Lcom/fyber/inneractive/sdk/response/e;->h:Ljava/lang/String;
iget-object v1, p0, Lcom/fyber/inneractive/sdk/response/b;->b:Ljava/lang/String;
.line 10
invoke-static {v1}, Lcom/fyber/inneractive/sdk/config/a;->a(Ljava/lang/String;)Lcom/fyber/inneractive/sdk/config/e0;
move-result-object v1
.line 13
invoke-static {p0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object v2
iget-object v3, p0, Lcom/fyber/inneractive/sdk/response/b;->b:Ljava/lang/String;
filled-new-array {v2, v3}, [Ljava/lang/Object;
move-result-object v2
const-string v3, "%sGot unit config for unitId: %s from config manager"
.line 14
invoke-static {v3, v2}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
.line 16
invoke-static {p0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object v2
filled-new-array {v2, v1}, [Ljava/lang/Object;
move-result-object v2
const-string v3, "%s%s"
.line 17
invoke-static {v3, v2}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
iget-boolean v2, p0, Lcom/fyber/inneractive/sdk/response/b;->d:Z
if-eqz v2, :cond_1
.line 25
invoke-virtual {p0, p1, v1}, Lcom/fyber/inneractive/sdk/response/b;->a(Ljava/lang/String;Lcom/fyber/inneractive/sdk/config/e0;)V
goto :goto_1
.line 27
:cond_1
invoke-virtual {p0}, Lcom/fyber/inneractive/sdk/response/b;->b()Z
move-result p1
if-eqz p1, :cond_3
.line 28
new-instance p1, Lcom/fyber/inneractive/sdk/response/h;
invoke-direct {p1, v0}, Lcom/fyber/inneractive/sdk/response/h;-><init>(Ljava/lang/String;)V
iget-boolean v0, p1, Lcom/fyber/inneractive/sdk/response/h;->a:Z
if-eqz v0, :cond_4
iget-object p1, p1, Lcom/fyber/inneractive/sdk/response/h;->b:Ljava/lang/String;
if-eqz p1, :cond_2
.line 31
invoke-virtual {p1}, Ljava/lang/String;->trim()Ljava/lang/String;
move-result-object v0
invoke-static {v0}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v0
if-nez v0, :cond_2
.line 34
invoke-virtual {p0, p1, v1}, Lcom/fyber/inneractive/sdk/response/b;->a(Ljava/lang/String;Lcom/fyber/inneractive/sdk/config/e0;)V
goto :goto_1
.line 35
:cond_2
new-instance p1, Ljava/lang/Exception;
const-string v0, "empty ad content detected. failing fast."
invoke-direct {p1, v0}, Ljava/lang/Exception;-><init>(Ljava/lang/String;)V
throw p1
.line 42
:cond_3
invoke-virtual {p0, v0, v1}, Lcom/fyber/inneractive/sdk/response/b;->a(Ljava/lang/String;Lcom/fyber/inneractive/sdk/config/e0;)V
:cond_4
:goto_1
iget-object p1, p0, Lcom/fyber/inneractive/sdk/response/b;->a:Lcom/fyber/inneractive/sdk/response/e;
return-object p1
.end method
.method public abstract a(Ljava/lang/String;Lcom/fyber/inneractive/sdk/config/e0;)V
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/Exception;
}
.end annotation
.end method
.method public b()Z
.locals 1
instance-of v0, p0, Lcom/fyber/inneractive/sdk/dv/e;
xor-int/lit8 v0, v0, 0x1
return v0
.end method
.method public abstract c()V
.end method

View File

@@ -0,0 +1,148 @@
.class public final Lcom/fyber/inneractive/sdk/response/c;
.super Lcom/fyber/inneractive/sdk/response/b;
.source "SourceFile"
# direct methods
.method public constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Lcom/fyber/inneractive/sdk/response/b;-><init>()V
return-void
.end method
# virtual methods
.method public final a()Lcom/fyber/inneractive/sdk/response/e;
.locals 1
.line 18
new-instance v0, Lcom/fyber/inneractive/sdk/response/f;
invoke-direct {v0}, Lcom/fyber/inneractive/sdk/response/f;-><init>()V
iput-object v0, p0, Lcom/fyber/inneractive/sdk/response/b;->a:Lcom/fyber/inneractive/sdk/response/e;
return-object v0
.end method
.method public final a(Ljava/lang/String;Lcom/fyber/inneractive/sdk/config/e0;)V
.locals 9
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
iget-object p2, p0, Lcom/fyber/inneractive/sdk/response/b;->a:Lcom/fyber/inneractive/sdk/response/e;
.line 1
check-cast p2, Lcom/fyber/inneractive/sdk/response/f;
if-nez p1, :cond_0
const/4 p1, 0x0
goto :goto_0
.line 2
:cond_0
sget-object v0, Lcom/fyber/inneractive/sdk/util/f0;->g:Lcom/fyber/inneractive/sdk/util/f0;
invoke-virtual {v0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
const/16 v1, 0x26
.line 3
invoke-virtual {p1, v1}, Ljava/lang/String;->indexOf(I)I
move-result v1
if-gez v1, :cond_1
goto :goto_0
.line 4
:cond_1
new-instance v2, Ljava/io/StringWriter;
invoke-virtual {p1}, Ljava/lang/String;->length()I
move-result v3
int-to-double v3, v3
invoke-virtual {p1}, Ljava/lang/String;->length()I
move-result v5
int-to-double v5, v5
const-wide v7, 0x3fb999999999999aL # 0.1
mul-double/2addr v5, v7
add-double/2addr v5, v3
double-to-int v3, v5
invoke-direct {v2, v3}, Ljava/io/StringWriter;-><init>(I)V
.line 5
:try_start_0
invoke-virtual {v0, v2, p1, v1}, Lcom/fyber/inneractive/sdk/util/f0;->a(Ljava/io/StringWriter;Ljava/lang/String;I)V
:try_end_0
.catch Ljava/io/IOException; {:try_start_0 .. :try_end_0} :catch_0
.line 11
:catch_0
invoke-virtual {v2}, Ljava/io/StringWriter;->toString()Ljava/lang/String;
move-result-object p1
.line 12
:goto_0
sget v0, Lcom/fyber/inneractive/sdk/config/g;->a:I
const-string v0, "ia.testEnvironmentConfiguration.assetResponse"
.line 13
invoke-static {v0}, Ljava/lang/System;->getProperty(Ljava/lang/String;)Ljava/lang/String;
move-result-object v0
.line 14
invoke-static {v0}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v1
if-nez v1, :cond_2
.line 15
invoke-static {v0}, Lcom/fyber/inneractive/sdk/util/o;->c(Ljava/lang/String;)Ljava/lang/String;
move-result-object v0
.line 16
invoke-static {v0}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v1
if-nez v1, :cond_2
move-object p1, v0
.line 17
:cond_2
iput-object p1, p2, Lcom/fyber/inneractive/sdk/response/f;->K:Ljava/lang/String;
return-void
.end method
.method public final c()V
.locals 0
return-void
.end method

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,176 @@
.class public abstract Lcom/fyber/inneractive/sdk/response/e;
.super Ljava/lang/Object;
.source "SourceFile"
# instance fields
.field public A:Ljava/lang/String;
.field public B:Z
.field public C:Ljava/lang/String;
.field public D:Ljava/lang/String;
.field public E:Ljava/lang/String;
.field public F:Lcom/fyber/inneractive/sdk/ignite/l;
.field public G:Ljava/lang/String;
.field public H:Z
.field public I:J
.field public J:Z
.field public a:J
.field public b:J
.field public c:J
.field public d:Ljava/lang/String;
.field public e:I
.field public f:I
.field public g:I
.field public h:Ljava/lang/String;
.field public i:Ljava/lang/String;
.field public j:Ljava/lang/String;
.field public k:Ljava/lang/String;
.field public l:Ljava/lang/String;
.field public m:Ljava/lang/String;
.field public n:Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;
.field public o:Ljava/lang/String;
.field public p:Ljava/util/Map;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/String;",
">;"
}
.end annotation
.end field
.field public q:Ljava/lang/String;
.field public r:Lcom/fyber/inneractive/sdk/external/ImpressionData;
.field public s:Lcom/fyber/inneractive/sdk/dv/g;
.field public t:I
.field public u:F
.field public v:Ljava/lang/String;
.field public w:I
.field public x:Ljava/lang/Exception;
.field public y:Ljava/lang/String;
.field public z:Ljava/lang/String;
# direct methods
.method public constructor <init>()V
.locals 3
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
const/4 v0, 0x0
iput v0, p0, Lcom/fyber/inneractive/sdk/response/e;->t:I
const/high16 v1, -0x40800000 # -1.0f
iput v1, p0, Lcom/fyber/inneractive/sdk/response/e;->u:F
const/4 v1, -0x1
iput v1, p0, Lcom/fyber/inneractive/sdk/response/e;->w:I
iput-boolean v0, p0, Lcom/fyber/inneractive/sdk/response/e;->B:Z
.line 80
sget-object v1, Lcom/fyber/inneractive/sdk/ignite/l;->NONE:Lcom/fyber/inneractive/sdk/ignite/l;
iput-object v1, p0, Lcom/fyber/inneractive/sdk/response/e;->F:Lcom/fyber/inneractive/sdk/ignite/l;
iput-boolean v0, p0, Lcom/fyber/inneractive/sdk/response/e;->H:Z
const-wide/16 v1, 0x0
iput-wide v1, p0, Lcom/fyber/inneractive/sdk/response/e;->I:J
iput-boolean v0, p0, Lcom/fyber/inneractive/sdk/response/e;->J:Z
return-void
.end method
# virtual methods
.method public final a()Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;
.locals 1
.line 0
iget-object v0, p0, Lcom/fyber/inneractive/sdk/response/e;->n:Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;
return-object v0
.end method
.method public abstract a(Lcom/fyber/inneractive/sdk/external/InneractiveAdRequest;Lcom/fyber/inneractive/sdk/config/global/s;)Lcom/fyber/inneractive/sdk/external/InneractiveErrorCode;
.end method
.method public final a(Ljava/lang/String;)V
.locals 4
.line 2
:try_start_0
invoke-static {p1}, Ljava/lang/Long;->parseLong(Ljava/lang/String;)J
move-result-wide v0
:try_end_0
.catch Ljava/lang/NumberFormatException; {:try_start_0 .. :try_end_0} :catch_0
goto :goto_0
:catch_0
const-wide/16 v0, 0x14
:goto_0
iput-wide v0, p0, Lcom/fyber/inneractive/sdk/response/e;->b:J
iget-wide v2, p0, Lcom/fyber/inneractive/sdk/response/e;->c:J
.line 8
sget-object p1, Ljava/util/concurrent/TimeUnit;->MINUTES:Ljava/util/concurrent/TimeUnit;
invoke-virtual {p1, v0, v1}, Ljava/util/concurrent/TimeUnit;->toMillis(J)J
move-result-wide v0
add-long/2addr v0, v2
iput-wide v0, p0, Lcom/fyber/inneractive/sdk/response/e;->a:J
return-void
.end method
.method public abstract b()Lcom/fyber/inneractive/sdk/external/InneractiveErrorCode;
.end method

View File

@@ -0,0 +1,36 @@
.class public final Lcom/fyber/inneractive/sdk/response/f;
.super Lcom/fyber/inneractive/sdk/response/e;
.source "SourceFile"
# instance fields
.field public K:Ljava/lang/String;
# direct methods
.method public constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Lcom/fyber/inneractive/sdk/response/e;-><init>()V
return-void
.end method
# virtual methods
.method public final a(Lcom/fyber/inneractive/sdk/external/InneractiveAdRequest;Lcom/fyber/inneractive/sdk/config/global/s;)Lcom/fyber/inneractive/sdk/external/InneractiveErrorCode;
.locals 0
const/4 p1, 0x0
return-object p1
.end method
.method public final b()Lcom/fyber/inneractive/sdk/external/InneractiveErrorCode;
.locals 1
const/4 v0, 0x0
return-object v0
.end method

View File

@@ -0,0 +1,107 @@
.class public final Lcom/fyber/inneractive/sdk/response/g;
.super Lcom/fyber/inneractive/sdk/response/e;
.source "SourceFile"
# instance fields
.field public K:J
.field public L:Lcom/fyber/inneractive/sdk/model/vast/b;
.field public final M:Ljava/util/LinkedHashMap;
.field public final N:Ljava/util/ArrayList;
.field public final O:Ljava/util/ArrayList;
.field public final P:Ljava/util/LinkedHashMap;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/LinkedHashMap<",
"Ljava/lang/String;",
"Ljava/lang/String;",
">;"
}
.end annotation
.end field
# direct methods
.method public constructor <init>()V
.locals 1
.line 1
invoke-direct {p0}, Lcom/fyber/inneractive/sdk/response/e;-><init>()V
.line 2
new-instance v0, Ljava/util/ArrayList;
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
iput-object v0, p0, Lcom/fyber/inneractive/sdk/response/g;->O:Ljava/util/ArrayList;
.line 10
new-instance v0, Ljava/util/LinkedHashMap;
invoke-direct {v0}, Ljava/util/LinkedHashMap;-><init>()V
iput-object v0, p0, Lcom/fyber/inneractive/sdk/response/g;->M:Ljava/util/LinkedHashMap;
.line 11
new-instance v0, Ljava/util/ArrayList;
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
iput-object v0, p0, Lcom/fyber/inneractive/sdk/response/g;->N:Ljava/util/ArrayList;
.line 12
new-instance v0, Ljava/util/LinkedHashMap;
invoke-direct {v0}, Ljava/util/LinkedHashMap;-><init>()V
iput-object v0, p0, Lcom/fyber/inneractive/sdk/response/g;->P:Ljava/util/LinkedHashMap;
return-void
.end method
# virtual methods
.method public final a(Lcom/fyber/inneractive/sdk/external/InneractiveAdRequest;Lcom/fyber/inneractive/sdk/config/global/s;)Lcom/fyber/inneractive/sdk/external/InneractiveErrorCode;
.locals 0
.line 1
invoke-static {p1, p0, p2}, Lcom/fyber/inneractive/sdk/flow/vast/k;->a(Lcom/fyber/inneractive/sdk/external/InneractiveAdRequest;Lcom/fyber/inneractive/sdk/response/g;Lcom/fyber/inneractive/sdk/config/global/s;)Lcom/fyber/inneractive/sdk/external/InneractiveErrorCode;
move-result-object p1
return-object p1
.end method
.method public final b()Lcom/fyber/inneractive/sdk/external/InneractiveErrorCode;
.locals 1
const/4 v0, 0x0
.line 1
invoke-static {v0, p0, v0}, Lcom/fyber/inneractive/sdk/flow/vast/k;->a(Lcom/fyber/inneractive/sdk/external/InneractiveAdRequest;Lcom/fyber/inneractive/sdk/response/g;Lcom/fyber/inneractive/sdk/config/global/s;)Lcom/fyber/inneractive/sdk/external/InneractiveErrorCode;
move-result-object v0
return-object v0
.end method
.method public final c()Ljava/util/ArrayList;
.locals 1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/response/g;->O:Ljava/util/ArrayList;
return-object v0
.end method
.method public final d()Lcom/fyber/inneractive/sdk/model/vast/b;
.locals 1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/response/g;->L:Lcom/fyber/inneractive/sdk/model/vast/b;
return-object v0
.end method

View File

@@ -0,0 +1,320 @@
.class public final Lcom/fyber/inneractive/sdk/response/h;
.super Ljava/lang/Object;
.source "SourceFile"
# instance fields
.field public final a:Z
.field public b:Ljava/lang/String;
# direct methods
.method public constructor <init>(Ljava/lang/String;)V
.locals 2
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/lang/Exception;
}
.end annotation
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
const/4 v0, 0x0
iput-boolean v0, p0, Lcom/fyber/inneractive/sdk/response/h;->a:Z
.line 5
:try_start_0
invoke-virtual {p0, p1}, Lcom/fyber/inneractive/sdk/response/h;->a(Ljava/lang/String;)V
:try_end_0
.catch Ljava/lang/Exception; {:try_start_0 .. :try_end_0} :catch_0
const/4 p1, 0x1
iput-boolean p1, p0, Lcom/fyber/inneractive/sdk/response/h;->a:Z
new-array p1, v0, [Ljava/lang/Object;
const-string v0, "parser: Parsing finished. parser is ready"
.line 12
invoke-static {v0, p1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
return-void
:catch_0
move-exception p1
.line 13
invoke-virtual {p1}, Ljava/lang/Throwable;->getMessage()Ljava/lang/String;
move-result-object v0
filled-new-array {v0}, [Ljava/lang/Object;
move-result-object v0
const-string v1, "Error parsing Ad XML: %s"
invoke-static {v1, v0}, Lcom/fyber/inneractive/sdk/util/IAlog;->b(Ljava/lang/String;[Ljava/lang/Object;)V
.line 14
throw p1
.end method
# virtual methods
.method public final a(Ljava/lang/String;)V
.locals 13
.annotation system Ldalvik/annotation/Throws;
value = {
Lorg/xmlpull/v1/XmlPullParserException;,
Ljava/io/IOException;
}
.end annotation
const/4 v0, 0x0
new-array v1, v0, [Ljava/lang/Object;
const-string v2, "Start reading Response"
.line 1
invoke-static {v2, v1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
.line 3
invoke-static {}, Landroid/util/Xml;->newPullParser()Lorg/xmlpull/v1/XmlPullParser;
move-result-object v1
const-string v2, "http://xmlpull.org/v1/doc/features.html#process-namespaces"
.line 4
invoke-interface {v1, v2, v0}, Lorg/xmlpull/v1/XmlPullParser;->setFeature(Ljava/lang/String;Z)V
.line 5
new-instance v2, Ljava/io/StringReader;
invoke-direct {v2, p1}, Ljava/io/StringReader;-><init>(Ljava/lang/String;)V
invoke-interface {v1, v2}, Lorg/xmlpull/v1/XmlPullParser;->setInput(Ljava/io/Reader;)V
.line 6
invoke-interface {v1}, Lorg/xmlpull/v1/XmlPullParser;->nextTag()I
const-string p1, "tns:Response"
const/4 v2, 0x2
const/4 v3, 0x0
.line 9
invoke-interface {v1, v2, v3, p1}, Lorg/xmlpull/v1/XmlPullParser;->require(ILjava/lang/String;Ljava/lang/String;)V
.line 10
:cond_0
:goto_0
invoke-interface {v1}, Lorg/xmlpull/v1/XmlPullParser;->next()I
move-result p1
const/4 v4, 0x3
if-eq p1, v4, :cond_9
.line 11
invoke-interface {v1}, Lorg/xmlpull/v1/XmlPullParser;->getEventType()I
move-result p1
if-eq p1, v2, :cond_1
goto :goto_0
.line 17
:cond_1
invoke-interface {v1}, Lorg/xmlpull/v1/XmlPullParser;->getName()Ljava/lang/String;
move-result-object p1
const-string v5, "tns:Ad"
invoke-virtual {p1, v5}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_5
.line 18
invoke-interface {v1, v2, v3, v5}, Lorg/xmlpull/v1/XmlPullParser;->require(ILjava/lang/String;Ljava/lang/String;)V
new-array p1, v0, [Ljava/lang/Object;
const-string v4, "Start reading Ad"
.line 20
invoke-static {v4, p1}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/String;[Ljava/lang/Object;)V
.line 22
invoke-interface {v1}, Lorg/xmlpull/v1/XmlPullParser;->next()I
move-result p1
const/4 v4, 0x4
if-ne p1, v4, :cond_2
.line 23
invoke-interface {v1}, Lorg/xmlpull/v1/XmlPullParser;->getText()Ljava/lang/String;
move-result-object p1
.line 24
invoke-interface {v1}, Lorg/xmlpull/v1/XmlPullParser;->nextTag()I
goto :goto_1
.line 26
:cond_2
invoke-interface {v1}, Lorg/xmlpull/v1/XmlPullParser;->getName()Ljava/lang/String;
move-result-object p1
filled-new-array {p1}, [Ljava/lang/Object;
move-result-object p1
const-string v4, "No text: %s"
invoke-static {v4, p1}, Lcom/fyber/inneractive/sdk/util/IAlog;->f(Ljava/lang/String;[Ljava/lang/Object;)V
const-string p1, ""
.line 28
:goto_1
invoke-virtual {p1}, Ljava/lang/String;->trim()Ljava/lang/String;
move-result-object p1
filled-new-array {p1}, [Ljava/lang/Object;
move-result-object v4
const-string v5, "Ad content: %s"
.line 29
invoke-static {v5, v4}, Lcom/fyber/inneractive/sdk/util/IAlog;->e(Ljava/lang/String;[Ljava/lang/Object;)V
if-nez p1, :cond_3
move-object p1, v3
goto :goto_2
.line 30
:cond_3
sget-object v4, Lcom/fyber/inneractive/sdk/util/f0;->f:Lcom/fyber/inneractive/sdk/util/f0;
invoke-virtual {v4}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
const/16 v5, 0x26
.line 31
invoke-virtual {p1, v5}, Ljava/lang/String;->indexOf(I)I
move-result v5
if-gez v5, :cond_4
goto :goto_2
.line 32
:cond_4
new-instance v6, Ljava/io/StringWriter;
invoke-virtual {p1}, Ljava/lang/String;->length()I
move-result v7
int-to-double v7, v7
invoke-virtual {p1}, Ljava/lang/String;->length()I
move-result v9
int-to-double v9, v9
const-wide v11, 0x3fb999999999999aL # 0.1
mul-double/2addr v9, v11
add-double/2addr v9, v7
double-to-int v7, v9
invoke-direct {v6, v7}, Ljava/io/StringWriter;-><init>(I)V
.line 33
:try_start_0
invoke-virtual {v4, v6, p1, v5}, Lcom/fyber/inneractive/sdk/util/f0;->a(Ljava/io/StringWriter;Ljava/lang/String;I)V
:try_end_0
.catch Ljava/io/IOException; {:try_start_0 .. :try_end_0} :catch_0
.line 39
:catch_0
invoke-virtual {v6}, Ljava/io/StringWriter;->toString()Ljava/lang/String;
move-result-object p1
:goto_2
iput-object p1, p0, Lcom/fyber/inneractive/sdk/response/h;->b:Ljava/lang/String;
goto/16 :goto_0
.line 41
:cond_5
invoke-interface {v1}, Lorg/xmlpull/v1/XmlPullParser;->getEventType()I
move-result p1
if-ne p1, v2, :cond_8
const/4 p1, 0x1
:goto_3
if-eqz p1, :cond_0
.line 46
invoke-interface {v1}, Lorg/xmlpull/v1/XmlPullParser;->next()I
move-result v5
if-eq v5, v2, :cond_7
if-eq v5, v4, :cond_6
goto :goto_3
:cond_6
add-int/lit8 p1, p1, -0x1
goto :goto_3
:cond_7
add-int/lit8 p1, p1, 0x1
goto :goto_3
.line 47
:cond_8
new-instance p1, Ljava/lang/IllegalStateException;
invoke-direct {p1}, Ljava/lang/IllegalStateException;-><init>()V
throw p1
:cond_9
return-void
.end method

View File

@@ -0,0 +1,18 @@
.class public interface abstract Lcom/fyber/inneractive/sdk/response/i;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract a(Lcom/fyber/inneractive/sdk/model/vast/v;)Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/fyber/inneractive/sdk/model/vast/v;",
")",
"Ljava/util/List<",
"Ljava/lang/String;",
">;"
}
.end annotation
.end method

View File

@@ -0,0 +1,11 @@
.class public interface abstract Lcom/fyber/inneractive/sdk/response/j;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract a()Ljava/lang/String;
.end method
.method public abstract a(Lcom/fyber/inneractive/sdk/response/b;)V
.end method

View File

@@ -0,0 +1,792 @@
.class public final Lcom/fyber/inneractive/sdk/response/k;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/fyber/inneractive/sdk/response/j;
# instance fields
.field public final a:Lcom/fyber/inneractive/sdk/network/n;
# direct methods
.method public constructor <init>(Lcom/fyber/inneractive/sdk/network/n;)V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lcom/fyber/inneractive/sdk/response/k;->a:Lcom/fyber/inneractive/sdk/network/n;
return-void
.end method
# virtual methods
.method public final a()Ljava/lang/String;
.locals 1
iget-object v0, p0, Lcom/fyber/inneractive/sdk/response/k;->a:Lcom/fyber/inneractive/sdk/network/n;
.line 144
invoke-interface {v0}, Lcom/fyber/inneractive/sdk/network/n;->l()Ljava/lang/StringBuffer;
move-result-object v0
invoke-virtual {v0}, Ljava/lang/StringBuffer;->toString()Ljava/lang/String;
move-result-object v0
return-object v0
.end method
.method public final a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
.locals 1
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/String;",
">;",
"Lcom/fyber/inneractive/sdk/network/m;",
")",
"Ljava/lang/String;"
}
.end annotation
.line 145
invoke-virtual {p2}, Lcom/fyber/inneractive/sdk/network/m;->e()Ljava/lang/String;
move-result-object p2
invoke-virtual {p2}, Ljava/lang/String;->toLowerCase()Ljava/lang/String;
move-result-object p2
.line 146
invoke-interface {p1, p2}, Ljava/util/Map;->get(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p1
check-cast p1, Ljava/lang/String;
.line 149
invoke-static {p0}, Lcom/fyber/inneractive/sdk/util/IAlog;->a(Ljava/lang/Object;)Ljava/lang/String;
move-result-object v0
filled-new-array {v0, p2, p1}, [Ljava/lang/Object;
move-result-object p2
const-string v0, "%s%s extracted from response header: %s"
.line 150
invoke-static {v0, p2}, Lcom/fyber/inneractive/sdk/util/IAlog;->e(Ljava/lang/String;[Ljava/lang/Object;)V
return-object p1
.end method
.method public final a(Lcom/fyber/inneractive/sdk/response/b;)V
.locals 30
move-object/from16 v0, p0
move-object/from16 v1, p1
.line 1
iget-object v2, v1, Lcom/fyber/inneractive/sdk/response/b;->a:Lcom/fyber/inneractive/sdk/response/e;
const/4 v3, 0x0
.line 2
iput-boolean v3, v2, Lcom/fyber/inneractive/sdk/response/e;->B:Z
.line 3
sget-object v2, Lcom/fyber/inneractive/sdk/config/IAConfigManager;->L:Lcom/fyber/inneractive/sdk/config/IAConfigManager;
iget-object v2, v2, Lcom/fyber/inneractive/sdk/config/IAConfigManager;->w:Lcom/fyber/inneractive/sdk/config/i0;
.line 4
iput-boolean v3, v2, Lcom/fyber/inneractive/sdk/config/i0;->e:Z
.line 5
new-instance v2, Lcom/fyber/inneractive/sdk/external/ImpressionData;
invoke-direct {v2}, Lcom/fyber/inneractive/sdk/external/ImpressionData;-><init>()V
iget-object v4, v0, Lcom/fyber/inneractive/sdk/response/k;->a:Lcom/fyber/inneractive/sdk/network/n;
.line 6
invoke-interface {v4}, Lcom/fyber/inneractive/sdk/network/n;->j()Ljava/util/Map;
move-result-object v4
.line 9
sget-object v5, Lcom/fyber/inneractive/sdk/network/m;->RETURNED_AD_TYPE:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v5}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
move-result-object v5
.line 10
sget-object v6, Lcom/fyber/inneractive/sdk/network/m;->ERROR_CODE:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v6}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
.line 11
sget-object v6, Lcom/fyber/inneractive/sdk/network/m;->SESSION_ID:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v6}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
move-result-object v6
.line 12
sget-object v7, Lcom/fyber/inneractive/sdk/network/m;->CONTENT_ID:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v7}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
move-result-object v7
.line 13
sget-object v8, Lcom/fyber/inneractive/sdk/network/m;->PUBLISHER_ID:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v8}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
.line 14
sget-object v8, Lcom/fyber/inneractive/sdk/network/m;->WIDTH:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v8}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
move-result-object v8
.line 15
sget-object v9, Lcom/fyber/inneractive/sdk/network/m;->HEIGHT:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v9}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
move-result-object v9
.line 18
sget-object v10, Lcom/fyber/inneractive/sdk/network/m;->SDK_IMPRESSION_URL:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v10}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
move-result-object v10
.line 19
sget-object v11, Lcom/fyber/inneractive/sdk/network/m;->SDK_CLICK_URL:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v11}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
move-result-object v11
.line 20
sget-object v12, Lcom/fyber/inneractive/sdk/network/m;->AD_TIMEOUT:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v12}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
move-result-object v12
.line 21
sget-object v13, Lcom/fyber/inneractive/sdk/network/m;->AD_COMPLETION_URL:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v13}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
move-result-object v13
.line 23
sget-object v14, Lcom/fyber/inneractive/sdk/network/m;->AD_UNIT_ID:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v14}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
move-result-object v14
iput-object v14, v1, Lcom/fyber/inneractive/sdk/response/b;->b:Ljava/lang/String;
.line 24
sget-object v14, Lcom/fyber/inneractive/sdk/network/m;->AD_UNIT_TYPE:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v14}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
.line 25
sget-object v14, Lcom/fyber/inneractive/sdk/network/m;->AD_UNIT_DISPLAY_TYPE:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v14}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
move-result-object v14
.line 28
sget-object v15, Lcom/fyber/inneractive/sdk/network/m;->AD_NETWORK:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v15}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
move-result-object v15
.line 29
sget-object v3, Lcom/fyber/inneractive/sdk/network/m;->AD_NETWORK_ID:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v3}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
move-result-object v3
move-object/from16 v16, v14
.line 32
sget-object v14, Lcom/fyber/inneractive/sdk/network/m;->CREATIVE_ID:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v14}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
move-result-object v14
move-object/from16 v17, v14
.line 33
sget-object v14, Lcom/fyber/inneractive/sdk/network/m;->AD_DOMAIN:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v14}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
move-result-object v14
move-object/from16 v18, v14
.line 34
sget-object v14, Lcom/fyber/inneractive/sdk/network/m;->APP_BUNDLE:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v14}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
move-result-object v14
move-object/from16 v19, v13
.line 36
sget-object v13, Lcom/fyber/inneractive/sdk/network/m;->CAMPAIGN_ID:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v13}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
move-result-object v13
move-object/from16 v20, v13
.line 38
sget-object v13, Lcom/fyber/inneractive/sdk/network/m;->CPM_VALUE:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v13}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
move-result-object v13
move-object/from16 v21, v11
.line 39
sget-object v11, Lcom/fyber/inneractive/sdk/network/m;->CPM_CURRENCY:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v11}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
move-result-object v11
.line 40
invoke-virtual {v2, v13}, Lcom/fyber/inneractive/sdk/external/ImpressionData;->setCpmValue(Ljava/lang/String;)V
.line 41
invoke-virtual {v2, v11}, Lcom/fyber/inneractive/sdk/external/ImpressionData;->setCurrency(Ljava/lang/String;)V
.line 44
sget-object v11, Lcom/fyber/inneractive/sdk/network/m;->BANNER_MRC_PERCENT:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v11}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
move-result-object v11
.line 45
sget-object v13, Lcom/fyber/inneractive/sdk/network/m;->BANNER_MRC_DURATION:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v13}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
move-result-object v13
move-object/from16 v22, v13
.line 46
sget-object v13, Lcom/fyber/inneractive/sdk/network/m;->BANNER_MRC_IMPRESSION_URL:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v13}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
move-result-object v13
move-object/from16 v23, v13
.line 48
sget-object v13, Lcom/fyber/inneractive/sdk/network/m;->INTERSTITIAL_SKIP_MODE:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v13}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
move-result-object v13
move-object/from16 v24, v13
.line 51
sget-object v13, Lcom/fyber/inneractive/sdk/network/m;->IGNITE_INSTALL_URL:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v13}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
move-result-object v13
move-object/from16 v25, v13
.line 52
sget-object v13, Lcom/fyber/inneractive/sdk/network/m;->IGNITE_MODE:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v13}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
move-result-object v13
move-object/from16 v26, v13
.line 53
sget-object v13, Lcom/fyber/inneractive/sdk/network/m;->APP_BUNDLE_LAUNCHER:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v13}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
move-result-object v13
move-object/from16 v27, v13
.line 55
sget-object v13, Lcom/fyber/inneractive/sdk/network/m;->BRAND_BIDDER_SHOW_ENDCARD:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v13}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
move-result-object v13
move-object/from16 v28, v13
.line 56
sget-object v13, Lcom/fyber/inneractive/sdk/network/m;->BRAND_BIDDER_CTA_TEXT:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v13}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
move-result-object v13
move-object/from16 v29, v13
.line 58
sget-object v13, Lcom/fyber/inneractive/sdk/network/m;->MRAID_VIDEO_SIGNAL:Lcom/fyber/inneractive/sdk/network/m;
invoke-virtual {v0, v4, v13}, Lcom/fyber/inneractive/sdk/response/k;->a(Ljava/util/Map;Lcom/fyber/inneractive/sdk/network/m;)Ljava/lang/String;
move-result-object v13
.line 61
invoke-virtual/range {p1 .. p1}, Lcom/fyber/inneractive/sdk/response/b;->c()V
.line 62
iget-object v0, v1, Lcom/fyber/inneractive/sdk/response/b;->a:Lcom/fyber/inneractive/sdk/response/e;
.line 63
iput-object v4, v0, Lcom/fyber/inneractive/sdk/response/e;->p:Ljava/util/Map;
.line 64
invoke-virtual {v0, v12}, Lcom/fyber/inneractive/sdk/response/e;->a(Ljava/lang/String;)V
.line 65
invoke-virtual {v2, v6}, Lcom/fyber/inneractive/sdk/external/ImpressionData;->setImpressionId(Ljava/lang/String;)V
.line 66
invoke-virtual {v2, v15}, Lcom/fyber/inneractive/sdk/external/ImpressionData;->setDemandSource(Ljava/lang/String;)V
.line 67
iget-object v0, v1, Lcom/fyber/inneractive/sdk/response/b;->a:Lcom/fyber/inneractive/sdk/response/e;
.line 68
iput-object v7, v0, Lcom/fyber/inneractive/sdk/response/e;->d:Ljava/lang/String;
.line 71
iput-object v14, v0, Lcom/fyber/inneractive/sdk/response/e;->y:Ljava/lang/String;
.line 72
invoke-static {v3}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v0
if-nez v0, :cond_1
.line 73
invoke-static {v3}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v0
if-eqz v0, :cond_0
goto :goto_0
.line 77
:cond_0
:try_start_0
invoke-static {v3}, Ljava/lang/Long;->valueOf(Ljava/lang/String;)Ljava/lang/Long;
move-result-object v0
:try_end_0
.catch Ljava/lang/NumberFormatException; {:try_start_0 .. :try_end_0} :catch_0
goto :goto_1
:catch_0
:goto_0
const/4 v0, 0x0
.line 78
:goto_1
invoke-virtual {v2, v0}, Lcom/fyber/inneractive/sdk/external/ImpressionData;->setDemandId(Ljava/lang/Long;)V
.line 81
:cond_1
invoke-static {v5}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v0
if-nez v0, :cond_2
.line 82
iget-object v0, v1, Lcom/fyber/inneractive/sdk/response/b;->a:Lcom/fyber/inneractive/sdk/response/e;
invoke-static {v5}, Ljava/lang/Integer;->valueOf(Ljava/lang/String;)Ljava/lang/Integer;
move-result-object v3
invoke-virtual {v3}, Ljava/lang/Integer;->intValue()I
move-result v3
.line 83
iput v3, v0, Lcom/fyber/inneractive/sdk/response/e;->g:I
.line 84
:cond_2
invoke-static {v8}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v0
if-nez v0, :cond_3
.line 85
iget-object v0, v1, Lcom/fyber/inneractive/sdk/response/b;->a:Lcom/fyber/inneractive/sdk/response/e;
invoke-static {v8}, Ljava/lang/Integer;->valueOf(Ljava/lang/String;)Ljava/lang/Integer;
move-result-object v3
invoke-virtual {v3}, Ljava/lang/Integer;->intValue()I
move-result v3
.line 86
iput v3, v0, Lcom/fyber/inneractive/sdk/response/e;->e:I
.line 87
:cond_3
invoke-static {v9}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v0
if-nez v0, :cond_4
.line 88
iget-object v0, v1, Lcom/fyber/inneractive/sdk/response/b;->a:Lcom/fyber/inneractive/sdk/response/e;
invoke-static {v9}, Ljava/lang/Integer;->valueOf(Ljava/lang/String;)Ljava/lang/Integer;
move-result-object v3
invoke-virtual {v3}, Ljava/lang/Integer;->intValue()I
move-result v3
.line 89
iput v3, v0, Lcom/fyber/inneractive/sdk/response/e;->f:I
.line 90
:cond_4
iget-object v0, v1, Lcom/fyber/inneractive/sdk/response/b;->a:Lcom/fyber/inneractive/sdk/response/e;
.line 91
iput-object v10, v0, Lcom/fyber/inneractive/sdk/response/e;->k:Ljava/lang/String;
move-object/from16 v3, v21
.line 92
iput-object v3, v0, Lcom/fyber/inneractive/sdk/response/e;->l:Ljava/lang/String;
move-object/from16 v3, v19
.line 93
iput-object v3, v0, Lcom/fyber/inneractive/sdk/response/e;->o:Ljava/lang/String;
.line 94
iget-object v3, v1, Lcom/fyber/inneractive/sdk/response/b;->b:Ljava/lang/String;
.line 95
iput-object v3, v0, Lcom/fyber/inneractive/sdk/response/e;->m:Ljava/lang/String;
.line 96
:try_start_1
invoke-static/range {v16 .. v16}, Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;->fromValue(Ljava/lang/String;)Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;
move-result-object v3
.line 97
iput-object v3, v0, Lcom/fyber/inneractive/sdk/response/e;->n:Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;
:try_end_1
.catch Ljava/lang/IllegalArgumentException; {:try_start_1 .. :try_end_1} :catch_1
goto :goto_2
.line 98
:catch_1
iget-object v0, v1, Lcom/fyber/inneractive/sdk/response/b;->a:Lcom/fyber/inneractive/sdk/response/e;
sget-object v3, Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;->INTERSTITIAL:Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;
.line 99
iput-object v3, v0, Lcom/fyber/inneractive/sdk/response/e;->n:Lcom/fyber/inneractive/sdk/config/enums/UnitDisplayType;
.line 100
:goto_2
invoke-static/range {v17 .. v17}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v0
if-nez v0, :cond_5
move-object/from16 v0, v17
.line 101
invoke-virtual {v2, v0}, Lcom/fyber/inneractive/sdk/external/ImpressionData;->setCreativeId(Ljava/lang/String;)V
.line 104
:cond_5
invoke-static/range {v18 .. v18}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v0
if-nez v0, :cond_6
move-object/from16 v0, v18
.line 105
invoke-virtual {v2, v0}, Lcom/fyber/inneractive/sdk/external/ImpressionData;->setAdvertiserDomain(Ljava/lang/String;)V
.line 108
:cond_6
invoke-static/range {v20 .. v20}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v0
if-nez v0, :cond_7
move-object/from16 v0, v20
.line 109
invoke-virtual {v2, v0}, Lcom/fyber/inneractive/sdk/external/ImpressionData;->setCampaignId(Ljava/lang/String;)V
.line 111
:cond_7
invoke-static {}, Lcom/fyber/inneractive/sdk/util/m;->j()Ljava/lang/String;
move-result-object v0
invoke-virtual {v2, v0}, Lcom/fyber/inneractive/sdk/external/ImpressionData;->setCountry(Ljava/lang/String;)V
.line 112
iget-object v0, v1, Lcom/fyber/inneractive/sdk/response/b;->a:Lcom/fyber/inneractive/sdk/response/e;
.line 113
iput-object v2, v0, Lcom/fyber/inneractive/sdk/response/e;->r:Lcom/fyber/inneractive/sdk/external/ImpressionData;
const/4 v2, 0x0
.line 114
invoke-static {v11, v2}, Lcom/fyber/inneractive/sdk/util/t;->a(Ljava/lang/String;I)I
move-result v3
.line 115
iput v3, v0, Lcom/fyber/inneractive/sdk/response/e;->t:I
.line 116
iget-object v0, v1, Lcom/fyber/inneractive/sdk/response/b;->a:Lcom/fyber/inneractive/sdk/response/e;
.line 117
invoke-static/range {v22 .. v22}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v3
if-nez v3, :cond_8
.line 119
:try_start_2
invoke-static/range {v22 .. v22}, Ljava/lang/Float;->parseFloat(Ljava/lang/String;)F
move-result v3
:try_end_2
.catch Ljava/lang/NumberFormatException; {:try_start_2 .. :try_end_2} :catch_2
goto :goto_3
:catch_2
:cond_8
const/high16 v3, -0x40800000 # -1.0f
.line 120
:goto_3
iput v3, v0, Lcom/fyber/inneractive/sdk/response/e;->u:F
.line 121
iget-object v0, v1, Lcom/fyber/inneractive/sdk/response/b;->a:Lcom/fyber/inneractive/sdk/response/e;
move-object/from16 v3, v23
.line 122
iput-object v3, v0, Lcom/fyber/inneractive/sdk/response/e;->v:Ljava/lang/String;
const/4 v3, -0x1
move-object/from16 v4, v24
.line 123
invoke-static {v4, v3}, Lcom/fyber/inneractive/sdk/util/t;->a(Ljava/lang/String;I)I
move-result v3
.line 124
iput v3, v0, Lcom/fyber/inneractive/sdk/response/e;->w:I
.line 125
invoke-static/range {v25 .. v25}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v0
if-nez v0, :cond_9
.line 126
iget-object v0, v1, Lcom/fyber/inneractive/sdk/response/b;->a:Lcom/fyber/inneractive/sdk/response/e;
move-object/from16 v3, v25
.line 127
iput-object v3, v0, Lcom/fyber/inneractive/sdk/response/e;->E:Ljava/lang/String;
.line 128
:cond_9
invoke-static/range {v26 .. v26}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v0
if-nez v0, :cond_b
.line 129
iget-object v0, v1, Lcom/fyber/inneractive/sdk/response/b;->a:Lcom/fyber/inneractive/sdk/response/e;
invoke-static/range {v26 .. v26}, Lcom/fyber/inneractive/sdk/ignite/l;->a(Ljava/lang/String;)Lcom/fyber/inneractive/sdk/ignite/l;
move-result-object v3
if-eqz v3, :cond_a
goto :goto_4
:cond_a
invoke-virtual {v0}, Ljava/lang/Object;->getClass()Ljava/lang/Class;
.line 130
sget-object v3, Lcom/fyber/inneractive/sdk/ignite/l;->NONE:Lcom/fyber/inneractive/sdk/ignite/l;
.line 131
:goto_4
iput-object v3, v0, Lcom/fyber/inneractive/sdk/response/e;->F:Lcom/fyber/inneractive/sdk/ignite/l;
.line 132
:cond_b
invoke-static/range {v27 .. v27}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v0
if-nez v0, :cond_c
.line 133
iget-object v0, v1, Lcom/fyber/inneractive/sdk/response/b;->a:Lcom/fyber/inneractive/sdk/response/e;
move-object/from16 v3, v27
.line 134
iput-object v3, v0, Lcom/fyber/inneractive/sdk/response/e;->G:Ljava/lang/String;
.line 135
:cond_c
invoke-static/range {v28 .. v28}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v0
if-nez v0, :cond_d
.line 136
iget-object v0, v1, Lcom/fyber/inneractive/sdk/response/b;->a:Lcom/fyber/inneractive/sdk/response/e;
move-object/from16 v3, v28
.line 137
iput-object v3, v0, Lcom/fyber/inneractive/sdk/response/e;->C:Ljava/lang/String;
.line 138
:cond_d
invoke-static/range {v29 .. v29}, Landroid/text/TextUtils;->isEmpty(Ljava/lang/CharSequence;)Z
move-result v0
if-nez v0, :cond_e
.line 139
iget-object v0, v1, Lcom/fyber/inneractive/sdk/response/b;->a:Lcom/fyber/inneractive/sdk/response/e;
move-object/from16 v3, v29
.line 140
iput-object v3, v0, Lcom/fyber/inneractive/sdk/response/e;->D:Ljava/lang/String;
.line 141
:cond_e
iget-object v0, v1, Lcom/fyber/inneractive/sdk/response/b;->a:Lcom/fyber/inneractive/sdk/response/e;
const-string v1, "1"
.line 142
invoke-virtual {v1, v13}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v1
if-nez v1, :cond_10
invoke-static {v13}, Ljava/lang/Boolean;->parseBoolean(Ljava/lang/String;)Z
move-result v1
if-eqz v1, :cond_f
goto :goto_5
:cond_f
move v3, v2
goto :goto_6
:cond_10
:goto_5
const/4 v3, 0x1
.line 143
:goto_6
iput-boolean v3, v0, Lcom/fyber/inneractive/sdk/response/e;->H:Z
return-void
.end method