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

57 lines
2.2 KiB
Smali

.class public interface abstract Lcom/google/android/gms/identitycredentials/IdentityCredentialClient;
.super Ljava/lang/Object;
.source "SourceFile"
# virtual methods
.method public abstract clearRegistry(Lcom/google/android/gms/identitycredentials/ClearRegistryRequest;)Lcom/google/android/gms/tasks/Task;
.param p1 # Lcom/google/android/gms/identitycredentials/ClearRegistryRequest;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/android/gms/identitycredentials/ClearRegistryRequest;",
")",
"Lcom/google/android/gms/tasks/Task<",
"Lcom/google/android/gms/identitycredentials/ClearRegistryResponse;",
">;"
}
.end annotation
.end method
.method public abstract getCredential(Lcom/google/android/gms/identitycredentials/GetCredentialRequest;)Lcom/google/android/gms/tasks/Task;
.param p1 # Lcom/google/android/gms/identitycredentials/GetCredentialRequest;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/android/gms/identitycredentials/GetCredentialRequest;",
")",
"Lcom/google/android/gms/tasks/Task<",
"Lcom/google/android/gms/identitycredentials/PendingGetCredentialHandle;",
">;"
}
.end annotation
.end method
.method public abstract registerCredentials(Lcom/google/android/gms/identitycredentials/RegistrationRequest;)Lcom/google/android/gms/tasks/Task;
.param p1 # Lcom/google/android/gms/identitycredentials/RegistrationRequest;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/google/android/gms/identitycredentials/RegistrationRequest;",
")",
"Lcom/google/android/gms/tasks/Task<",
"Lcom/google/android/gms/identitycredentials/RegistrationResponse;",
">;"
}
.end annotation
.end method