- 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
46 lines
1.0 KiB
Java
46 lines
1.0 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import androidx.annotation.Nullable;
|
|
import com.google.android.gms.ads.internal.util.client.VersionInfoParcel;
|
|
import org.json.JSONObject;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzayg {
|
|
private final String zza;
|
|
|
|
@Nullable
|
|
private final JSONObject zzb;
|
|
private final String zzc;
|
|
private final String zzd;
|
|
private final boolean zze;
|
|
|
|
public zzayg(String str, VersionInfoParcel versionInfoParcel, String str2, @Nullable JSONObject jSONObject, boolean z, boolean z2) {
|
|
this.zzd = versionInfoParcel.afmaVersion;
|
|
this.zzb = jSONObject;
|
|
this.zzc = str;
|
|
this.zza = str2;
|
|
this.zze = z2;
|
|
}
|
|
|
|
public final String zza() {
|
|
return this.zza;
|
|
}
|
|
|
|
public final String zzb() {
|
|
return this.zzd;
|
|
}
|
|
|
|
public final String zzc() {
|
|
return this.zzc;
|
|
}
|
|
|
|
@Nullable
|
|
public final JSONObject zzd() {
|
|
return this.zzb;
|
|
}
|
|
|
|
public final boolean zze() {
|
|
return this.zze;
|
|
}
|
|
}
|