正在查看: Crafto v9.3.3 应用的 AFe1xSDK.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Crafto v9.3.3 应用的 AFe1xSDK.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.appsflyer.internal;
import com.appsflyer.AppsFlyerLib;
import java.util.Map;
import kotlin.Metadata;
import kotlin.jvm.internal.DefaultConstructorMarker;
import kotlin.jvm.internal.Intrinsics;
import org.jetbrains.annotations.NotNull;
@Metadata
public final class AFe1xSDK extends AFd1hSDK {
@NotNull
public static final AFa1uSDK AFa1uSDK = new AFa1uSDK(null);
@NotNull
public static String getMediationNetwork = "https://%smonitorsdk.%s/remote-debug/exception-manager";
@NotNull
private final AFe1lSDK AFAdRevenueData;
@Metadata
public static final class AFa1uSDK {
private AFa1uSDK() {
}
public AFa1uSDK(DefaultConstructorMarker defaultConstructorMarker) {
this();
}
}
public AFe1xSDK(@NotNull byte[] bArr, Map<String, String> map, int i7) {
super(bArr, map, i7);
Intrinsics.checkNotNullParameter(bArr, "");
this.AFAdRevenueData = AFe1lSDK.JSON;
}
@Override
@NotNull
public final AFe1lSDK AFAdRevenueData() {
return this.AFAdRevenueData;
}
@Override
@NotNull
public final String getMonetizationNetwork() {
String format = String.format(getMediationNetwork, AppsFlyerLib.getInstance().getHostPrefix(), AFb1tSDK.getCurrencyIso4217Code().getHostName());
Intrinsics.checkNotNullExpressionValue(format, "");
return format;
}
@Override
@NotNull
public final String getRevenue(@NotNull String str) {
Intrinsics.checkNotNullParameter(str, "");
return AFe1uSDK.AFAdRevenueData(str);
}
}