package com.vungle.ads.internal.network; import androidx.annotation.Keep; import com.vungle.ads.internal.model.AdPayload; import com.vungle.ads.internal.model.CommonRequestBody; import com.vungle.ads.internal.model.ConfigPayload; import okhttp3.RequestBody; @Keep /* loaded from: classes4.dex */ public interface VungleApi { Call ads(String str, String str2, CommonRequestBody commonRequestBody); Call config(String str, String str2, CommonRequestBody commonRequestBody); Call pingTPAT(String str, String str2); Call ri(String str, String str2, CommonRequestBody commonRequestBody); Call sendAdMarkup(String str, RequestBody requestBody); Call sendErrors(String str, String str2, RequestBody requestBody); Call sendMetrics(String str, String str2, RequestBody requestBody); void setAppId(String str); }