- 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
16 lines
451 B
Java
16 lines
451 B
Java
package com.mbridge.msdk.scheme.applet;
|
|
|
|
import java.io.Serializable;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
/* loaded from: classes4.dex */
|
|
public interface IAppletSchemeCallBack extends Serializable {
|
|
void onAppletSchemeRequestFailed(int i, String str, String str2);
|
|
|
|
void onAppletSchemeRequestStart();
|
|
|
|
void onAppletSchemeRequestSuccess(String str);
|
|
|
|
void onNetworkError(int i, String str, String str2);
|
|
}
|