正在查看: BodyTech v7.6.4 应用的 d.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: BodyTech v7.6.4 应用的 d.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.stripe.android.paymentsheet.paymentdatacollection.ach;
import android.content.Context;
import androidx.compose.runtime.internal.StabilityInferred;
import com.stripe.android.paymentsheet.i0;
import kotlin.Metadata;
import kotlin.NoWhenBranchMatchedException;
import kotlin.jvm.internal.r;
import kotlin.text.s;
@StabilityInferred(parameters = 1)
@Metadata(d1 = {"\u0000\u001c\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\u0010\u000b\n\u0000\n\u0002\u0010\u000e\n\u0000\n\u0002\u0018\u0002\n\u0002\b\b\bÀ\u0002\u0018\u00002\u00020\u0001B\t\b\u0002¢\u0006\u0004\b\f\u0010\rJ\u0010\u0010\u0005\u001a\u00020\u00042\u0006\u0010\u0003\u001a\u00020\u0002H\u0002J.\u0010\u000b\u001a\u00020\u00042\u0006\u0010\u0007\u001a\u00020\u00062\u0006\u0010\b\u001a\u00020\u00042\u0006\u0010\t\u001a\u00020\u00022\u0006\u0010\u0003\u001a\u00020\u00022\u0006\u0010\n\u001a\u00020\u0002¨\u0006\u000e"}, d2 = {"Lcom/stripe/android/paymentsheet/paymentdatacollection/ach/d;", "", "", "isInstantDebits", "", "b", "Landroid/content/Context;", "context", "merchantName", "isSaveForFutureUseSelected", "isSetupFlow", "a", "<init>", "()V", "paymentsheet_release"}, k = 1, mv = {1, 9, 0})
public final class d {
public static final d a = new d();
private d() {
}
private final String b(boolean isInstantDebits) {
if (isInstantDebits) {
return "https://link.com/terms/ach-authorization";
}
if (isInstantDebits) {
throw new NoWhenBranchMatchedException();
}
return "https://stripe.com/ach-payments/authorization";
}
public final String a(Context context, String merchantName, boolean isSaveForFutureUseSelected, boolean isInstantDebits, boolean isSetupFlow) {
String G;
String G2;
r.i(context, "context");
r.i(merchantName, "merchantName");
String string = (isSaveForFutureUseSelected || isSetupFlow) ? context.getString(i0.h, merchantName) : context.getString(i0.g);
r.f(string);
G = s.G(string, "<terms>", "<a href=\"" + b(isInstantDebits) + "\">", false, 4, null);
G2 = s.G(G, "</terms>", "</a>", false, 4, null);
return G2;
}
}