package xyz.netfly.mobile.plugin;

import xyz.stream.api.entity.MobileBaseEntity;

/* JADX INFO: loaded from: classes3.dex */
public final /* synthetic */ class c implements Runnable {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ int f35048a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ e f35049b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ String f35050c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ String f35051d;

    public /* synthetic */ c(e eVar, String str, String str2, int i10) {
        this.f35048a = i10;
        this.f35049b = eVar;
        this.f35050c = str;
        this.f35051d = str2;
    }

    @Override // java.lang.Runnable
    public final void run() {
        int i10 = this.f35048a;
        String str = this.f35051d;
        String str2 = this.f35050c;
        e eVar = this.f35049b;
        switch (i10) {
            case 0:
                eVar.f35064i.invokeMethod("reportError", MobileBaseEntity.successError(str2, str));
                break;
            default:
                eVar.f(str2, str);
                break;
        }
    }
}
