Files
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

37 lines
899 B
Java

package com.fyber.inneractive.sdk.flow.vast;
/* loaded from: classes2.dex */
public final class g {
public final a a;
public final Object b;
public enum a {
BITRATE_NOT_IN_RANGE("BITRATE_NOT_IN_RANGE"),
UNSUPPORTED_MIME_TYPE("UNSUPPORTED_MIME_TYPE"),
UNSUPPORTED_DELIVERY("UNSUPPORTED_DELIVERY"),
UNSECURED_VIDEO_URL("UNSECURED_VIDEO_URL"),
VERTICAL_VIDEO_EXPECTED("VERTICAL_VIDEO_EXPECTED"),
FILTERED_BY_APP_OR_UNIT("FILTERED_BY_APP_OR_UNIT"),
NO_CONTENT("NO_CONTENT");
int value;
a(String str) {
this.value = r2;
}
}
public g() {
throw null;
}
public g(a aVar, Object obj) {
this.a = aVar;
this.b = obj;
}
public final String toString() {
return "Media File inc error:: type = " + this.a + " expected value = " + this.b;
}
}