APK反编译源代码展示 - 南明离火平台提供

应用版本信息
应用名称:SD Maid
版本号:5.5.9
包名称:eu.thedarken.sdm

MD5 校验值:66bdc43743bbe9109f1c82a63c9f5e2f

反编译源代码说明

EndpointConfiguration.java 文件包含反编译后的源代码,请注意,该内容仅供学习和参考使用,不得用于非法用途。


package com.bugsnag.android;

import fd.g;
import kotlin.jvm.internal.DefaultConstructorMarker;

public final class EndpointConfiguration {
    private final String notify;
    private final String sessions;

    public EndpointConfiguration() {
        this(null, 0 == true ? 1 : 0, 3, 0 == true ? 1 : 0);
    }

    public EndpointConfiguration(String str, String str2) {
        g.g(str, "notify");
        g.g(str2, "sessions");
        this.notify = str;
        this.sessions = str2;
    }

    public final String getNotify() {
        return this.notify;
    }

    public final String getSessions() {
        return this.sessions;
    }

    public EndpointConfiguration(String str, String str2, int i10, DefaultConstructorMarker defaultConstructorMarker) {
        this((i10 & 1) != 0 ? "https://notify.bugsnag.com" : str, (i10 & 2) != 0 ? "https://sessions.bugsnag.com" : str2);
    }
}