- 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
46 lines
1.2 KiB
Java
46 lines
1.2 KiB
Java
package com.applovin.impl;
|
|
|
|
import com.applovin.sdk.AppLovinSdkConfiguration;
|
|
|
|
/* loaded from: classes.dex */
|
|
public class m3 {
|
|
private final AppLovinSdkConfiguration.ConsentFlowUserGeography a;
|
|
|
|
public AppLovinSdkConfiguration.ConsentFlowUserGeography a() {
|
|
return this.a;
|
|
}
|
|
|
|
public String toString() {
|
|
return "CmpAdapterParameters(debugUserGeography=" + a() + ")";
|
|
}
|
|
|
|
public boolean a(Object obj) {
|
|
return obj instanceof m3;
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (obj == this) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof m3)) {
|
|
return false;
|
|
}
|
|
m3 m3Var = (m3) obj;
|
|
if (!m3Var.a(this)) {
|
|
return false;
|
|
}
|
|
AppLovinSdkConfiguration.ConsentFlowUserGeography a = a();
|
|
AppLovinSdkConfiguration.ConsentFlowUserGeography a2 = m3Var.a();
|
|
return a != null ? a.equals(a2) : a2 == null;
|
|
}
|
|
|
|
public int hashCode() {
|
|
AppLovinSdkConfiguration.ConsentFlowUserGeography a = a();
|
|
return (a == null ? 43 : a.hashCode()) + 59;
|
|
}
|
|
|
|
public m3(AppLovinSdkConfiguration.ConsentFlowUserGeography consentFlowUserGeography) {
|
|
this.a = consentFlowUserGeography;
|
|
}
|
|
}
|