package xyz.netfly.mobile.plugin;

import ed.t;

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

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

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

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

    public /* synthetic */ d(t tVar, String str, int i10) {
        this.f35052a = i10;
        this.f35053b = tVar;
        this.f35054c = str;
    }

    @Override // java.lang.Runnable
    public final void run() {
        int i10 = this.f35052a;
        String str = this.f35054c;
        t tVar = this.f35053b;
        switch (i10) {
            case 0:
                tVar.success(str);
                break;
            default:
                tVar.success(str);
                break;
        }
    }
}
