- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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;
|
|
}
|
|
}
|
|
}
|