package com.ironsource; import kotlin.jvm.internal.DefaultConstructorMarker; /* loaded from: classes2.dex */ public abstract class xn { private yn a; private long b; private boolean c; public xn() { this(false, 1, null); } public xn(boolean z) { this.c = z; } public /* synthetic */ xn(boolean z, int i, DefaultConstructorMarker defaultConstructorMarker) { this((i & 1) != 0 ? false : z); } public final yn a() { return this.a; } public final void a(yn ynVar) { this.a = ynVar; } public final void a(boolean z) { this.c = z; if (!z) { yn ynVar = this.a; if (ynVar != null) { ynVar.b(this); return; } return; } this.b = System.currentTimeMillis(); yn ynVar2 = this.a; if (ynVar2 != null) { ynVar2.a(this); } } public abstract String b(); public final long c() { return this.b; } public final boolean d() { return this.c; } }