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

162 lines
4.4 KiB
Smali

.class public interface abstract Lcom/google/android/gms/games/achievement/Achievement;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/common/data/Freezable;
.implements Landroid/os/Parcelable;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/android/gms/games/achievement/Achievement$AchievementType;,
Lcom/google/android/gms/games/achievement/Achievement$AchievementState;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lcom/google/android/gms/common/data/Freezable<",
"Lcom/google/android/gms/games/achievement/Achievement;",
">;",
"Landroid/os/Parcelable;"
}
.end annotation
# static fields
.field public static final STATE_HIDDEN:I = 0x2
.field public static final STATE_REVEALED:I = 0x1
.field public static final STATE_UNLOCKED:I = 0x0
.field public static final TYPE_INCREMENTAL:I = 0x1
.field public static final TYPE_STANDARD:I
# virtual methods
.method public abstract getAchievementId()Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract getCurrentSteps()I
.end method
.method public abstract getDescription()Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract getDescription(Landroid/database/CharArrayBuffer;)V
.param p1 # Landroid/database/CharArrayBuffer;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract getFormattedCurrentSteps()Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getFormattedCurrentSteps(Landroid/database/CharArrayBuffer;)V
.param p1 # Landroid/database/CharArrayBuffer;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract getFormattedTotalSteps()Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getFormattedTotalSteps(Landroid/database/CharArrayBuffer;)V
.param p1 # Landroid/database/CharArrayBuffer;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract getLastUpdatedTimestamp()J
.end method
.method public abstract getName()Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract getName(Landroid/database/CharArrayBuffer;)V
.param p1 # Landroid/database/CharArrayBuffer;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract getPlayer()Lcom/google/android/gms/games/Player;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract getRevealedImageUri()Landroid/net/Uri;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getRevealedImageUrl()Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation build Lcom/google/android/gms/common/annotation/KeepName;
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract getState()I
.end method
.method public abstract getTotalSteps()I
.end method
.method public abstract getType()I
.end method
.method public abstract getUnlockedImageUri()Landroid/net/Uri;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getUnlockedImageUrl()Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation build Lcom/google/android/gms/common/annotation/KeepName;
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract getXpValue()J
.end method
.method public abstract zza()F
.end method
.method public abstract zzb()Lcom/google/android/gms/games/Player;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract zzc()Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method