Files
rr3-apk/decompiled-community/sources/com/google/android/gms/games/zzl.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

54 lines
1.4 KiB
Java

package com.google.android.gms.games;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import com.google.android.gms.auth.api.signin.GoogleSignInAccount;
import com.google.android.gms.common.internal.Preconditions;
import java.util.ArrayList;
import java.util.concurrent.atomic.AtomicInteger;
/* loaded from: classes2.dex */
public final class zzl {
int zza = 4368;
final ArrayList zzb = new ArrayList();
GoogleSignInAccount zzc = null;
@Nullable
String zzd = null;
com.google.android.gms.games.internal.zzl zze = com.google.android.gms.games.internal.zzl.zza;
static {
new AtomicInteger(0);
}
private zzl() {
}
public final zzl zza(@Nullable String str) {
this.zzd = str;
return this;
}
public final zzl zzb(com.google.android.gms.games.internal.zzl zzlVar) {
this.zze = (com.google.android.gms.games.internal.zzl) Preconditions.checkNotNull(zzlVar);
return this;
}
public final zzl zzc(@NonNull GoogleSignInAccount googleSignInAccount) {
this.zzc = googleSignInAccount;
return this;
}
public final zzl zzd(int i) {
this.zza = 2101523;
return this;
}
public final zzn zze() {
return new zzn(false, true, 17, false, this.zza, null, this.zzb, false, false, false, this.zzc, null, 0, 9, this.zzd, this.zze, null);
}
public /* synthetic */ zzl(zzk zzkVar) {
}
}