- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
33 lines
1008 B
Java
33 lines
1008 B
Java
package com.mbridge.msdk.newreward.player.iview;
|
|
|
|
import android.widget.ImageView;
|
|
import com.mbridge.msdk.foundation.entity.CampaignEx;
|
|
import com.mbridge.msdk.newreward.function.command.retention.ReportAnnotation;
|
|
import com.mbridge.msdk.newreward.player.view.hybrid.MBWebView;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public interface IBaseWebView extends IBaseView {
|
|
ImageView getPrivacyButton();
|
|
|
|
MBWebView getWebView();
|
|
|
|
void hideCTAView();
|
|
|
|
@ReportAnnotation.MethodInfo(isParameter = true, key = "2000134", reportType = "1")
|
|
void onCloseViewClick(int i);
|
|
|
|
@ReportAnnotation.MethodInfo(isParameter = true, key = "2000135", reportType = "1")
|
|
void onDestroyWebContent(int i);
|
|
|
|
@ReportAnnotation.MethodInfo(isParameter = true, key = "2000133", reportType = "1")
|
|
boolean onWebViewShow(int i);
|
|
|
|
void setNativeCloseButtonVisibility(int i);
|
|
|
|
void showCTAView(String str, CampaignEx campaignEx);
|
|
|
|
void showMRAIDExpandView(String str, int i);
|
|
|
|
void showMiniCard();
|
|
}
|