56 lines
2.1 KiB
Java
56 lines
2.1 KiB
Java
|
package com.scb.phone.view.fragment.hml.ekyc;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import android.content.Intent;
|
||
|
import com.scb.phone.R;
|
||
|
import com.scb.phone.view.activity.hml.ekyc.HmlNdidNationalIdInputActivity;
|
||
|
import com.scb.phone.view.activity.hml.ekyc.HmlNdidSelectIdpActivity;
|
||
|
import java.util.ArrayList;
|
||
|
import java.util.List;
|
||
|
import o.C;
|
||
|
import o.C14851gaI;
|
||
|
import o.C14957gcv;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public final class HmlNdidInstructionFragment extends Hilt_HmlNdidInstructionFragment {
|
||
|
@Override // com.scb.phone.view.fragment.ndid.NdidInstructionFragment
|
||
|
public final int h() {
|
||
|
return R.string.hml_ntb_ekyc_ndid_exit_dialog_text;
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.ndid.NdidInstructionFragment
|
||
|
public final Intent avX_() {
|
||
|
return new Intent(requireContext(), (Class<?>) HmlNdidSelectIdpActivity.class);
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.ndid.NdidInstructionFragment
|
||
|
public final Intent avY_(List<String> list) {
|
||
|
HmlNdidSelectIdpActivity.RVV rvv = HmlNdidSelectIdpActivity.b;
|
||
|
Context requireContext = requireContext();
|
||
|
C14957gcv.c(requireContext, "");
|
||
|
if (list == null) {
|
||
|
list = C14851gaI.c;
|
||
|
}
|
||
|
C14957gcv.e(requireContext, "");
|
||
|
C14957gcv.e(list, "");
|
||
|
Intent putExtra = new Intent(requireContext, (Class<?>) HmlNdidSelectIdpActivity.class).putExtra("com.scb.phone.view.activity.ndid.NdidSelectIdpActivity.EXTRA_IS_PENDING", true).putExtra("com.scb.phone.view.activity.ndid.NdidSelectIdpActivity.EXTRA_REMARK", new ArrayList(list));
|
||
|
C14957gcv.c(putExtra, "");
|
||
|
return putExtra;
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.ndid.NdidInstructionFragment
|
||
|
public final Intent avW_() {
|
||
|
return new Intent(getActivity(), (Class<?>) HmlNdidNationalIdInputActivity.class);
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.ndid.NdidInstructionFragment
|
||
|
public final void onNextButtonClick() {
|
||
|
this.presenter.d(C.HML);
|
||
|
}
|
||
|
|
||
|
@Override // com.scb.phone.view.fragment.ndid.NdidInstructionFragment
|
||
|
public final String i() {
|
||
|
return "your_loan";
|
||
|
}
|
||
|
}
|