package xyz.stream.view;

import xyz.stream.view.ViewRuntime;

/* JADX INFO: loaded from: classes3.dex */
public final /* synthetic */ class q implements ViewRuntime.MatchReminderHandler {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ ViewRuntime.MatchReminderHandler f36550b;

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

    public /* synthetic */ q(ViewRuntime.MatchReminderHandler matchReminderHandler, Class cls, int i10) {
        this.f36549a = i10;
        this.f36550b = matchReminderHandler;
        this.f36551c = cls;
    }

    @Override // xyz.stream.view.ViewRuntime.MatchReminderHandler
    public final void handle(BaseActivity baseActivity, Object obj) {
        int i10 = this.f36549a;
        ViewRuntime.MatchReminderHandler matchReminderHandler = this.f36550b;
        Class cls = this.f36551c;
        switch (i10) {
            case 0:
                matchReminderHandler.handle(baseActivity, cls.cast(obj));
                break;
            default:
                matchReminderHandler.handle(baseActivity, cls.cast(obj));
                break;
        }
    }
}
