导航菜单

页面标题

页面副标题

CreditNow v1.0.2 - AFd1aSDK.java 源代码

正在查看: CreditNow v1.0.2 应用的 AFd1aSDK.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 AFd1aSDK extends AFd1mSDK {

    @NotNull
    private final AFe1uSDK AFInAppEventType;

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

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

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

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

    public AFd1aSDK(@NotNull byte[] bArr, Map<String, String> map, int i) {
        super(bArr, map, i);
        Intrinsics.checkNotNullParameter(bArr, "");
        this.AFInAppEventType = AFe1uSDK.JSON;
    }

    @Override
    @NotNull
    public final String AFInAppEventParameterName() {
        String format = String.format(AFKeystoreWrapper, AppsFlyerLib.getInstance().getHostPrefix(), AFb1vSDK.AFKeystoreWrapper().getHostName());
        Intrinsics.checkNotNullExpressionValue(format, "");
        return format;
    }

    @Override
    @NotNull
    public final String AFInAppEventType(@NotNull String str) {
        Intrinsics.checkNotNullParameter(str, "");
        Intrinsics.checkNotNullParameter(str, "");
        return "[Exception Manager]: ".concat(String.valueOf(str));
    }

    @Override
    @NotNull
    public final AFe1uSDK values() {
        return this.AFInAppEventType;
    }
}