- 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
49 lines
785 B
Java
49 lines
785 B
Java
package com.applovin.impl;
|
|
|
|
import com.applovin.impl.a7;
|
|
import java.io.IOException;
|
|
import java.util.Map;
|
|
import java.util.UUID;
|
|
|
|
/* loaded from: classes.dex */
|
|
public interface z6 {
|
|
void a(a7.a aVar);
|
|
|
|
boolean a(String str);
|
|
|
|
int b();
|
|
|
|
void b(a7.a aVar);
|
|
|
|
boolean c();
|
|
|
|
Map d();
|
|
|
|
UUID e();
|
|
|
|
z4 f();
|
|
|
|
a getError();
|
|
|
|
static void a(z6 z6Var, z6 z6Var2) {
|
|
if (z6Var == z6Var2) {
|
|
return;
|
|
}
|
|
if (z6Var2 != null) {
|
|
z6Var2.b(null);
|
|
}
|
|
if (z6Var != null) {
|
|
z6Var.a((a7.a) null);
|
|
}
|
|
}
|
|
|
|
public static class a extends IOException {
|
|
public final int a;
|
|
|
|
public a(Throwable th, int i) {
|
|
super(th);
|
|
this.a = i;
|
|
}
|
|
}
|
|
}
|