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

17 lines
488 B
Smali

.class public interface abstract Lcom/google/firebase/remoteconfig/FirebaseRemoteConfigInfo;
.super Ljava/lang/Object;
.source "FirebaseRemoteConfigInfo.java"
# virtual methods
.method public abstract getConfigSettings()Lcom/google/firebase/remoteconfig/FirebaseRemoteConfigSettings;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract getFetchTimeMillis()J
.end method
.method public abstract getLastFetchStatus()I
.end method