- 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
26 lines
594 B
Java
26 lines
594 B
Java
package com.google.android.gms.games;
|
|
|
|
import androidx.annotation.NonNull;
|
|
import com.google.android.gms.internal.games_v2.zzad;
|
|
|
|
@zzad
|
|
/* loaded from: classes2.dex */
|
|
public final class AuthenticationResult {
|
|
|
|
@NonNull
|
|
public static final AuthenticationResult zza = new AuthenticationResult(true);
|
|
|
|
@NonNull
|
|
public static final AuthenticationResult zzb = new AuthenticationResult(false);
|
|
private final boolean zzc;
|
|
|
|
private AuthenticationResult(boolean z) {
|
|
this.zzc = z;
|
|
}
|
|
|
|
@zzad
|
|
public boolean isAuthenticated() {
|
|
return this.zzc;
|
|
}
|
|
}
|