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

33 lines
1.0 KiB
Java

package c.i.a.f.i.b;
import android.os.Bundle;
/* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */
public final class k6 implements Runnable {
public final /* synthetic */ String i;
public final /* synthetic */ String j;
public final /* synthetic */ long k;
public final /* synthetic */ Bundle l;
public final /* synthetic */ boolean m;
public final /* synthetic */ boolean n;
public final /* synthetic */ boolean o;
public final /* synthetic */ String p;
public final /* synthetic */ c6 q;
public k6(c6 c6Var, String str, String str2, long j, Bundle bundle, boolean z2, boolean z3, boolean z4, String str3) {
this.q = c6Var;
this.i = str;
this.j = str2;
this.k = j;
this.l = bundle;
this.m = z2;
this.n = z3;
this.o = z4;
this.p = str3;
}
@Override // java.lang.Runnable
public final void run() {
this.q.F(this.i, this.j, this.k, this.l, this.m, this.n, this.o, this.p);
}
}