- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
23 lines
569 B
Java
23 lines
569 B
Java
package com.mbridge.msdk.video.signal.communication;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public interface BaseIRewardCommunication {
|
|
void cai(Object obj, String str);
|
|
|
|
void getEndScreenInfo(Object obj, String str);
|
|
|
|
void handlerPlayableException(Object obj, String str);
|
|
|
|
void install(Object obj, String str);
|
|
|
|
void notifyCloseBtn(Object obj, String str);
|
|
|
|
void openURL(Object obj, String str);
|
|
|
|
void setOrientation(Object obj, String str);
|
|
|
|
void toggleCloseBtn(Object obj, String str);
|
|
|
|
void triggerCloseBtn(Object obj, String str);
|
|
}
|