- 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
18 lines
771 B
Java
18 lines
771 B
Java
package com.applovin.mediation;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public interface MaxErrorCode {
|
|
public static final int AD_LOAD_FAILED = -5001;
|
|
public static final int DONT_KEEP_ACTIVITIES_ENABLED = -5602;
|
|
public static final int FULLSCREEN_AD_ALREADY_LOADING = -26;
|
|
public static final int FULLSCREEN_AD_ALREADY_SHOWING = -23;
|
|
public static final int FULLSCREEN_AD_LOAD_WHILE_SHOWING = -27;
|
|
public static final int FULLSCREEN_AD_NOT_READY = -24;
|
|
public static final int INVALID_AD_UNIT_ID = -5603;
|
|
public static final int NETWORK_ERROR = -1000;
|
|
public static final int NETWORK_TIMEOUT = -1001;
|
|
public static final int NO_FILL = 204;
|
|
public static final int NO_NETWORK = -1009;
|
|
public static final int UNSPECIFIED = -1;
|
|
}
|