- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
37 lines
984 B
Java
37 lines
984 B
Java
package com.iab.omid.library.unity3d.internal;
|
|
|
|
import android.view.View;
|
|
import androidx.annotation.Nullable;
|
|
import com.iab.omid.library.unity3d.adsession.FriendlyObstructionPurpose;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class e {
|
|
private final com.iab.omid.library.unity3d.weakreference.a a;
|
|
private final String b;
|
|
private final FriendlyObstructionPurpose c;
|
|
private final String d;
|
|
|
|
public e(View view, FriendlyObstructionPurpose friendlyObstructionPurpose, @Nullable String str) {
|
|
this.a = new com.iab.omid.library.unity3d.weakreference.a(view);
|
|
this.b = view.getClass().getCanonicalName();
|
|
this.c = friendlyObstructionPurpose;
|
|
this.d = str;
|
|
}
|
|
|
|
public String a() {
|
|
return this.d;
|
|
}
|
|
|
|
public FriendlyObstructionPurpose b() {
|
|
return this.c;
|
|
}
|
|
|
|
public com.iab.omid.library.unity3d.weakreference.a c() {
|
|
return this.a;
|
|
}
|
|
|
|
public String d() {
|
|
return this.b;
|
|
}
|
|
}
|