tmap/smali_classes3/com/google/firebase/auth/AdditionalUserInfo.smali
2022-06-10 21:38:30 +09:00

37 lines
979 B
Smali

.class public interface abstract Lcom/google/firebase/auth/AdditionalUserInfo;
.super Ljava/lang/Object;
.source "com.google.firebase:firebase-auth@@21.0.1"
# interfaces
.implements Lcom/google/android/gms/common/internal/safeparcel/SafeParcelable;
# virtual methods
.method public abstract getProfile()Ljava/util/Map;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/Map<",
"Ljava/lang/String;",
"Ljava/lang/Object;",
">;"
}
.end annotation
.end method
.method public abstract getProviderId()Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getUsername()Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract isNewUser()Z
.end method