package com.chartboost.sdk.impl;

import android.content.Context;
/* loaded from: classes2.dex */
public interface sb {
    int a(ib ibVar);

    void a(Context context);

    void a(String str, int i, boolean z);

    void a(String str, String str2, boolean z, l0 l0Var);

    boolean a(String str);

    ib b(String str);

    /* loaded from: classes2.dex */
    public static final class a {
        public static /* synthetic */ void a(sb sbVar, String str, int i, boolean z, int i2, Object obj) {
            if (obj != null) {
                throw new UnsupportedOperationException("Super calls with default arguments not supported in this target, function: startDownloadIfPossible");
            }
            if ((i2 & 1) != 0) {
                str = null;
            }
            if ((i2 & 2) != 0) {
                i = 0;
            }
            if ((i2 & 4) != 0) {
                z = false;
            }
            sbVar.a(str, i, z);
        }
    }
}
