导航菜单

页面标题

页面副标题

FanCode v7.24.0 - AFd1dSDK.java 源代码

正在查看: FanCode v7.24.0 应用的 AFd1dSDK.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package com.appsflyer.internal;

import com.appsflyer.AppsFlyerLib;
import com.connectsdk.service.webos.lgcast.common.utils.StringUtil;
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 AFd1dSDK extends AFd1hSDK {

    @NotNull
    public static final AFa1tSDK AFa1tSDK = new AFa1tSDK(null);

    @NotNull
    public static String getRevenue = "https://%smonitorsdk.%s/remote-debug/exception-manager";

    @NotNull
    private final AFe1sSDK getMonetizationNetwork;

    @Metadata
    public static final class AFa1tSDK {
        private AFa1tSDK() {
        }

        public AFa1tSDK(DefaultConstructorMarker defaultConstructorMarker) {
            this();
        }
    }

    public AFd1dSDK(@NotNull byte[] bArr, Map<String, String> map, int i9) {
        super(bArr, map, i9);
        Intrinsics.checkNotNullParameter(bArr, StringUtil.EMPTY);
        this.getMonetizationNetwork = AFe1sSDK.JSON;
    }

    @Override
    @NotNull
    public final String AFAdRevenueData() {
        String format = String.format(getRevenue, AppsFlyerLib.getInstance().getHostPrefix(), AFb1rSDK.getRevenue().getHostName());
        Intrinsics.checkNotNullExpressionValue(format, StringUtil.EMPTY);
        return format;
    }

    @Override
    @NotNull
    public final AFe1sSDK getRevenue() {
        return this.getMonetizationNetwork;
    }

    @Override
    @NotNull
    public final String getRevenue(@NotNull String str) {
        Intrinsics.checkNotNullParameter(str, StringUtil.EMPTY);
        return AFe1ySDK.AFAdRevenueData(str);
    }
}