- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
124 lines
2.9 KiB
Java
124 lines
2.9 KiB
Java
package com.mbridge.msdk.tracker;
|
|
|
|
import android.util.Log;
|
|
import com.mbridge.msdk.playercommon.exoplayer2.DefaultLoadControl;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class w {
|
|
public final int a;
|
|
public final int b;
|
|
public final int c;
|
|
public final int d;
|
|
public final int e;
|
|
public final int f;
|
|
public final o g;
|
|
public final d h;
|
|
public final v i;
|
|
public final f j;
|
|
|
|
private w(a aVar) {
|
|
this.a = aVar.a;
|
|
this.b = aVar.b;
|
|
this.c = aVar.c;
|
|
this.d = aVar.e;
|
|
this.e = aVar.f;
|
|
this.f = aVar.g;
|
|
this.g = aVar.d;
|
|
this.h = aVar.h;
|
|
this.i = aVar.i;
|
|
this.j = aVar.j;
|
|
}
|
|
|
|
public static final class a {
|
|
private o d;
|
|
private d h;
|
|
private v i;
|
|
private f j;
|
|
private int a = 50;
|
|
private int b = DefaultLoadControl.DEFAULT_MIN_BUFFER_MS;
|
|
private int c = 1;
|
|
private int e = 2;
|
|
private int f = 50;
|
|
private int g = 604800000;
|
|
|
|
public final a a(int i) {
|
|
if (i <= 0) {
|
|
this.a = 50;
|
|
} else {
|
|
this.a = i;
|
|
}
|
|
return this;
|
|
}
|
|
|
|
public final a a(int i, o oVar) {
|
|
this.c = i;
|
|
this.d = oVar;
|
|
return this;
|
|
}
|
|
|
|
public final a a(d dVar) {
|
|
this.h = dVar;
|
|
return this;
|
|
}
|
|
|
|
public final a a(f fVar) {
|
|
this.j = fVar;
|
|
return this;
|
|
}
|
|
|
|
public final a a(v vVar) {
|
|
this.i = vVar;
|
|
return this;
|
|
}
|
|
|
|
public final a b(int i) {
|
|
if (i < 0) {
|
|
this.b = DefaultLoadControl.DEFAULT_MIN_BUFFER_MS;
|
|
} else {
|
|
this.b = i;
|
|
}
|
|
return this;
|
|
}
|
|
|
|
public final a c(int i) {
|
|
if (i <= 0) {
|
|
this.e = 2;
|
|
} else {
|
|
this.e = i;
|
|
}
|
|
return this;
|
|
}
|
|
|
|
public final a d(int i) {
|
|
if (i < 0) {
|
|
this.f = 50;
|
|
} else {
|
|
this.f = i;
|
|
}
|
|
return this;
|
|
}
|
|
|
|
public final a e(int i) {
|
|
if (i < 0) {
|
|
this.g = 604800000;
|
|
} else {
|
|
this.g = i;
|
|
}
|
|
return this;
|
|
}
|
|
|
|
public final w a() {
|
|
if (y.a(this.h) && com.mbridge.msdk.tracker.a.a) {
|
|
Log.e("TrackManager", "decorate can not be null");
|
|
}
|
|
if (y.a(this.i) && com.mbridge.msdk.tracker.a.a) {
|
|
Log.e("TrackManager", "responseHandler can not be null");
|
|
}
|
|
if ((y.a(this.d) || y.a(this.d.c())) && com.mbridge.msdk.tracker.a.a) {
|
|
Log.e("TrackManager", "networkStackConfig or stack can not be null");
|
|
}
|
|
return new w(this);
|
|
}
|
|
}
|
|
}
|