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

48 lines
1.6 KiB
Smali

.class public interface abstract annotation Lcom/google/firebase/remoteconfig/RemoteConfigConstants$RequestFieldKey;
.super Ljava/lang/Object;
.source "RemoteConfigConstants.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/firebase/remoteconfig/RemoteConfigConstants;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x2609
name = "RequestFieldKey"
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->SOURCE:Ljava/lang/annotation/RetentionPolicy;
.end annotation
# static fields
.field public static final ANALYTICS_USER_PROPERTIES:Ljava/lang/String; = "analyticsUserProperties"
.field public static final APP_BUILD:Ljava/lang/String; = "appBuild"
.field public static final APP_ID:Ljava/lang/String; = "appId"
.field public static final APP_VERSION:Ljava/lang/String; = "appVersion"
.field public static final COUNTRY_CODE:Ljava/lang/String; = "countryCode"
.field public static final INSTANCE_ID:Ljava/lang/String; = "appInstanceId"
.field public static final INSTANCE_ID_TOKEN:Ljava/lang/String; = "appInstanceIdToken"
.field public static final LANGUAGE_CODE:Ljava/lang/String; = "languageCode"
.field public static final PACKAGE_NAME:Ljava/lang/String; = "packageName"
.field public static final PLATFORM_VERSION:Ljava/lang/String; = "platformVersion"
.field public static final SDK_VERSION:Ljava/lang/String; = "sdkVersion"
.field public static final TIME_ZONE:Ljava/lang/String; = "timeZone"