package com.cvte.tv.api.functions;

import com.cvte.tv.api.NotifyAction;
import com.cvte.tv.api.NotifyParams;

/* JADX INFO: loaded from: classes.dex */
public interface ITVApiSystemNetworkUpgrade {
    boolean eventSystemNetworkUpgradeDoUpgrade();

    boolean eventSystemNetworkUpgradeStartCheckUpgradeAvailable();

    @NotifyAction("notifySystemNetworkUpgradeCheckUpgradeAvailable")
    void notifySystemNetworkUpgradeCheckUpgradeAvailable(@NotifyParams("UpgradeAvailable") boolean z, @NotifyParams("descriptions") String str);

    @NotifyAction("notifySystemNetworkUpgradeUpgradeProgress")
    void notifySystemNetworkUpgradeDetectedUpgrade(@NotifyParams("progess") int i2);

    @NotifyAction("notifySystemNetworkUpgradeUpgradeResult")
    void notifySystemNetworkUpgradeUpgradeResult(@NotifyParams("bUpgradeSuccessful") boolean z);
}
