package com.revenuecat.purchases;

import com.revenuecat.purchases.interfaces.ReceiveCustomerInfoCallback;
import kotlin.jvm.internal.p;
import w4.C3137A;

/* JADX INFO: loaded from: classes3.dex */
public final class CustomerInfoHelper$retrieveCustomerInfo$1$1 extends p implements J4.a {
    final /* synthetic */ ReceiveCustomerInfoCallback $cb;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public CustomerInfoHelper$retrieveCustomerInfo$1$1(ReceiveCustomerInfoCallback receiveCustomerInfoCallback) {
        super(0);
        this.$cb = receiveCustomerInfoCallback;
    }

    @Override // J4.a
    public /* bridge */ /* synthetic */ Object invoke() {
        m394invoke();
        return C3137A.f25453a;
    }

    /* JADX INFO: renamed from: invoke, reason: collision with other method in class */
    public final void m394invoke() {
        this.$cb.onReceived(CustomerInfoHelper.Companion.createPreviewCustomerInfo$purchases_defaultsBc8Release());
    }
}
