正在查看: Cantique de Louanges v12 应用的 f.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Cantique de Louanges v12 应用的 f.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.appnext.ads.fullscreen;
import com.appnext.core.SettingsManager;
import java.util.HashMap;
public final class f extends SettingsManager {
private static f O;
private String f11520v = "https://cdn.appnext.com/tools/sdk/confign/rewarded/" + com.appnext.core.g.W() + "/rewarded_config.txt";
private HashMap<String, String> f11521w = null;
private f() {
}
public static synchronized f o() {
f fVar;
synchronized (f.class) {
if (O == null) {
O = new f();
}
fVar = O;
}
return fVar;
}
@Override
protected final String j() {
return this.f11520v;
}
@Override
protected final HashMap<String, String> k() {
return this.f11521w;
}
@Override
protected final HashMap<String, String> l() {
HashMap<String, String> hashMap = new HashMap<>();
hashMap.put("can_close", "true");
hashMap.put("show_close", "false");
hashMap.put("video_length", "15");
hashMap.put("mute", "false");
hashMap.put("urlApp_protection", "false");
hashMap.put("pview", "true");
hashMap.put("min_internet_connection_video", "3g");
hashMap.put("banner_expiration_time", "0");
hashMap.put("default_mode", RewardedVideo.VIDEO_MODE_NORMAL);
hashMap.put("postpone_vta_sec", "0");
hashMap.put("postpone_impression_sec", "0");
hashMap.put("resolve_timeout", "8");
hashMap.put("num_saved_videos", "5");
hashMap.put("caption_text_time", "3");
hashMap.put("pre_title_string1", "Which Ad");
hashMap.put("pre_title_string2", "Would you like to watch?");
hashMap.put("pre_cta_string", "Play this ad");
hashMap.put("ads_caching_time_minutes", "0");
hashMap.put("gdpr", "false");
hashMap.put("clickType_a", "0");
hashMap.put("clickType_b", "0");
hashMap.put("didPrivacy", "false");
hashMap.put("stp_flag", "false");
return hashMap;
}
@Override
protected final String m() {
return "RewardedSettings";
}
}