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,43 @@
package com.applovin.impl;
import com.facebook.internal.AnalyticsEvents;
/* loaded from: classes.dex */
public class w6 {
private final long a;
private final Object b;
private String c;
private String d;
public Object a() {
return this.b;
}
public long b() {
return this.a;
}
public String c() {
String str = this.c;
return str != null ? str : AnalyticsEvents.PARAMETER_DIALOG_OUTCOME_VALUE_UNKNOWN;
}
public String d() {
String str = this.d;
return str != null ? str : AnalyticsEvents.PARAMETER_DIALOG_OUTCOME_VALUE_UNKNOWN;
}
public w6(Object obj, long j) {
this.b = obj;
this.a = j;
if (obj instanceof com.applovin.impl.sdk.ad.b) {
com.applovin.impl.sdk.ad.b bVar = (com.applovin.impl.sdk.ad.b) obj;
this.c = bVar.getAdZone().d() != null ? bVar.getAdZone().d().getLabel() : null;
this.d = "AppLovin";
} else if (obj instanceof ge) {
ge geVar = (ge) obj;
this.c = geVar.getFormat().getLabel();
this.d = geVar.getNetworkName();
}
}
}