package com.google.android.gms.measurement.internal; import android.os.Bundle; import com.google.android.gms.common.internal.Preconditions; import com.google.android.gms.measurement.api.AppMeasurementSdk; /* loaded from: classes.dex */ final class zzht implements Runnable { final /* synthetic */ Bundle zza; final /* synthetic */ zzik zzb; zzht(zzik zzikVar, Bundle bundle) { this.zzb = zzikVar; this.zza = bundle; } @Override // java.lang.Runnable public final void run() { zzik zzikVar = this.zzb; Bundle bundle = this.zza; zzikVar.zzg(); zzikVar.zza(); Preconditions.checkNotNull(bundle); String string = bundle.getString("name"); String string2 = bundle.getString(AppMeasurementSdk.ConditionalUserProperty.ORIGIN); Preconditions.checkNotEmpty(string); Preconditions.checkNotEmpty(string2); Preconditions.checkNotNull(bundle.get(AppMeasurementSdk.ConditionalUserProperty.VALUE)); if (!zzikVar.zzt.zzJ()) { zzikVar.zzt.zzaA().zzj().zza("Conditional property not set since app measurement is disabled"); return; } zzlk zzlkVar = new zzlk(string, bundle.getLong(AppMeasurementSdk.ConditionalUserProperty.TRIGGERED_TIMESTAMP), bundle.get(AppMeasurementSdk.ConditionalUserProperty.VALUE), string2); try { zzau zzz = zzikVar.zzt.zzv().zzz(bundle.getString("app_id"), bundle.getString(AppMeasurementSdk.ConditionalUserProperty.TRIGGERED_EVENT_NAME), bundle.getBundle(AppMeasurementSdk.ConditionalUserProperty.TRIGGERED_EVENT_PARAMS), string2, 0L, true, true); zzikVar.zzt.zzt().zzE(new zzac(bundle.getString("app_id"), string2, zzlkVar, bundle.getLong(AppMeasurementSdk.ConditionalUserProperty.CREATION_TIMESTAMP), false, bundle.getString(AppMeasurementSdk.ConditionalUserProperty.TRIGGER_EVENT_NAME), zzikVar.zzt.zzv().zzz(bundle.getString("app_id"), bundle.getString(AppMeasurementSdk.ConditionalUserProperty.TIMED_OUT_EVENT_NAME), bundle.getBundle(AppMeasurementSdk.ConditionalUserProperty.TIMED_OUT_EVENT_PARAMS), string2, 0L, true, true), bundle.getLong(AppMeasurementSdk.ConditionalUserProperty.TRIGGER_TIMEOUT), zzz, bundle.getLong(AppMeasurementSdk.ConditionalUserProperty.TIME_TO_LIVE), zzikVar.zzt.zzv().zzz(bundle.getString("app_id"), bundle.getString(AppMeasurementSdk.ConditionalUserProperty.EXPIRED_EVENT_NAME), bundle.getBundle(AppMeasurementSdk.ConditionalUserProperty.EXPIRED_EVENT_PARAMS), string2, 0L, true, true))); } catch (IllegalArgumentException unused) { } } }