- 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
44 lines
1.1 KiB
Java
44 lines
1.1 KiB
Java
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();
|
|
}
|
|
}
|
|
}
|