- 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
24 lines
594 B
Java
24 lines
594 B
Java
package com.ironsource.mediationsdk.adunit.adapter.utility;
|
|
|
|
import kotlin.jvm.internal.DefaultConstructorMarker;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public enum AdOptionsPosition {
|
|
TOP_LEFT,
|
|
TOP_RIGHT,
|
|
BOTTOM_LEFT,
|
|
BOTTOM_RIGHT;
|
|
|
|
public static final Companion Companion = new Companion(null);
|
|
public static String AD_OPTIONS_POSITION_KEY = "adOptionsPos";
|
|
|
|
public static final class Companion {
|
|
private Companion() {
|
|
}
|
|
|
|
public /* synthetic */ Companion(DefaultConstructorMarker defaultConstructorMarker) {
|
|
this();
|
|
}
|
|
}
|
|
}
|