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

23 lines
667 B
Smali

.class public interface abstract Landroidx/browser/trusted/TokenStore;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract load()Landroidx/browser/trusted/Token;
.annotation build Landroidx/annotation/BinderThread;
.end annotation
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract store(Landroidx/browser/trusted/Token;)V
.param p1 # Landroidx/browser/trusted/Token;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation build Landroidx/annotation/WorkerThread;
.end annotation
.end method