discord-jadx/app/src/main/java/c/i/a/f/i/b/y3.java

32 lines
867 B
Java

package c.i.a.f.i.b;
import androidx.annotation.WorkerThread;
import java.util.List;
import java.util.Map;
import java.util.Objects;
/* compiled from: com.google.android.gms:play-services-measurement@@18.0.0 */
@WorkerThread
public final class y3 implements Runnable {
public final z3 i;
public final int j;
public final Throwable k;
public final byte[] l;
public final String m;
public final Map<String, List<String>> n;
public y3(String str, z3 z3Var, int i, Throwable th, byte[] bArr, Map map, w3 w3Var) {
Objects.requireNonNull(z3Var, "null reference");
this.i = z3Var;
this.j = i;
this.k = th;
this.l = bArr;
this.m = str;
this.n = map;
}
@Override // java.lang.Runnable
public final void run() {
this.i.a(this.m, this.j, this.k, this.l, this.n);
}
}