导航菜单

页面标题

页面副标题

Empower MX v1.29.4.340 - AbstractC0932e.java 源代码

正在查看: Empower MX v1.29.4.340 应用的 AbstractC0932e.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package c9;

import Rf.N;
import android.content.Context;
import b9.m;
import com.stripe.android.model.StripeIntent;
import com.stripe.android.model.q;
import java.util.List;
import k8.M;
import kotlin.Unit;
import kotlin.collections.CollectionsKt;
import kotlin.coroutines.CoroutineContext;
import kotlin.jvm.functions.Function2;
import kotlin.jvm.internal.DefaultConstructorMarker;
import r8.InterfaceC2880d;
import sf.s;
import x8.C3044f;
import x8.C3051m;
import x8.InterfaceC3060v;

public abstract class AbstractC0932e {
    public static final a g = new a(null);
    public static final int h = 8;
    private static final List i = CollectionsKt.e("payment_method");
    private final rf.a a;
    private final m b;
    private final InterfaceC2880d c;
    private final CoroutineContext d;
    private final InterfaceC3060v e;
    private final C0929b f;

    public static final class a {
        public a(DefaultConstructorMarker defaultConstructorMarker) {
            this();
        }

        public final List a() {
            return AbstractC0932e.i;
        }

        private a() {
        }
    }

    public class b {
        public static final int[] a;

        static {
            int[] iArr = new int[StripeIntent.Status.values().length];
            try {
                iArr[StripeIntent.Status.H.ordinal()] = 1;
            } catch (NoSuchFieldError unused) {
            }
            try {
                iArr[StripeIntent.Status.I.ordinal()] = 2;
            } catch (NoSuchFieldError unused2) {
            }
            a = iArr;
        }
    }

    static final class c extends kotlin.coroutines.jvm.internal.d {
        Object d;
        int i;

        c(vf.b bVar) {
            super(bVar);
        }

        public final Object invokeSuspend(Object obj) {
            this.d = obj;
            this.i |= Integer.MIN_VALUE;
            Object m = AbstractC0932e.this.m(null, this);
            return m == wf.b.f() ? m : s.a(m);
        }
    }

    static final class d extends kotlin.coroutines.jvm.internal.m implements Function2 {
        Object d;
        int e;
        private Object i;
        final C0930c w;

        d(C0930c c0930c, vf.b bVar) {
            super(2, bVar);
            this.w = c0930c;
        }

        public final vf.b create(Object obj, vf.b bVar) {
            d dVar = AbstractC0932e.this.new d(this.w, bVar);
            dVar.i = obj;
            return dVar;
        }

        public final Object invoke(N n, vf.b bVar) {
            return create(n, bVar).invokeSuspend(Unit.a);
        }

        public final java.lang.Object invokeSuspend(java.lang.Object r17) {
            throw new UnsupportedOperationException("Method not decompiled: c9.AbstractC0932e.d.invokeSuspend(java.lang.Object):java.lang.Object");
        }
    }

    static final class C0249e extends kotlin.coroutines.jvm.internal.d {
        Object F;
        int H;
        Object d;
        Object e;
        Object i;
        Object v;
        int w;

        C0249e(vf.b bVar) {
            super(bVar);
        }

        public final Object invokeSuspend(Object obj) {
            this.F = obj;
            this.H |= Integer.MIN_VALUE;
            Object o = AbstractC0932e.this.o(null, null, null, this);
            return o == wf.b.f() ? o : s.a(o);
        }
    }

    public AbstractC0932e(Context context, rf.a aVar, m mVar, InterfaceC2880d interfaceC2880d, CoroutineContext coroutineContext, InterfaceC3060v interfaceC3060v, DefaultConstructorMarker defaultConstructorMarker) {
        this(context, aVar, mVar, interfaceC2880d, coroutineContext, interfaceC3060v);
    }

    public final int k(StripeIntent stripeIntent, int i2) {
        StripeIntent.Status o = stripeIntent.o();
        int i3 = o == null ? -1 : b.a[o.ordinal()];
        if (i3 == 1 || i3 == 2) {
            return 1;
        }
        return i2;
    }

    public final java.lang.Object o(com.stripe.android.model.StripeIntent r12, java.lang.String r13, x8.C3044f.c r14, vf.b r15) {
        throw new UnsupportedOperationException("Method not decompiled: c9.AbstractC0932e.o(com.stripe.android.model.StripeIntent, java.lang.String, x8.f$c, vf.b):java.lang.Object");
    }

    private final boolean q(StripeIntent stripeIntent) {
        q h0 = stripeIntent.h0();
        if ((h0 != null ? h0.w : null) != q.n.c0) {
            q h02 = stripeIntent.h0();
            if ((h02 != null ? h02.w : null) != q.n.Q) {
                return false;
            }
        }
        return true;
    }

    public final boolean r(StripeIntent stripeIntent, boolean z) {
        return z && stripeIntent.q0();
    }

    public final boolean s(com.stripe.android.model.StripeIntent r8, int r9) {
        throw new UnsupportedOperationException("Method not decompiled: c9.AbstractC0932e.s(com.stripe.android.model.StripeIntent, int):boolean");
    }

    private final boolean t(Object obj) {
        boolean z;
        if (s.g(obj)) {
            obj = null;
        }
        StripeIntent stripeIntent = (StripeIntent) obj;
        if (stripeIntent == null) {
            return true;
        }
        boolean q0 = stripeIntent.q0();
        if (stripeIntent.o() == StripeIntent.Status.v) {
            q h0 = stripeIntent.h0();
            if ((h0 != null ? h0.w : null) == q.n.I) {
                z = true;
                return q0 || z;
            }
        }
        z = false;
        if (q0) {
            return true;
        }
    }

    protected abstract Object i(String str, C3044f.c cVar, String str2, vf.b bVar);

    protected abstract M j(StripeIntent stripeIntent, int i2, String str);

    protected final m l() {
        return this.b;
    }

    public final java.lang.Object m(c9.C0930c r6, vf.b r7) {
        throw new UnsupportedOperationException("Method not decompiled: c9.AbstractC0932e.m(c9.c, vf.b):java.lang.Object");
    }

    protected abstract Object n(String str, C3044f.c cVar, List list, vf.b bVar);

    protected abstract Object p(String str, C3044f.c cVar, List list, vf.b bVar);

    private AbstractC0932e(Context context, rf.a aVar, m mVar, InterfaceC2880d interfaceC2880d, CoroutineContext coroutineContext, InterfaceC3060v interfaceC3060v) {
        this.a = aVar;
        this.b = mVar;
        this.c = interfaceC2880d;
        this.d = coroutineContext;
        this.e = interfaceC3060v;
        this.f = new C0929b(context);
    }

    public AbstractC0932e(Context context, rf.a aVar, m mVar, InterfaceC2880d interfaceC2880d, CoroutineContext coroutineContext, InterfaceC3060v interfaceC3060v, int i2, DefaultConstructorMarker defaultConstructorMarker) {
        this(context, aVar, mVar, interfaceC2880d, coroutineContext, (i2 & 32) != 0 ? new C3051m() : interfaceC3060v, null);
    }
}