Files
rr3-apk/decompiled/sources/com/ironsource/c6.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

45 lines
1.5 KiB
Java

package com.ironsource;
import com.ironsource.mediationsdk.IronSource;
import com.ironsource.mediationsdk.model.Placement;
import com.unity3d.mediation.LevelPlayAdSize;
import kotlin.jvm.internal.DefaultConstructorMarker;
import kotlin.jvm.internal.Intrinsics;
/* loaded from: classes2.dex */
public final class c6 extends b1 {
private final LevelPlayAdSize f;
private final Boolean g;
private final Long h;
public c6() {
this("", null, null, null, null, null, 62, null);
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public c6(String adUnitId, Placement placement, LevelPlayAdSize adSize, Boolean bool, Long l, ts tsVar) {
super(IronSource.AD_UNIT.BANNER, adUnitId, placement, tsVar);
Intrinsics.checkNotNullParameter(adUnitId, "adUnitId");
Intrinsics.checkNotNullParameter(adSize, "adSize");
this.f = adSize;
this.g = bool;
this.h = l;
}
public /* synthetic */ c6(String str, Placement placement, LevelPlayAdSize levelPlayAdSize, Boolean bool, Long l, ts tsVar, int i, DefaultConstructorMarker defaultConstructorMarker) {
this(str, (i & 2) != 0 ? null : placement, (i & 4) != 0 ? LevelPlayAdSize.BANNER : levelPlayAdSize, (i & 8) != 0 ? null : bool, (i & 16) != 0 ? null : l, (i & 32) == 0 ? tsVar : null);
}
public final LevelPlayAdSize g() {
return this.f;
}
public final Boolean h() {
return this.g;
}
public final Long i() {
return this.h;
}
}