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>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,50 @@
package com.ironsource;
import com.ironsource.mediationsdk.IronSource;
import com.ironsource.mediationsdk.IronSourceSegment;
import com.ironsource.mediationsdk.adunit.adapter.internal.BaseAdAdapter;
import com.ironsource.mediationsdk.adunit.adapter.internal.listener.AdapterAdInteractionListener;
import com.ironsource.mediationsdk.model.NetworkSettings;
import com.ironsource.mediationsdk.utils.IronSourceConstants;
import java.util.List;
import org.json.JSONObject;
/* loaded from: classes2.dex */
public class xh extends f7<bi, AdapterAdInteractionListener> {
public xh(me meVar, le leVar, List<NetworkSettings> list, hi hiVar, String str, lj ljVar, IronSourceSegment ironSourceSegment) {
super(meVar, leVar, new yh(str, list, hiVar), ljVar, ironSourceSegment);
}
public xh(List<NetworkSettings> list, hi hiVar, String str, lj ljVar, IronSourceSegment ironSourceSegment) {
super(new yh(str, list, hiVar), ljVar, ironSourceSegment);
}
@Override // com.ironsource.h7
public /* bridge */ /* synthetic */ k7 a(NetworkSettings networkSettings, BaseAdAdapter baseAdAdapter, int i, String str, f5 f5Var) {
return b(networkSettings, (BaseAdAdapter<?, AdapterAdInteractionListener>) baseAdAdapter, i, str, f5Var);
}
public bi b(NetworkSettings networkSettings, BaseAdAdapter<?, AdapterAdInteractionListener> baseAdAdapter, int i, String str, f5 f5Var) {
return new bi(this, new i1(IronSource.AD_UNIT.INTERSTITIAL, this.o.p(), i, this.g, str, this.e, this.f, networkSettings, this.o.o()), baseAdAdapter, f5Var, this);
}
@Override // com.ironsource.h7
public JSONObject b(NetworkSettings networkSettings) {
return networkSettings.getInterstitialSettings();
}
@Override // com.ironsource.h7
public e2 g() {
return new li();
}
@Override // com.ironsource.h7
public String l() {
return IronSourceConstants.INTERSTITIAL_EVENT_TYPE;
}
@Override // com.ironsource.h7
public String o() {
return IronSourceConstants.OPW_IS_MANAGER_NAME;
}
}