- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
141 lines
4.9 KiB
Java
141 lines
4.9 KiB
Java
package com.fyber.inneractive.sdk.bidder;
|
|
|
|
import android.text.TextUtils;
|
|
import com.fyber.inneractive.sdk.bidder.TokenParametersOuterClass$TokenParameters;
|
|
import com.fyber.inneractive.sdk.config.IAConfigManager;
|
|
import com.fyber.inneractive.sdk.external.InneractiveAdManager;
|
|
import com.fyber.inneractive.sdk.external.InneractiveUserConfig;
|
|
import com.fyber.inneractive.sdk.util.IAlog;
|
|
import com.fyber.inneractive.sdk.util.p;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class c {
|
|
public String A;
|
|
public Boolean B;
|
|
public String C;
|
|
public int D;
|
|
public InneractiveUserConfig.Gender E;
|
|
public boolean F;
|
|
public String G;
|
|
public String H;
|
|
public String I;
|
|
public String J;
|
|
public final boolean K;
|
|
public Boolean L;
|
|
public final com.fyber.inneractive.sdk.serverapi.b a;
|
|
public String b;
|
|
public final String c;
|
|
public final String d;
|
|
public final String e;
|
|
public final String f;
|
|
public String g;
|
|
public String h;
|
|
public String i;
|
|
public String j;
|
|
public String k;
|
|
public Long l;
|
|
public int m;
|
|
public int n;
|
|
public final TokenParametersOuterClass$TokenParameters.d o;
|
|
public String p;
|
|
public String q;
|
|
public final TokenParametersOuterClass$TokenParameters.h r;
|
|
public Boolean s;
|
|
public Boolean t;
|
|
public Boolean u;
|
|
public boolean v;
|
|
public Boolean w;
|
|
public Boolean x;
|
|
public Boolean y;
|
|
public int z;
|
|
|
|
public class a implements Runnable {
|
|
public a() {
|
|
}
|
|
|
|
@Override // java.lang.Runnable
|
|
public final void run() {
|
|
IAConfigManager iAConfigManager;
|
|
c cVar = c.this;
|
|
int i = 0;
|
|
while (true) {
|
|
iAConfigManager = IAConfigManager.L;
|
|
if (iAConfigManager.x.c.compareAndSet(true, true) || i >= 25) {
|
|
break;
|
|
}
|
|
IAlog.a("UserAgentProvider | waiting on user agent", new Object[0]);
|
|
try {
|
|
Thread.sleep(100L);
|
|
} catch (InterruptedException unused) {
|
|
}
|
|
i++;
|
|
}
|
|
cVar.b = iAConfigManager.x.a();
|
|
}
|
|
}
|
|
|
|
public c(com.fyber.inneractive.sdk.serverapi.b bVar) {
|
|
this.a = bVar;
|
|
c();
|
|
this.c = bVar.b();
|
|
this.d = bVar.c();
|
|
this.e = bVar.a();
|
|
this.f = bVar.d();
|
|
this.m = bVar.f();
|
|
this.n = bVar.e();
|
|
this.o = f.a(com.fyber.inneractive.sdk.serverapi.a.a());
|
|
this.r = com.fyber.inneractive.sdk.serverapi.b.g() ? TokenParametersOuterClass$TokenParameters.h.SECURE : TokenParametersOuterClass$TokenParameters.h.UNSECURE;
|
|
b();
|
|
this.K = InneractiveAdManager.isCurrentUserAChild();
|
|
a();
|
|
this.t = com.fyber.inneractive.sdk.serverapi.a.e();
|
|
this.B = com.fyber.inneractive.sdk.serverapi.a.g();
|
|
this.w = com.fyber.inneractive.sdk.serverapi.a.d();
|
|
this.x = com.fyber.inneractive.sdk.serverapi.a.i();
|
|
this.y = com.fyber.inneractive.sdk.serverapi.a.h();
|
|
}
|
|
|
|
/* JADX WARN: Can't wrap try/catch for region: R(24:0|1|(10:3|4|5|6|(1:8)(1:20)|9|(1:11)(1:19)|12|(2:14|(1:16)(1:17))|18)|23|(1:27)|28|29|(16:31|32|33|34|(1:36)(1:60)|37|38|(1:40)(1:58)|41|(1:43)(1:57)|44|45|46|(3:48|(1:50)|51)|53|54)|63|32|33|34|(0)(0)|37|38|(0)(0)|41|(0)(0)|44|45|46|(0)|53|54) */
|
|
/* JADX WARN: Code restructure failed: missing block: B:61:0x0111, code lost:
|
|
|
|
r6 = 0;
|
|
*/
|
|
/* JADX WARN: Removed duplicated region for block: B:36:0x010a */
|
|
/* JADX WARN: Removed duplicated region for block: B:40:0x0148 */
|
|
/* JADX WARN: Removed duplicated region for block: B:43:0x0158 */
|
|
/* JADX WARN: Removed duplicated region for block: B:48:0x018c A[Catch: all -> 0x0197, TryCatch #1 {all -> 0x0197, blocks: (B:46:0x0180, B:48:0x018c, B:51:0x0193), top: B:45:0x0180 }] */
|
|
/* JADX WARN: Removed duplicated region for block: B:57:0x015f */
|
|
/* JADX WARN: Removed duplicated region for block: B:58:0x014f */
|
|
/* JADX WARN: Removed duplicated region for block: B:60:0x010b */
|
|
/*
|
|
Code decompiled incorrectly, please refer to instructions dump.
|
|
To view partially-correct add '--show-bad-code' argument
|
|
*/
|
|
public final void a() {
|
|
/*
|
|
Method dump skipped, instructions count: 410
|
|
To view this dump add '--comments-level debug' option
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: com.fyber.inneractive.sdk.bidder.c.a():void");
|
|
}
|
|
|
|
public final void a(String str) {
|
|
this.b = str;
|
|
}
|
|
|
|
public final void b() {
|
|
IAConfigManager iAConfigManager = IAConfigManager.L;
|
|
if (TextUtils.isEmpty(iAConfigManager.n)) {
|
|
this.H = iAConfigManager.l;
|
|
} else {
|
|
this.H = String.format("%s_%s", iAConfigManager.l, iAConfigManager.n);
|
|
}
|
|
}
|
|
|
|
public final void c() {
|
|
if (TextUtils.isEmpty(this.b)) {
|
|
p.a(new a());
|
|
}
|
|
}
|
|
}
|