- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
24 lines
1.2 KiB
Java
24 lines
1.2 KiB
Java
package com.vungle.ads.internal.model;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class Cookie {
|
|
public static final String CCPA_CONSENT_STATUS = "ccpa_status";
|
|
public static final String CONFIG_APP_ID = "config_app_id";
|
|
public static final String CONFIG_EXTENSION = "config_extension";
|
|
public static final String CONFIG_RESPONSE = "config_response";
|
|
public static final String CONFIG_UPDATE_TIME = "config_update_time";
|
|
public static final String COPPA_DISABLE_AD_ID = "disable_ad_id";
|
|
public static final String COPPA_STATUS_KEY = "is_coppa";
|
|
public static final String GDPR_CONSENT_MESSAGE_VERSION = "gdpr_message_version";
|
|
public static final String GDPR_CONSENT_SOURCE = "gdpr_source";
|
|
public static final String GDPR_CONSENT_STATUS = "gdpr_status";
|
|
public static final String GDPR_CONSENT_TIMESTAMP = "gdpr_timestamp";
|
|
public static final String IABTCF_GDPR_APPLIES = "IABTCF_gdprApplies";
|
|
public static final String IABTCF_TC_STRING = "IABTCF_TCString";
|
|
public static final Cookie INSTANCE = new Cookie();
|
|
public static final String IS_PLAY_SERVICE_AVAILABLE = "isPlaySvcAvailable";
|
|
|
|
private Cookie() {
|
|
}
|
|
}
|