正在查看: Brevistay v5.8.2 应用的 bd.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Brevistay v5.8.2 应用的 bd.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.appsflyer.internal;
import com.appsflyer.AppsFlyerLib;
import com.appsflyer.AppsFlyerProperties;
import java.util.Collections;
import java.util.Map;
import org.json.JSONObject;
public final class bd {
private static String AFInAppEventParameterName = "https://%smonitorsdk.%s/remote-debug?app_id=";
public static String AFKeystoreWrapper = "https://cdn-testsettings.appsflyersdk.com/android/v1/%s/settings";
public static String values = "https://cdn-settings.appsflyersdk.com/android/v1/%s/settings";
public final ab AFInAppEventType;
private final AppsFlyerProperties AFLogger$LogLevel;
public final aa valueOf;
public bd(ab abVar, aa aaVar, AppsFlyerProperties appsFlyerProperties) {
this.AFInAppEventType = abVar;
this.valueOf = aaVar;
this.AFLogger$LogLevel = appsFlyerProperties;
}
public final bl<String> AFKeystoreWrapper(Map<String, Object> map) {
StringBuilder sb = new StringBuilder();
sb.append(String.format(AFInAppEventParameterName, AppsFlyerLib.getInstance().getHostPrefix(), ac.AFInAppEventParameterName().getHostName()));
sb.append(this.valueOf.AFInAppEventParameterName.getPackageName());
z zVar = new z(sb.toString(), new JSONObject(map).toString().getBytes(), "POST", Collections.EMPTY_MAP, false);
bj bjVar = new bj();
zVar.AFInAppEventParameterName = AFInAppEventType();
ab abVar = this.AFInAppEventType;
return new bl<>(zVar, abVar.AFKeystoreWrapper, abVar.valueOf, bjVar);
}
public final boolean AFInAppEventType() {
return !this.AFLogger$LogLevel.getBoolean(AppsFlyerProperties.HTTP_CACHE, true);
}
}