- 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
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;
|
|
}
|
|
}
|