Files
rr3-apk/smali_classes2/com/google/android/gms/games/leaderboard/LeaderboardVariant.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

95 lines
2.4 KiB
Smali

.class public interface abstract Lcom/google/android/gms/games/leaderboard/LeaderboardVariant;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/common/data/Freezable;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/android/gms/games/leaderboard/LeaderboardVariant$TimeSpan;,
Lcom/google/android/gms/games/leaderboard/LeaderboardVariant$Collection;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lcom/google/android/gms/common/data/Freezable<",
"Lcom/google/android/gms/games/leaderboard/LeaderboardVariant;",
">;"
}
.end annotation
# static fields
.field public static final COLLECTION_FRIENDS:I = 0x3
.field public static final COLLECTION_PUBLIC:I = 0x0
.field public static final NUM_SCORES_UNKNOWN:I = -0x1
.field public static final NUM_TIME_SPANS:I = 0x3
.field public static final PLAYER_RANK_UNKNOWN:I = -0x1
.field public static final PLAYER_SCORE_UNKNOWN:I = -0x1
.field public static final TIME_SPAN_ALL_TIME:I = 0x2
.field public static final TIME_SPAN_DAILY:I = 0x0
.field public static final TIME_SPAN_WEEKLY:I = 0x1
# virtual methods
.method public abstract getCollection()I
.end method
.method public abstract getDisplayPlayerRank()Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract getDisplayPlayerScore()Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract getNumScores()J
.end method
.method public abstract getPlayerRank()J
.end method
.method public abstract getPlayerScoreTag()Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract getRawPlayerScore()J
.end method
.method public abstract getTimeSpan()I
.end method
.method public abstract hasPlayerInfo()Z
.end method
.method public abstract zza()Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract zzb()Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract zzc()Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method