package com.revenuecat.purchases.ui.revenuecatui.customercenter.viewmodel;

import J4.a;
import J4.g;
import kotlin.jvm.internal.o;
import kotlin.jvm.internal.p;
import w4.C3137A;

/* JADX INFO: loaded from: classes3.dex */
public final class CustomerCenterViewModelImpl$showCreateSupportTicket$1$createSupportTicketDestination$1 extends p implements g {
    final /* synthetic */ CustomerCenterViewModelImpl this$0;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public CustomerCenterViewModelImpl$showCreateSupportTicket$1$createSupportTicketDestination$1(CustomerCenterViewModelImpl customerCenterViewModelImpl) {
        super(4);
        this.this$0 = customerCenterViewModelImpl;
    }

    @Override // J4.g
    public /* bridge */ /* synthetic */ Object invoke(Object obj, Object obj2, Object obj3, Object obj4) {
        invoke((String) obj, (String) obj2, (a) obj3, (a) obj4);
        return C3137A.f25453a;
    }

    public final void invoke(String email, String description, a onSuccess, a onError) {
        o.h(email, "email");
        o.h(description, "description");
        o.h(onSuccess, "onSuccess");
        o.h(onError, "onError");
        this.this$0.handleSupportTicketSubmit(email, description, onSuccess, onError);
    }
}
