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

29 lines
699 B
Java

package com.google.android.gms.measurement.internal;
import android.os.Bundle;
/* loaded from: classes.dex */
public final class zzan {
public final long a;
public final long b;
public final boolean c;
public final String d;
public final String e;
public final String f;
public final Bundle g;
zzan(long j, long j2, boolean z, String str, String str2, String str3, Bundle bundle) {
this.a = j;
this.b = j2;
this.c = z;
this.d = str;
this.e = str2;
this.f = str3;
this.g = bundle;
}
public static final zzan a(Bundle bundle) {
return new zzan(0L, 0L, true, null, null, null, bundle);
}
}