导航菜单

页面标题

页面副标题

Hopscotch v9.7.2 - FeatureCardActivity.java 源代码

正在查看: Hopscotch v9.7.2 应用的 FeatureCardActivity.java JAVA 源代码文件

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


package in.hopscotch.android.activity;

import android.content.Intent;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.View;

public class FeatureCardActivity extends androidx.appcompat.app.i implements View.OnClickListener {
    private String actionUriDismiss;
    private String actionUriPrimaryButton;
    private in.hopscotch.android.databinding.f0 binding;
    private String featureType;

    @Override
    public void onClick(View view) {
        int id = view.getId();
        if (id != 2131361887) {
            if (id == 2131362566) {
                if (!TextUtils.isEmpty(this.actionUriDismiss)) {
                    startActivity(in.hopscotch.android.util.s0.a(this, this.actionUriDismiss, "Feature Card", (String) null, (String) null, "Feature card", this.featureType, (Bundle) null));
                }
                finish();
                return;
            } else if (id != 2131364671) {
                finish();
                return;
            }
        }
        if (!TextUtils.isEmpty(this.actionUriPrimaryButton)) {
            Intent a = in.hopscotch.android.util.s0.a(this, this.actionUriPrimaryButton, "Feature Card", (String) null, (String) null, "Feature card", this.featureType, (Bundle) null);
            a.putExtra("from_feature_card", true);
            startActivity(a);
        }
        finish();
    }

    public final void onCreate(android.os.Bundle r22) {
        throw new UnsupportedOperationException("Method not decompiled: in.hopscotch.android.activity.FeatureCardActivity.onCreate(android.os.Bundle):void");
    }
}