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

34 lines
1010 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 s3 {
public final int a;
public final boolean b;
/* renamed from: c reason: collision with root package name */
public final boolean f1192c;
public final /* synthetic */ q3 d;
public s3(q3 q3Var, int i, boolean z2, boolean z3) {
this.d = q3Var;
this.a = i;
this.b = z2;
this.f1192c = z3;
}
public final void a(String str) {
this.d.w(this.a, this.b, this.f1192c, str, null, null, null);
}
public final void b(String str, Object obj) {
this.d.w(this.a, this.b, this.f1192c, str, obj, null, null);
}
public final void c(String str, Object obj, Object obj2) {
this.d.w(this.a, this.b, this.f1192c, str, obj, obj2, null);
}
public final void d(String str, Object obj, Object obj2, Object obj3) {
this.d.w(this.a, this.b, this.f1192c, str, obj, obj2, obj3);
}
}