Files
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

63 lines
1.5 KiB
Java

package com.applovin.impl;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
/* loaded from: classes.dex */
public class cq {
private final List a;
public List a() {
return this.a;
}
public String toString() {
return "VastAdVerification{verifications='" + this.a + "'}";
}
private cq(List list) {
this.a = list;
}
public static cq a(es esVar, cq cqVar, eq eqVar, com.applovin.impl.sdk.j jVar) {
List arrayList;
try {
if (cqVar != null) {
arrayList = cqVar.a();
} else {
arrayList = new ArrayList();
}
Iterator it = esVar.a("Verification").iterator();
while (it.hasNext()) {
bq a = bq.a((es) it.next(), eqVar, jVar);
if (a != null) {
arrayList.add(a);
}
}
return new cq(arrayList);
} catch (Throwable th) {
jVar.J();
if (com.applovin.impl.sdk.n.a()) {
jVar.J().a("VastAdVerifications", "Error occurred while initializing", th);
}
jVar.E().a("VastAdVerifications", th);
return null;
}
}
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj instanceof cq) {
return this.a.equals(((cq) obj).a);
}
return false;
}
public int hashCode() {
return this.a.hashCode();
}
}