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

43 lines
1.2 KiB
Java

package c.i.a.f.i.b;
import android.os.Bundle;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import c.d.b.a.a;
import com.google.android.gms.measurement.internal.zzap;
import com.google.android.gms.measurement.internal.zzaq;
/* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */
public final class u3 {
@NonNull
public String a;
@NonNull
public String b;
/* renamed from: c reason: collision with root package name */
public long f1194c;
@NonNull
public Bundle d;
public u3(@NonNull String str, @NonNull String str2, @Nullable Bundle bundle, long j) {
this.a = str;
this.b = str2;
this.d = bundle;
this.f1194c = j;
}
public static u3 b(zzaq zzaq) {
return new u3(zzaq.i, zzaq.k, zzaq.j.w0(), zzaq.l);
}
public final zzaq a() {
return new zzaq(this.a, new zzap(new Bundle(this.d)), this.b, this.f1194c);
}
public final String toString() {
String str = this.b;
String str2 = this.a;
String valueOf = String.valueOf(this.d);
return a.D(a.K(valueOf.length() + a.m(str2, a.m(str, 21)), "origin=", str, ",name=", str2), ",params=", valueOf);
}
}