Files
rr3-apk/decompiled/sources/com/applovin/impl/rn.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

61 lines
1.3 KiB
Java

package com.applovin.impl;
import com.applovin.impl.sdk.utils.JsonUtils;
import org.json.JSONObject;
/* loaded from: classes.dex */
public class rn {
private final a a;
private final Integer b;
private final String c;
private final String d;
private Boolean e;
public Boolean a() {
return this.e;
}
public void a(Boolean bool) {
this.e = bool;
}
public String b() {
return this.d;
}
public String c() {
return this.c;
}
public Integer d() {
return this.b;
}
public a f() {
return this.a;
}
public enum a {
TCF_VENDOR,
ATP_NETWORK,
OTHER;
/* JADX INFO: Access modifiers changed from: private */
public static a b(int i) {
return i != 0 ? i != 1 ? OTHER : ATP_NETWORK : TCF_VENDOR;
}
}
public rn(JSONObject jSONObject, String str) {
this.d = str;
this.a = a.b(JsonUtils.getInt(jSONObject, "type", a.OTHER.ordinal()));
this.b = JsonUtils.getInteger(jSONObject, "id", null);
this.c = JsonUtils.getString(jSONObject, "name", null);
}
public String e() {
Boolean bool = this.e;
return "\n" + this.d + " - " + (bool != null ? String.valueOf(bool) : a4.b().a(com.applovin.impl.sdk.j.l()));
}
}