Initial commit
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user