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

23 lines
671 B
Java

package c.i.a.f.i.b;
/* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */
public final class j6 implements Runnable {
public final /* synthetic */ String i;
public final /* synthetic */ String j;
public final /* synthetic */ Object k;
public final /* synthetic */ long l;
public final /* synthetic */ c6 m;
public j6(c6 c6Var, String str, String str2, Object obj, long j) {
this.m = c6Var;
this.i = str;
this.j = str2;
this.k = obj;
this.l = j;
}
@Override // java.lang.Runnable
public final void run() {
this.m.K(this.i, this.j, this.k, this.l);
}
}