- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
37 lines
899 B
Java
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;
|
|
}
|
|
}
|