Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,35 @@
package com.mbridge.msdk.mbbid.out;
/* loaded from: classes4.dex */
public class AdvancedNativeBidRequestParams extends CommonBidRequestParams {
private int a;
private int b;
public int getHeight() {
return this.a;
}
public int getWidth() {
return this.b;
}
public void setHeight(int i) {
this.a = i;
}
public void setWidth(int i) {
this.b = i;
}
public AdvancedNativeBidRequestParams(String str, String str2, int i, int i2) {
super(str, str2);
this.a = i2;
this.b = i;
}
public AdvancedNativeBidRequestParams(String str, String str2, String str3, int i, int i2) {
super(str, str2, str3);
this.a = i2;
this.b = i;
}
}

View File

@@ -0,0 +1,35 @@
package com.mbridge.msdk.mbbid.out;
/* loaded from: classes4.dex */
public class BannerBidRequestParams extends CommonBidRequestParams {
private int a;
private int b;
public int getHeight() {
return this.a;
}
public int getWidth() {
return this.b;
}
public void setHeight(int i) {
this.a = i;
}
public void setWidth(int i) {
this.b = i;
}
public BannerBidRequestParams(String str, String str2, int i, int i2) {
super(str, str2);
this.a = i2;
this.b = i;
}
public BannerBidRequestParams(String str, String str2, String str3, int i, int i2) {
super(str, str2, str3);
this.a = i2;
this.b = i;
}
}

View File

@@ -0,0 +1,15 @@
package com.mbridge.msdk.mbbid.out;
/* loaded from: classes4.dex */
public class BidConstants {
public static String BID_FILTER_KEY_AD_TYPE = "adType";
public static String BID_FILTER_KEY_NETWORK = "network";
public static String BID_FILTER_KEY_PLACEMENT_ID = "placementId";
public static String BID_FILTER_KEY_UNIT_ID = "unitId";
public static String BID_FILTER_VALUE_AD_TYPE_BANNER = "296";
public static String BID_FILTER_VALUE_AD_TYPE_INTERSTITIAL_VIDEO = "287";
public static String BID_FILTER_VALUE_AD_TYPE_NATIVE = "42";
public static String BID_FILTER_VALUE_AD_TYPE_NATIVE_ADVANCE = "298";
public static String BID_FILTER_VALUE_AD_TYPE_REWARD_VIDEO = "94";
public static String BID_FILTER_VALUE_AD_TYPE_SPLASH = "297";
}

View File

@@ -0,0 +1,8 @@
package com.mbridge.msdk.mbbid.out;
/* loaded from: classes4.dex */
public interface BidListennning {
void onFailed(String str);
void onSuccessed(BidResponsed bidResponsed);
}

View File

@@ -0,0 +1,26 @@
package com.mbridge.msdk.mbbid.out;
/* loaded from: classes4.dex */
public class BidLossCode {
private static int a;
public int getCurrentCode() {
return a;
}
private BidLossCode(int i) {
a = i;
}
public static BidLossCode bidTimeOut() {
return new BidLossCode(2);
}
public static BidLossCode bidPriceNotHighest() {
return new BidLossCode(102);
}
public static BidLossCode bidWinButNotShow() {
return new BidLossCode(3001);
}
}

View File

@@ -0,0 +1,108 @@
package com.mbridge.msdk.mbbid.out;
import android.content.Context;
import android.text.TextUtils;
import com.mbridge.msdk.foundation.controller.authoritycontroller.c;
import com.mbridge.msdk.foundation.tools.af;
import com.mbridge.msdk.mbbid.common.a.b;
import java.util.Map;
/* loaded from: classes4.dex */
public class BidManager {
private b a;
private BidListennning b;
private boolean c;
public void setRewardPlus(boolean z) {
this.c = z;
}
public BidManager(String str, String str2) {
this(str, str2, "0");
}
public BidManager(String str, String str2, String str3) {
this.c = false;
this.a = new b(str, str2, str3);
}
public <T extends CommonBidRequestParams> BidManager(T t) {
this(t == null ? "" : t.getmPlacementId(), t == null ? "" : t.getmUnitId(), t != null ? t.getmFloorPrice() : "");
if (t instanceof BannerBidRequestParams) {
BannerBidRequestParams bannerBidRequestParams = (BannerBidRequestParams) t;
this.a.a(bannerBidRequestParams.getHeight());
this.a.b(bannerBidRequestParams.getWidth());
this.a.b(296);
if (t instanceof SplashBidRequestParams) {
SplashBidRequestParams splashBidRequestParams = (SplashBidRequestParams) t;
this.a.a(splashBidRequestParams.a());
this.a.a(splashBidRequestParams.getOrientation());
this.a.b(297);
return;
}
return;
}
if (t instanceof AdvancedNativeBidRequestParams) {
AdvancedNativeBidRequestParams advancedNativeBidRequestParams = (AdvancedNativeBidRequestParams) t;
this.a.a(advancedNativeBidRequestParams.getHeight());
this.a.b(advancedNativeBidRequestParams.getWidth());
this.a.b(298);
}
}
public void bid() {
b bVar = this.a;
if (bVar != null) {
bVar.b(this.c);
return;
}
BidListennning bidListennning = this.b;
if (bidListennning != null) {
bidListennning.onFailed("you need init the class :BidManager");
}
}
public static String getBuyerUid(Context context) {
if (com.mbridge.msdk.e.b.a()) {
try {
c.c(true);
} catch (Throwable th) {
af.b("BidManager", th.getMessage());
}
}
return com.mbridge.msdk.mbbid.common.b.a(context, "");
}
public static String getBuyerUid(Context context, String str) {
if (com.mbridge.msdk.e.b.a()) {
try {
c.c(true);
} catch (Throwable th) {
af.b("BidManager", th.getMessage());
}
}
if (TextUtils.isEmpty(str)) {
str = "";
}
return com.mbridge.msdk.mbbid.common.b.a(context, str);
}
public static String getBuyerUid(Context context, Map<String, String> map) {
if (com.mbridge.msdk.e.b.a()) {
try {
c.c(true);
} catch (Throwable th) {
af.b("BidManager", th.getMessage());
}
}
return com.mbridge.msdk.mbbid.common.b.a(context, map);
}
public void setBidListener(BidListennning bidListennning) {
this.b = bidListennning;
b bVar = this.a;
if (bVar != null) {
bVar.a(bidListennning);
}
}
}

View File

@@ -0,0 +1,86 @@
package com.mbridge.msdk.mbbid.out;
import android.content.Context;
import android.text.TextUtils;
import com.ironsource.v8;
import com.mbridge.msdk.click.a;
import com.mbridge.msdk.foundation.entity.CampaignEx;
import com.mbridge.msdk.system.NoProGuard;
/* loaded from: classes4.dex */
public class BidResponsed implements NoProGuard {
public static final String KEY_BID_ID = "bid";
public static final String KEY_CUR = "cur";
public static final String KEY_LN = "ln";
public static final String KEY_PRICE = "price";
public static final String KEY_TOKEN = "token";
public static final String KEY_WN = "wn";
private String bidId;
private String bidToken;
private String cur;
protected String ln;
private String price;
protected String wn;
public String getBidId() {
return this.bidId;
}
public String getBidToken() {
return this.bidToken;
}
public String getCur() {
return this.cur;
}
public String getLn() {
return this.ln;
}
public String getPrice() {
return this.price;
}
public String getWn() {
return this.wn;
}
public void setBidId(String str) {
this.bidId = str;
}
public void setBidToken(String str) {
this.bidToken = str;
}
public void setCur(String str) {
this.cur = str;
}
public void setPrice(String str) {
this.price = str;
}
public void sendLossNotice(Context context, BidLossCode bidLossCode) {
if (TextUtils.isEmpty(this.ln) || context == null || bidLossCode == null) {
return;
}
StringBuilder sb = new StringBuilder(this.ln);
if (this.ln.contains("?")) {
sb.append(v8.i.c);
} else {
sb.append("?");
}
sb.append("reason=");
sb.append(bidLossCode.getCurrentCode());
a.a(context, (CampaignEx) null, "", sb.toString(), false, false);
}
public void sendWinNotice(Context context) {
if (TextUtils.isEmpty(this.wn) || context == null) {
return;
}
a.a(context, (CampaignEx) null, "", this.wn, false, false);
}
}

View File

@@ -0,0 +1,14 @@
package com.mbridge.msdk.mbbid.out;
import com.mbridge.msdk.mbbid.common.c;
/* loaded from: classes4.dex */
public class CommonBidRequestParams extends c {
public CommonBidRequestParams(String str, String str2) {
super(str, str2);
}
public CommonBidRequestParams(String str, String str2, String str3) {
super(str, str2, str3);
}
}

View File

@@ -0,0 +1,59 @@
package com.mbridge.msdk.mbbid.out;
import com.mbridge.msdk.foundation.controller.c;
import com.mbridge.msdk.foundation.tools.ab;
/* loaded from: classes4.dex */
public class SplashBidRequestParams extends BannerBidRequestParams {
private static int b = 1;
private static int c;
private static int d;
private boolean a;
public final boolean a() {
return this.a;
}
public int getOrientation() {
return b;
}
public SplashBidRequestParams(String str, String str2) {
this(str, str2, "");
}
public SplashBidRequestParams(String str, String str2, String str3) {
this(str, str2, str3, false, b, d, c);
}
public SplashBidRequestParams(String str, String str2, boolean z, int i, int i2, int i3) {
this(str, str2, "", z, i, i3, i2);
}
public SplashBidRequestParams(String str, String str2, String str3, boolean z, int i, int i2, int i3) {
super(str, str2, str3, 0, 0);
this.a = false;
b = i;
int j = ab.j(c.m().c());
int h = ab.h(c.m().c());
int i4 = b;
if (i4 == 1) {
if (h > i3 * 4) {
setHeight(h - i3);
setWidth(j);
} else {
setHeight(0);
setWidth(0);
}
} else if (i4 == 2) {
if (j > i2 * 4) {
setWidth(j - i2);
setHeight(h);
} else {
setHeight(0);
setWidth(0);
}
}
this.a = z;
}
}