package xyz.stream.api.viewmodel;

import java.util.ArrayList;
import java.util.List;

/* JADX INFO: loaded from: classes3.dex */
public final class g implements xyz.stream.api.live.f {

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

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

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

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

    public g(BaseLiveViewModel baseLiveViewModel, int i10, int i11, k kVar) {
        this.f35976d = baseLiveViewModel;
        this.f35973a = i10;
        this.f35974b = i11;
        this.f35975c = kVar;
    }

    @Override // xyz.stream.api.live.f
    public final void a(List list) {
        if (list == null) {
            list = new ArrayList();
        }
        this.f35976d.dispatchLiveChannelResult(this.f35973a, this.f35974b, list, this.f35975c);
    }
}
