jimu-decompiled/sources/com/google/android/gms/measurement/internal/zzau.java
2025-05-13 19:24:51 +02:00

33 lines
899 B
Java

package com.google.android.gms.measurement.internal;
/* loaded from: classes.dex */
public final class zzau {
private final int a;
private final boolean b;
private final boolean c;
private final /* synthetic */ zzas d;
zzau(zzas zzasVar, int i, boolean z, boolean z2) {
this.d = zzasVar;
this.a = i;
this.b = z;
this.c = z2;
}
public final void a(String str) {
this.d.a(this.a, this.b, this.c, str, null, null, null);
}
public final void a(String str, Object obj) {
this.d.a(this.a, this.b, this.c, str, obj, null, null);
}
public final void a(String str, Object obj, Object obj2) {
this.d.a(this.a, this.b, this.c, str, obj, obj2, null);
}
public final void a(String str, Object obj, Object obj2, Object obj3) {
this.d.a(this.a, this.b, this.c, str, obj, obj2, obj3);
}
}