Files
rr3-apk/decompiled-community/sources/com/google/android/gms/internal/ads/zzdup.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

42 lines
1.4 KiB
Java

package com.google.android.gms.internal.ads;
import org.json.JSONException;
import org.json.JSONObject;
/* loaded from: classes3.dex */
final class zzdup {
private final String zza;
private final String zzb;
private final String zzc;
private final int zzd;
private final String zze;
private final int zzf;
private final boolean zzg;
public zzdup(String str, String str2, String str3, int i, String str4, int i2, boolean z) {
this.zza = str;
this.zzb = str2;
this.zzc = str3;
this.zzd = i;
this.zze = str4;
this.zzf = i2;
this.zzg = z;
}
public final JSONObject zza() throws JSONException {
JSONObject jSONObject = new JSONObject();
jSONObject.put("adapterClassName", this.zza);
jSONObject.put("version", this.zzc);
if (((Boolean) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzjj)).booleanValue()) {
jSONObject.put("sdkVersion", this.zzb);
}
jSONObject.put("status", this.zzd);
jSONObject.put("description", this.zze);
jSONObject.put("initializationLatencyMillis", this.zzf);
if (((Boolean) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzjk)).booleanValue()) {
jSONObject.put("supportsInitialization", this.zzg);
}
return jSONObject;
}
}