- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
57 lines
1.9 KiB
Java
57 lines
1.9 KiB
Java
package com.fyber.inneractive.sdk.flow;
|
|
|
|
import com.fyber.inneractive.sdk.config.enums.UnitDisplayType;
|
|
import com.fyber.inneractive.sdk.external.InneractiveAdRequest;
|
|
import com.fyber.inneractive.sdk.util.IAlog;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class g0 extends p<com.fyber.inneractive.sdk.response.g> {
|
|
public com.fyber.inneractive.sdk.player.h i;
|
|
public boolean j;
|
|
|
|
public g0(com.fyber.inneractive.sdk.config.f0 f0Var, com.fyber.inneractive.sdk.config.global.s sVar, com.fyber.inneractive.sdk.response.g gVar, InneractiveAdRequest inneractiveAdRequest) {
|
|
super(f0Var, sVar);
|
|
this.j = false;
|
|
a((g0) gVar);
|
|
a(inneractiveAdRequest);
|
|
}
|
|
|
|
@Override // com.fyber.inneractive.sdk.flow.q
|
|
public final void a() {
|
|
if (this.g != null && e()) {
|
|
com.fyber.inneractive.sdk.web.u uVar = this.g;
|
|
uVar.y = true;
|
|
uVar.D = false;
|
|
uVar.b.h.remove(uVar);
|
|
uVar.i = null;
|
|
IAlog.a("destroy internalStoreWebpageController", new Object[0]);
|
|
this.g = null;
|
|
}
|
|
com.fyber.inneractive.sdk.player.h hVar = this.i;
|
|
if (hVar != null) {
|
|
hVar.a();
|
|
this.i = null;
|
|
}
|
|
}
|
|
|
|
@Override // com.fyber.inneractive.sdk.flow.q
|
|
public final boolean e() {
|
|
com.fyber.inneractive.sdk.config.g0 g0Var = ((com.fyber.inneractive.sdk.config.e0) this.d).f;
|
|
if (g0Var == null) {
|
|
return false;
|
|
}
|
|
UnitDisplayType unitDisplayType = g0Var.j;
|
|
return UnitDisplayType.INTERSTITIAL.equals(unitDisplayType) || UnitDisplayType.REWARDED.equals(unitDisplayType) || UnitDisplayType.VERTICAL.equals(unitDisplayType);
|
|
}
|
|
|
|
@Override // com.fyber.inneractive.sdk.flow.q
|
|
public final boolean g() {
|
|
return this.i != null;
|
|
}
|
|
|
|
@Override // com.fyber.inneractive.sdk.flow.q
|
|
public boolean isVideoAd() {
|
|
return true;
|
|
}
|
|
}
|