- 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
64 lines
2.0 KiB
Java
64 lines
2.0 KiB
Java
package com.fyber.inneractive.sdk.ui;
|
|
|
|
import android.annotation.SuppressLint;
|
|
import android.content.Context;
|
|
import android.view.ViewGroup;
|
|
import com.fyber.inneractive.sdk.config.global.features.a;
|
|
import com.fyber.inneractive.sdk.config.global.s;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public abstract class IFyberAdIdentifier {
|
|
public ClickListener a;
|
|
public final Context b;
|
|
public int c = 0;
|
|
public int d = 0;
|
|
public int e = 0;
|
|
public int f = 0;
|
|
public int g = 0;
|
|
public String h = null;
|
|
public String i = "";
|
|
public String j = "";
|
|
public boolean k = false;
|
|
public Corner l = Corner.BOTTOM_LEFT;
|
|
public a.EnumC0063a m = com.fyber.inneractive.sdk.config.global.features.a.e;
|
|
|
|
public interface ClickListener {
|
|
void a();
|
|
}
|
|
|
|
public enum Corner {
|
|
TOP_LEFT,
|
|
TOP_RIGHT,
|
|
BOTTOM_LEFT,
|
|
BOTTOM_RIGHT
|
|
}
|
|
|
|
public IFyberAdIdentifier(Context context, s sVar) {
|
|
this.b = context;
|
|
if (sVar != null) {
|
|
a(sVar);
|
|
}
|
|
}
|
|
|
|
@SuppressLint({"RtlHardcoded"})
|
|
public abstract void a(ViewGroup viewGroup);
|
|
|
|
public final void a(s sVar) {
|
|
com.fyber.inneractive.sdk.config.global.features.a aVar = (com.fyber.inneractive.sdk.config.global.features.a) sVar.a(com.fyber.inneractive.sdk.config.global.features.a.class);
|
|
this.c = aVar.a("ad_identifier_text_size_w", 110);
|
|
this.d = aVar.a("ad_identifier_text_size_h", 18);
|
|
this.e = aVar.a("ad_identifier_image_size_w", 18);
|
|
this.f = aVar.a("ad_identifier_image_size_h", 18);
|
|
this.g = aVar.a("ad_identifier_text_size", 8);
|
|
this.h = aVar.a("ad_identifier_tint_color", "#75DCDCDC");
|
|
this.m = aVar.d();
|
|
this.i = aVar.a("ad_identifier_text", "Tap for more information");
|
|
this.j = aVar.a("ad_identifier_icon_url", (String) null);
|
|
this.k = true;
|
|
}
|
|
|
|
public final void a(ClickListener clickListener) {
|
|
this.a = clickListener;
|
|
}
|
|
}
|