Files
rr3-apk/decompiled/sources/com/google/android/gms/internal/ads/zzdup.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

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;
}
}