package V2;

import com.debridstream.tv.AuthViewModel;
import w4.C3137A;

/* JADX INFO: loaded from: classes.dex */
public final /* synthetic */ class N implements J4.a {

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

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

    public /* synthetic */ N(AuthViewModel authViewModel, int i6) {
        this.f7450a = i6;
        this.f7451b = authViewModel;
    }

    @Override // J4.a
    public final Object invoke() {
        switch (this.f7450a) {
            case 0:
                this.f7451b.signOut();
                break;
            case 1:
                this.f7451b.reloadFirebaseUserAndRefreshStartup();
                break;
            case 2:
                this.f7451b.sendVerificationEmail();
                break;
            case 3:
                this.f7451b.signOut();
                break;
            case 4:
                this.f7451b.restorePurchasesAndStartup();
                break;
            case 5:
                this.f7451b.continueWithoutSubscription();
                break;
            default:
                this.f7451b.signOut();
                break;
        }
        return C3137A.f25453a;
    }
}
