Files
rr3-apk/smali_classes3/com/google/firebase/installations/FirebaseInstallationsException.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

40 lines
1.3 KiB
Smali

.class public Lcom/google/firebase/installations/FirebaseInstallationsException;
.super Lcom/google/firebase/FirebaseException;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/firebase/installations/FirebaseInstallationsException$Status;
}
.end annotation
# instance fields
.field public final status:Lcom/google/firebase/installations/FirebaseInstallationsException$Status;
# direct methods
.method public constructor <init>(Lcom/google/firebase/installations/FirebaseInstallationsException$Status;)V
.locals 0
.line 46
invoke-direct {p0}, Lcom/google/firebase/FirebaseException;-><init>()V
iput-object p1, p0, Lcom/google/firebase/installations/FirebaseInstallationsException;->status:Lcom/google/firebase/installations/FirebaseInstallationsException$Status;
return-void
.end method
.method public constructor <init>(Ljava/lang/String;Lcom/google/firebase/installations/FirebaseInstallationsException$Status;)V
.locals 0
.line 51
invoke-direct {p0, p1}, Lcom/google/firebase/FirebaseException;-><init>(Ljava/lang/String;)V
iput-object p2, p0, Lcom/google/firebase/installations/FirebaseInstallationsException;->status:Lcom/google/firebase/installations/FirebaseInstallationsException$Status;
return-void
.end method