package com.revenuecat.purchases.amazon.handler;

import com.amazon.device.iap.model.UserDataResponse;
import com.revenuecat.purchases.amazon.AmazonStrings;
import com.revenuecat.purchases.common.LogIntent;
import kotlin.jvm.internal.p;
import x4.AbstractC3251q;

/* JADX INFO: loaded from: classes3.dex */
public final class UserDataHandler$onUserDataResponse$$inlined$log$1 extends p implements J4.a {
    final /* synthetic */ LogIntent $intent;
    final /* synthetic */ UserDataResponse $response$inlined;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public UserDataHandler$onUserDataResponse$$inlined$log$1(LogIntent logIntent, UserDataResponse userDataResponse) {
        super(0);
        this.$intent = logIntent;
        this.$response$inlined = userDataResponse;
    }

    @Override // J4.a
    public final String invoke() {
        StringBuilder sb = new StringBuilder();
        sb.append(AbstractC3251q.m0(this.$intent.getEmojiList(), "", null, null, null, 62));
        sb.append(' ');
        return A0.a.q(new Object[]{this.$response$inlined.getRequestStatus().name()}, 1, AmazonStrings.USER_DATA_REQUEST_FINISHED, sb);
    }
}
