- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
51 lines
1.1 KiB
Java
51 lines
1.1 KiB
Java
package com.ironsource;
|
|
|
|
import com.ironsource.cr;
|
|
import kotlin.jvm.internal.Intrinsics;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class bq {
|
|
private final jq a;
|
|
|
|
/* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
|
|
public bq(bq sdkConfig) {
|
|
this(sdkConfig.a);
|
|
Intrinsics.checkNotNullParameter(sdkConfig, "sdkConfig");
|
|
}
|
|
|
|
public bq(jq sdkInitResponse) {
|
|
Intrinsics.checkNotNullParameter(sdkInitResponse, "sdkInitResponse");
|
|
this.a = sdkInitResponse;
|
|
}
|
|
|
|
public final d4 a() {
|
|
return this.a.a().a().c();
|
|
}
|
|
|
|
public final w3 b() {
|
|
return this.a.a().a().b();
|
|
}
|
|
|
|
public final xb c() {
|
|
return this.a.b();
|
|
}
|
|
|
|
public final cr d() {
|
|
return this.a.c();
|
|
}
|
|
|
|
public final yk e() {
|
|
return this.a.a().a().e();
|
|
}
|
|
|
|
public final cr.a f() {
|
|
cr.a h = this.a.c().h();
|
|
Intrinsics.checkNotNullExpressionValue(h, "sdkInitResponse.fullResponse.origin");
|
|
return h;
|
|
}
|
|
|
|
public final jq g() {
|
|
return this.a;
|
|
}
|
|
}
|