正在查看: Cantique de Louanges v12 应用的 c.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Cantique de Louanges v12 应用的 c.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.appnext.ads.interstitial;
import com.applovin.mediation.MaxReward;
import com.appnext.core.SettingsManager;
import com.appnext.core.g;
import java.util.HashMap;
public final class c extends SettingsManager {
private static c aL;
private String f11524v = "https://cdn.appnext.com/tools/sdk/confign/interstitial/" + g.W() + "/interstitial_config.txt";
private HashMap<String, String> f11525w = null;
private c() {
}
public static synchronized c E() {
c cVar;
synchronized (c.class) {
if (aL == null) {
aL = new c();
}
cVar = aL;
}
return cVar;
}
@Override
protected final String j() {
return this.f11524v;
}
@Override
protected final HashMap<String, String> k() {
return this.f11525w;
}
@Override
protected final HashMap<String, String> l() {
HashMap<String, String> hashMap = new HashMap<>();
hashMap.put("creative", Interstitial.TYPE_MANAGED);
hashMap.put("auto_play", "true");
hashMap.put("mute", "false");
hashMap.put("pview", "true");
hashMap.put("min_internet_connection", "2g");
hashMap.put("min_internet_connection_video", "3g");
hashMap.put("urlApp_protection", "false");
hashMap.put("can_close", "true");
hashMap.put("video_length", "15");
hashMap.put("button_text", MaxReward.DEFAULT_LABEL);
hashMap.put("button_color", MaxReward.DEFAULT_LABEL);
hashMap.put("skip_title", MaxReward.DEFAULT_LABEL);
hashMap.put("remove_poster_on_auto_play", "true");
hashMap.put("banner_expiration_time", "0");
hashMap.put("show_rating", "true");
hashMap.put("show_desc", "true");
hashMap.put("new_button_text", "Install");
hashMap.put("existing_button_text", "Open");
hashMap.put("postpone_vta_sec", "0");
hashMap.put("postpone_impression_sec", "0");
hashMap.put("resolve_timeout", "8");
hashMap.put("ads_caching_time_minutes", "0");
hashMap.put("gdpr", "false");
hashMap.put("clickType_A", "0");
hashMap.put("didPrivacy", "false");
hashMap.put("S1", "[{\"id\":\"multi\",\"p\":50},{\"id\":\"single\",\"p\":50}]");
hashMap.put("stp_flag", "false");
return hashMap;
}
@Override
protected final String m() {
return "InterstitialSettings";
}
}