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

32 lines
917 B
Smali

.class public Lcom/google/firebase/remoteconfig/FirebaseRemoteConfigFetchThrottledException;
.super Lcom/google/firebase/remoteconfig/FirebaseRemoteConfigException;
.source "SourceFile"
# instance fields
.field public final throttleEndTimeMillis:J
# direct methods
.method public constructor <init>(J)V
.locals 1
const-string v0, "Fetch was throttled."
.line 29
invoke-direct {p0, v0, p1, p2}, Lcom/google/firebase/remoteconfig/FirebaseRemoteConfigFetchThrottledException;-><init>(Ljava/lang/String;J)V
return-void
.end method
.method public constructor <init>(Ljava/lang/String;J)V
.locals 0
.line 43
invoke-direct {p0, p1}, Lcom/google/firebase/remoteconfig/FirebaseRemoteConfigException;-><init>(Ljava/lang/String;)V
iput-wide p2, p0, Lcom/google/firebase/remoteconfig/FirebaseRemoteConfigFetchThrottledException;->throttleEndTimeMillis:J
return-void
.end method