what-the-bank/sources/o/lMo.java

192 lines
5.6 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.content.SharedPreferences;
import java.util.Iterator;
import java.util.Set;
import o.PRA;
/* loaded from: classes3.dex */
public final class lMo implements str {
private final C6237cMu c;
@InterfaceC13391fZD
public lMo(C6237cMu c6237cMu) {
this.c = c6237cMu;
}
@Override // o.str
public final boolean o() {
return this.c.a.getBoolean("PRE_LOGIN_TUTORIAL_DONE_KEY_AUX", false);
}
@Override // o.str
public final void D() {
this.c.a.edit().putBoolean("PRE_LOGIN_TUTORIAL_DONE_KEY_AUX", true).apply();
}
@Override // o.str
public final Set<String> a() {
return this.c.a.getStringSet("LIFE_STYLE_TUTORIAL_ALL_DONE_KEY", null);
}
@Override // o.str
public final void p() {
C6237cMu c6237cMu = this.c;
SharedPreferences.Editor edit = c6237cMu.a.edit();
Set<String> stringSet = c6237cMu.a.getStringSet("LIFE_STYLE_TUTORIAL_ALL_DONE_KEY", null);
if (c6237cMu.a.getBoolean("LIFE_STYLE_TUTORIAL_DONE_KEY", false)) {
Iterator<String> it = stringSet.iterator();
while (it.hasNext()) {
if (it.next().contains("QR_CODE_SECTION_TUTORIAL")) {
return;
} else {
stringSet = C6237cMu.e();
}
}
} else {
stringSet = C6237cMu.e();
}
edit.putStringSet("LIFE_STYLE_TUTORIAL_ALL_DONE_KEY", stringSet).apply();
}
@Override // o.str
public final boolean i() {
return this.c.a.getBoolean("NEW_TRANSACTION_TUTORIAL_DONE_KEY", false);
}
@Override // o.str
public final void w() {
this.c.a.edit().putBoolean("NEW_TRANSACTION_TUTORIAL_DONE_KEY", true).apply();
}
@Override // o.str
public final boolean f() {
return this.c.a.getBoolean("ON_BOARDING_TUTORIAL_DONE_KEY", false);
}
@Override // o.str
public final void A() {
this.c.a.edit().putBoolean("ON_BOARDING_TUTORIAL_DONE_KEY", true).apply();
}
@Override // o.str
public final boolean b() {
return this.c.a.getBoolean("CARDLESS_ATM_TUTORIAL_DONE_KEY", false);
}
@Override // o.str
public final void q() {
this.c.a.edit().putBoolean("CARDLESS_ATM_TUTORIAL_DONE_KEY", true).apply();
}
@Override // o.str
public final boolean l() {
return this.c.a.getBoolean("REQUEST_MONEY_TUTORIAL_DONE_KEY", false);
}
@Override // o.str
public final void C() {
this.c.a.edit().putBoolean("REQUEST_MONEY_TUTORIAL_DONE_KEY", true).apply();
}
@Override // o.str
public final boolean e() {
return this.c.a.getBoolean("BULK_TRANSFER_TUTORIAL_DONE_KEY", false);
}
@Override // o.str
public final void s() {
this.c.a.edit().putBoolean("BULK_TRANSFER_TUTORIAL_DONE_KEY", true).apply();
}
@Override // o.str
public final boolean d() {
return this.c.a.getBoolean("GIFTING_TUTORIAL_DONE_KEY", false);
}
@Override // o.str
public final void r() {
this.c.a.edit().putBoolean("GIFTING_TUTORIAL_DONE_KEY", true).apply();
}
@Override // o.str
public final boolean c() {
return this.c.a.getBoolean("ANNOTATION_TUTORIAL_DONE_KEY", false);
}
@Override // o.str
public final void t() {
this.c.a.edit().putBoolean("ANNOTATION_TUTORIAL_DONE_KEY", true).apply();
}
@Override // o.str
public final boolean h() {
return this.c.a.getBoolean("LOAN_LANDING_COACH_MARK_DONE_KEY", false);
}
@Override // o.str
public final void y() {
this.c.a.edit().putBoolean("LOAN_LANDING_COACH_MARK_DONE_KEY", true).apply();
}
@Override // o.str
public final boolean j() {
return this.c.a.getBoolean("LOAN_LANDING_BUSINESS_OWNER_COACH_MARK_DONE_KEY", false);
}
@Override // o.str
public final void u() {
this.c.a.edit().putBoolean("LOAN_LANDING_BUSINESS_OWNER_COACH_MARK_DONE_KEY", true).apply();
}
@Override // o.str
public final boolean g() {
return this.c.a.getBoolean("JURISTIC_LANDING_COACH_MARK_DONE_KEY", false);
}
@Override // o.str
public final void x() {
this.c.a.edit().putBoolean("JURISTIC_LANDING_COACH_MARK_DONE_KEY", true).apply();
}
@Override // o.str
public final boolean m() {
return this.c.a.getBoolean("TOPUP_HISTORY_COACH_MARK_DONE_KEY", false);
}
@Override // o.str
public final void B() {
this.c.a.edit().putBoolean("TOPUP_HISTORY_COACH_MARK_DONE_KEY", true).apply();
}
@Override // o.str
public final boolean n() {
return this.c.a.getBoolean("TRANSFER_HISTORY_COACH_MARK_DONE_KEY", false);
}
@Override // o.str
public final void E() {
this.c.a.edit().putBoolean("TRANSFER_HISTORY_COACH_MARK_DONE_KEY", true).apply();
}
@Override // o.str
public final boolean k() {
return this.c.a.getBoolean("PRE_POINT_TO_PAY_TUTORIAL_DONE_KEY", false);
}
@Override // o.str
public final void z() {
this.c.a.edit().putBoolean("PRE_POINT_TO_PAY_TUTORIAL_DONE_KEY", true).apply();
}
@Override // o.str
public final void v() {
C6237cMu c6237cMu = this.c;
Set<String> stringSet = c6237cMu.a.getStringSet("LIFE_STYLE_TUTORIAL_ALL_DONE_KEY", null);
SharedPreferences.Editor edit = c6237cMu.a.edit();
if (c6237cMu.a.getBoolean("LIFE_STYLE_TUTORIAL_DONE_KEY", false) && stringSet == null) {
edit.putStringSet("LIFE_STYLE_TUTORIAL_ALL_DONE_KEY", (Set) YKU.c("OLD_LIFE_STYLE_TUTORIAL").a(new PRA.Sts(new PRA.AnonymousClass9(), new PRA.AnonymousClass6()))).apply();
}
}
}