- 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
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);
|
|
}
|