- 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
48 lines
1.5 KiB
Java
48 lines
1.5 KiB
Java
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() + ");";
|
|
}
|
|
}
|