Files
Daniel Elliott f9d20bb3fc 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>
2026-02-18 14:52:23 -08:00

101 lines
2.4 KiB
Java

package com.mbridge.msdk.foundation.b;
import com.mbridge.msdk.foundation.entity.CampaignEx;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.CopyOnWriteArrayList;
/* loaded from: classes4.dex */
public final class c {
public static int a = 1;
public static int b = 0;
public static int c = 3;
public static int d = 2;
public static int e = 4;
private CopyOnWriteArrayList<CampaignEx> f;
private String g;
private int h = 21;
private int i = b;
private ArrayList<String> j = new ArrayList<>();
private List<String> k = new ArrayList();
private List<String> l = new ArrayList();
private List<String> m = new ArrayList();
public final CopyOnWriteArrayList<CampaignEx> a() {
return this.f;
}
public final void a(int i) {
this.i = i;
}
public final void a(CopyOnWriteArrayList<CampaignEx> copyOnWriteArrayList) {
this.f = copyOnWriteArrayList;
}
public final String b() {
return this.g;
}
public final void d(String str) {
this.g = str;
}
public final int g() {
return this.i;
}
public final String c() {
ArrayList<String> arrayList = this.j;
return arrayList == null ? "" : arrayList.toString();
}
public final String d() {
List<String> list = this.k;
return list == null ? "" : list.toString();
}
public final String e() {
List<String> list = this.l;
return list == null ? "" : list.toString();
}
public final String f() {
List<String> list = this.m;
return list == null ? "" : list.toString();
}
public final void a(String str) {
try {
ArrayList<String> arrayList = this.j;
if (arrayList != null) {
arrayList.add(str);
}
} catch (Exception e2) {
e2.printStackTrace();
}
}
public final void b(String str) {
try {
List<String> list = this.k;
if (list != null) {
list.add(str);
}
} catch (Exception e2) {
e2.printStackTrace();
}
}
public final void c(String str) {
try {
List<String> list = this.l;
if (list != null) {
list.add(str);
}
} catch (Exception e2) {
e2.printStackTrace();
}
}
}