导航菜单

页面标题

页面副标题

CashVia v1.6.02 - j.java 源代码

正在查看: CashVia v1.6.02 应用的 j.java JAVA 源代码文件

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


package u2;

import V2.D;
import V2.G;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.view.View;
import androidx.fragment.app.Fragment;
import androidx.lifecycle.LifecycleOwnerKt;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.functions.Function1;
import kotlin.jvm.internal.Intrinsics;

public abstract class j {
    public static boolean a;
    public static long b = System.currentTimeMillis();

    public static final void a(D d, int i, Function1 start, Function0 end, Function1 next) {
        Intrinsics.checkNotNullParameter(d, "<this>");
        Intrinsics.checkNotNullParameter(start, "start");
        Intrinsics.checkNotNullParameter(end, "end");
        Intrinsics.checkNotNullParameter(next, "next");
        G.h(d, null, new f(i, start, end, next, null), 3);
    }

    public static final void b(Fragment fragment, Function1 start, Function0 end, Function1 next) {
        Intrinsics.checkNotNullParameter(fragment, "<this>");
        Intrinsics.checkNotNullParameter(start, "start");
        Intrinsics.checkNotNullParameter(end, "end");
        Intrinsics.checkNotNullParameter(next, "next");
        G.h(LifecycleOwnerKt.getLifecycleScope(fragment), null, new i(start, end, next, null), 3);
    }

    public static final void c(View view, Function1 click) {
        Intrinsics.checkNotNullParameter(view, "<this>");
        Intrinsics.checkNotNullParameter(click, "click");
        view.setOnClickListener(new E2.k(click, 5));
    }

    public static final void d(Intent intent, Context context, Function0 block) {
        Intrinsics.checkNotNullParameter(intent, "<this>");
        Intrinsics.checkNotNullParameter(block, "block");
        if (context == null || intent.resolveActivity(context.getPackageManager()) == null) {
            com.blankj.utilcode.util.G.c(com.blankj.utilcode.util.c.c().getString(2131820977), new Object[0]);
            return;
        }
        try {
            block.invoke();
        } catch (Exception unused) {
            com.blankj.utilcode.util.G.c(com.blankj.utilcode.util.c.c().getString(2131820977), new Object[0]);
        }
    }

    public static final void e(Context context, String str) {
        Intrinsics.checkNotNullParameter(context, "<this>");
        try {
            Intent intent = new Intent("android.intent.action.VIEW", Uri.parse("https://api.whatsapp.com/send?phone=" + str));
            intent.setPackage("com.whatsapp");
            context.startActivity(intent);
        } catch (Exception unused) {
            context.startActivity(new Intent("android.intent.action.VIEW", Uri.parse("https://api.whatsapp.com/send?phone=" + str)));
        }
    }
}