- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
29 lines
562 B
Java
29 lines
562 B
Java
package com.mbridge.msdk.video.signal;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public interface f {
|
|
void configurationChanged(int i, int i2, int i3);
|
|
|
|
boolean endCardShowing();
|
|
|
|
void hideAlertWebview();
|
|
|
|
void ivRewardAdsWithoutVideo(String str);
|
|
|
|
boolean miniCardShowing();
|
|
|
|
void readyStatus(int i);
|
|
|
|
void resizeMiniCard(int i, int i2, int i3);
|
|
|
|
boolean showAlertWebView();
|
|
|
|
void showEndcard(int i);
|
|
|
|
void showMiniCard(int i, int i2, int i3, int i4, int i5);
|
|
|
|
void showVideoClickView(int i);
|
|
|
|
void showVideoEndCover();
|
|
}
|