- 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
939 B
Java
37 lines
939 B
Java
package com.ironsource;
|
|
|
|
import com.ironsource.mediationsdk.utils.IronSourceConstants;
|
|
import java.util.HashMap;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class ug {
|
|
private final x1 a;
|
|
|
|
public ug(x1 x1Var) {
|
|
this.a = x1Var;
|
|
}
|
|
|
|
public void a() {
|
|
this.a.a(u1.INIT_SUCCESS, null);
|
|
}
|
|
|
|
public void a(int i, String str) {
|
|
HashMap hashMap = new HashMap();
|
|
hashMap.put("errorCode", Integer.valueOf(i));
|
|
hashMap.put("reason", str);
|
|
this.a.a(u1.INIT_FAILED, hashMap);
|
|
}
|
|
|
|
public void a(long j) {
|
|
HashMap hashMap = new HashMap();
|
|
hashMap.put(IronSourceConstants.EVENTS_DURATION, Long.valueOf(j));
|
|
this.a.a(u1.INIT_ENDED, hashMap);
|
|
}
|
|
|
|
public void a(String str, String str2) {
|
|
HashMap hashMap = new HashMap();
|
|
hashMap.put(IronSourceConstants.EVENTS_EXT1, str + "|" + str2);
|
|
this.a.a(u1.INIT_STARTED, hashMap);
|
|
}
|
|
}
|