162 lines
4.1 KiB
Java
162 lines
4.1 KiB
Java
package o;
|
|
|
|
import android.webkit.JavascriptInterface;
|
|
|
|
/* renamed from: o.fMd, reason: case insensitive filesystem */
|
|
/* loaded from: classes5.dex */
|
|
public final class C12956fMd {
|
|
private final InterfaceC12921fLV b;
|
|
|
|
public C12956fMd(InterfaceC12921fLV interfaceC12921fLV) {
|
|
C14957gcv.e(interfaceC12921fLV, "");
|
|
this.b = interfaceC12921fLV;
|
|
}
|
|
|
|
@JavascriptInterface
|
|
public final void onAppScript(String str, String str2) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
this.b.e(str, str2);
|
|
}
|
|
|
|
@JavascriptInterface
|
|
public final void onSlipRender(String str) {
|
|
C14957gcv.e(str, "");
|
|
this.b.e("onSlipRender", str);
|
|
}
|
|
|
|
@JavascriptInterface
|
|
public final void onTracking(String str) {
|
|
C14957gcv.e(str, "");
|
|
this.b.e("onTracking", str);
|
|
}
|
|
|
|
@JavascriptInterface
|
|
public final void onRecieved(String str) {
|
|
C14957gcv.e(str, "");
|
|
this.b.e("onRecieved", str);
|
|
}
|
|
|
|
@JavascriptInterface
|
|
public final void requestExternalLogin(String str) {
|
|
C14957gcv.e(str, "");
|
|
this.b.e("requestExternalLogin", str);
|
|
}
|
|
|
|
@JavascriptInterface
|
|
public final void getCurrentLocation(String str) {
|
|
C14957gcv.e(str, "");
|
|
this.b.e("getCurrentLocation", str);
|
|
}
|
|
|
|
@JavascriptInterface
|
|
public final void onRequestFundData(String str) {
|
|
C14957gcv.e(str, "");
|
|
this.b.e("onRequestFundData", str);
|
|
}
|
|
|
|
@JavascriptInterface
|
|
public final void onRequestHistoricalData(String str) {
|
|
C14957gcv.e(str, "");
|
|
this.b.e("onRequestHistoricalData", str);
|
|
}
|
|
|
|
@JavascriptInterface
|
|
public final void onInvestFund(String str) {
|
|
C14957gcv.e(str, "");
|
|
this.b.e("onInvestFund", str);
|
|
}
|
|
|
|
@JavascriptInterface
|
|
public final void onOpenPDF(String str) {
|
|
C14957gcv.e(str, "");
|
|
this.b.e("onOpenPDF", str);
|
|
}
|
|
|
|
@JavascriptInterface
|
|
public final void onGeneralCSentLoaded(String str) {
|
|
C14957gcv.e(str, "");
|
|
this.b.e("onGeneralCSentLoaded", str);
|
|
}
|
|
|
|
@JavascriptInterface
|
|
public final void onGeneralCSentSubmitted(String str) {
|
|
C14957gcv.e(str, "");
|
|
this.b.e("onGeneralCSentSubmitted", str);
|
|
}
|
|
|
|
@JavascriptInterface
|
|
public final void onPrivacyNoticeCSentLoaded(String str) {
|
|
C14957gcv.e(str, "");
|
|
this.b.e("onPrivacyNoticeCSentLoaded", str);
|
|
}
|
|
|
|
@JavascriptInterface
|
|
public final void onManagementCSentLoaded(String str) {
|
|
C14957gcv.e(str, "");
|
|
this.b.e("onManagementCSentLoaded", str);
|
|
}
|
|
|
|
@JavascriptInterface
|
|
public final void onManagementCSentCardXLoaded(String str) {
|
|
C14957gcv.e(str, "");
|
|
this.b.e("onManagementCSentCardXLoaded", str);
|
|
}
|
|
|
|
@JavascriptInterface
|
|
public final void onError(String str) {
|
|
C14957gcv.e(str, "");
|
|
this.b.e("onError", str);
|
|
}
|
|
|
|
@JavascriptInterface
|
|
public final void onOpenUrl(String str) {
|
|
C14957gcv.e(str, "");
|
|
this.b.e("onOpenUrl", str);
|
|
}
|
|
|
|
@JavascriptInterface
|
|
public final void onNavigateBack(String str) {
|
|
C14957gcv.e(str, "");
|
|
this.b.e("onNavigateBack", str);
|
|
}
|
|
|
|
@JavascriptInterface
|
|
public final void onFundObjectReceived(String str) {
|
|
C14957gcv.e(str, "");
|
|
this.b.e("onFundObjectReceived", str);
|
|
}
|
|
|
|
@JavascriptInterface
|
|
public final void onTriggerFirebaseEvent(String str) {
|
|
C14957gcv.e(str, "");
|
|
this.b.e("onTriggerFirebaseEvent", str);
|
|
}
|
|
|
|
@JavascriptInterface
|
|
public final void openExternalLink(String str) {
|
|
C14957gcv.e(str, "");
|
|
this.b.e("openExternalLink", str);
|
|
}
|
|
|
|
@JavascriptInterface
|
|
public final void requestUserPreferences() {
|
|
this.b.e("requestUserPreferences", "");
|
|
}
|
|
|
|
/* renamed from: o.fMd$IeS */
|
|
/* loaded from: classes5.dex */
|
|
public static final class IeS {
|
|
private IeS() {
|
|
}
|
|
|
|
public /* synthetic */ IeS(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
static {
|
|
new IeS((byte) 0);
|
|
}
|
|
}
|