package com.google.firebase.crashlytics.internal.common;

import com.google.firebase.crashlytics.internal.metadata.EventMetadata;
import com.google.firebase.crashlytics.internal.model.CrashlyticsReport;
import com.revenuecat.purchases.PostPendingTransactionsHelper;

/* JADX INFO: loaded from: classes3.dex */
public final /* synthetic */ class j implements Runnable {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ int f13913a = 0;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ boolean f13914b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ Object f13915c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ Object f13916d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final /* synthetic */ Object f13917e;

    public /* synthetic */ j(SessionReportingCoordinator sessionReportingCoordinator, CrashlyticsReport.Session.Event event, EventMetadata eventMetadata, boolean z6) {
        this.f13915c = sessionReportingCoordinator;
        this.f13916d = event;
        this.f13917e = eventMetadata;
        this.f13914b = z6;
    }

    @Override // java.lang.Runnable
    public final void run() {
        switch (this.f13913a) {
            case 0:
                ((SessionReportingCoordinator) this.f13915c).lambda$persistEvent$0((CrashlyticsReport.Session.Event) this.f13916d, (EventMetadata) this.f13917e, this.f13914b);
                break;
            default:
                PostPendingTransactionsHelper.syncPendingPurchaseQueue$lambda$2((PostPendingTransactionsHelper) this.f13915c, (String) this.f13916d, this.f13914b, (J4.c) this.f13917e);
                break;
        }
    }

    public /* synthetic */ j(PostPendingTransactionsHelper postPendingTransactionsHelper, String str, boolean z6, J4.c cVar) {
        this.f13915c = postPendingTransactionsHelper;
        this.f13916d = str;
        this.f13914b = z6;
        this.f13917e = cVar;
    }
}
