Files
rr3-apk/smali/androidx/work/ProgressUpdater.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

34 lines
1.1 KiB
Smali

.class public interface abstract Landroidx/work/ProgressUpdater;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract updateProgress(Landroid/content/Context;Ljava/util/UUID;Landroidx/work/Data;)Lcom/google/common/util/concurrent/ListenableFuture;
.param p1 # Landroid/content/Context;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p2 # Ljava/util/UUID;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.param p3 # Landroidx/work/Data;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Landroid/content/Context;",
"Ljava/util/UUID;",
"Landroidx/work/Data;",
")",
"Lcom/google/common/util/concurrent/ListenableFuture;"
}
.end annotation
.end method