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,47 @@
package com.google.android.gms.internal.ads;
import androidx.annotation.Nullable;
import androidx.core.app.NotificationCompat;
import com.ironsource.mediationsdk.utils.IronSourceConstants;
import org.json.JSONException;
import org.json.JSONObject;
/* loaded from: classes3.dex */
final class zzdta {
@Nullable
private Long zza;
private final String zzb;
@Nullable
private String zzc;
@Nullable
private Integer zzd;
@Nullable
private String zze;
@Nullable
private Integer zzf;
public /* synthetic */ zzdta(String str, zzdtb zzdtbVar) {
this.zzb = str;
}
public static /* bridge */ /* synthetic */ String zza(zzdta zzdtaVar) {
String str = (String) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzjQ);
JSONObject jSONObject = new JSONObject();
try {
jSONObject.putOpt("objectId", zzdtaVar.zza);
jSONObject.put("eventCategory", zzdtaVar.zzb);
jSONObject.putOpt(NotificationCompat.CATEGORY_EVENT, zzdtaVar.zzc);
jSONObject.putOpt("errorCode", zzdtaVar.zzd);
jSONObject.putOpt("rewardType", zzdtaVar.zze);
jSONObject.putOpt(IronSourceConstants.EVENTS_REWARD_AMOUNT, zzdtaVar.zzf);
} catch (JSONException unused) {
com.google.android.gms.ads.internal.util.client.zzo.zzj("Could not convert parameters to JSON.");
}
return str + "(\"h5adsEvent\"," + jSONObject.toString() + ");";
}
}