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

61 lines
1.7 KiB
Smali

.class public interface abstract Lcom/google/android/gms/games/snapshot/SnapshotMetadataChange;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/android/gms/games/snapshot/SnapshotMetadataChange$Builder;
}
.end annotation
# static fields
.field public static final EMPTY_CHANGE:Lcom/google/android/gms/games/snapshot/SnapshotMetadataChange;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
# direct methods
.method static constructor <clinit>()V
.locals 1
.line 1
new-instance v0, Lcom/google/android/gms/games/snapshot/SnapshotMetadataChangeEntity;
invoke-direct {v0}, Lcom/google/android/gms/games/snapshot/SnapshotMetadataChangeEntity;-><init>()V
sput-object v0, Lcom/google/android/gms/games/snapshot/SnapshotMetadataChange;->EMPTY_CHANGE:Lcom/google/android/gms/games/snapshot/SnapshotMetadataChange;
return-void
.end method
# virtual methods
.method public abstract getCoverImage()Landroid/graphics/Bitmap;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getDescription()Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getPlayedTimeMillis()Ljava/lang/Long;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getProgressValue()Ljava/lang/Long;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract zza()Lcom/google/android/gms/common/data/BitmapTeleporter;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method